Commit 893da22b authored by suhuiguang's avatar suhuiguang

1.pom修改

parent 5c964e15
......@@ -8,8 +8,7 @@
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.amosframework.boot</groupId>
<version>1.0.0</version>
<artifactId>amos-boot-module-96333-api</artifactId>
......
......@@ -10,6 +10,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>amos-boot-module-96333-biz</artifactId>
<dependencies>
<dependency>
<groupId>com.amosframework.boot</groupId>
<artifactId>amos-boot-module-96333-api</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
spring.application.name=96333-SHG
spring.application.name=96333
server.servlet.context-path=/96333
server.port=11000
server.port=11004
spring.profiles.active=dev3
spring.jackson.time-zone=GMT+8
......
......@@ -8,6 +8,7 @@
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>1.0.0</version>
<artifactId>amos-boot-module-cylinder-api</artifactId>
......
......@@ -10,6 +10,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>amos-boot-module-cylinder-biz</artifactId>
<dependencies>
<dependency>
<groupId>com.amosframework.boot</groupId>
<artifactId>amos-boot-module-cylinder-api</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
spring.application.name=CYLINDER
server.servlet.context-path=/cylinder
server.port=11000
server.port=11003
spring.profiles.active=dev3
spring.jackson.time-zone=GMT+8
......
......@@ -8,7 +8,7 @@
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>1.0.0</version>
<artifactId>amos-boot-module-jczs-api</artifactId>
......
......@@ -10,6 +10,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>amos-boot-module-jczs-biz</artifactId>
<dependencies>
<dependency>
<groupId>com.amosframework.boot</groupId>
<artifactId>amos-boot-module-jczs-api</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
spring.application.name=JCZS
server.servlet.context-path=/jczs
server.port=11000
server.port=11002
spring.profiles.active=dev3
spring.jackson.time-zone=GMT+8
......
......@@ -8,8 +8,7 @@
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.amosframework.boot</groupId>
<version>1.0.0</version>
<artifactId>amos-boot-module-tcm-api</artifactId>
......
......@@ -11,5 +11,11 @@
<artifactId>amos-boot-module-tcm-biz</artifactId>
<dependencies>
<dependency>
<groupId>com.amosframework.boot</groupId>
<artifactId>amos-boot-module-tcm-api</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
spring.application.name=tcm
server.servlet.context-path=/tcm
server.port=11000
server.port=11001
spring.profiles.active=dev3
spring.jackson.time-zone=GMT+8
......
......@@ -8,7 +8,7 @@
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>1.0.0</version>
<artifactId>amos-boot-module-ymt-api</artifactId>
......
......@@ -10,6 +10,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>amos-boot-module-ymt-biz</artifactId>
<dependencies>
<dependency>
<groupId>com.amosframework.boot</groupId>
<artifactId>amos-boot-module-ymt-api</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
......@@ -11,7 +11,6 @@
<artifactId>amos-boot-module-ymt</artifactId>
<packaging>pom</packaging>
<version>1.0.1</version>
<description>一码通模块</description>
<modules>
<module>amos-boot-module-ymt-api</module>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment