ソースを参照

模块平移erp

cuixiaodong 10 ヶ月 前
コミット
1dcc1eb635

+ 1 - 1
framework/pom.xml

@@ -2,7 +2,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <artifactId>warehouse</artifactId>
+        <artifactId>raycos</artifactId>
         <groupId>com.hys.app</groupId>
         <version>7.2.2</version>
     </parent>

+ 1 - 1
module-erp/pom.xml

@@ -3,7 +3,7 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <artifactId>warehouse</artifactId>
+        <artifactId>raycos</artifactId>
         <groupId>com.hys.app</groupId>
         <version>7.2.2</version>
     </parent>

+ 2 - 2
pom.xml

@@ -9,11 +9,11 @@
     </parent>
 
     <groupId>com.hys.app</groupId>
-    <artifactId>warehouse</artifactId>
+    <artifactId>raycos</artifactId>
     <version>7.2.2</version>
     <modules>
         <module>framework</module>
-<!--        <module>module-erp</module>-->
+        <module>module-erp</module>
         <module>raycos-web-api</module>
 <!--        <module>raycos-datacenter-api</module>-->
         <module>server</module>

+ 2 - 1
raycos-web-api/pom.xml

@@ -5,10 +5,11 @@
 
 
     <parent>
-        <artifactId>warehouse</artifactId>
+        <artifactId>raycos</artifactId>
         <groupId>com.hys.app</groupId>
         <version>7.2.2</version>
     </parent>
+
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>raycos-web-api</artifactId>

+ 1 - 1
server/pom.xml

@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>com.hys.app</groupId>
-        <artifactId>warehouse</artifactId>
+        <artifactId>raycos</artifactId>
         <version>7.2.2</version>
     </parent>
 

+ 2 - 2
server/src/main/resources/application.yml

@@ -1,8 +1,8 @@
 server:
-  port: 9998
+  port: 10010
 spring:
   application:
-    name: erp-server
+    name: webapi-server
   profiles:
     active: local
   jackson: