Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
893da22b
Commit
893da22b
authored
Jul 11, 2023
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.pom修改
parent
5c964e15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
50 additions
and
16 deletions
+50
-16
pom.xml
...amos-boot-module-96333/amos-boot-module-96333-api/pom.xml
+1
-2
pom.xml
...amos-boot-module-96333/amos-boot-module-96333-biz/pom.xml
+8
-0
application.properties
...odule-96333-biz/src/main/resources/application.properties
+2
-2
pom.xml
...oot-module-cylinder/amos-boot-module-cylinder-api/pom.xml
+1
-0
pom.xml
...oot-module-cylinder/amos-boot-module-cylinder-biz/pom.xml
+8
-1
application.properties
...le-cylinder-biz/src/main/resources/application.properties
+1
-1
pom.xml
...s/amos-boot-module-jczs/amos-boot-module-jczs-api/pom.xml
+1
-1
pom.xml
...s/amos-boot-module-jczs/amos-boot-module-jczs-biz/pom.xml
+8
-1
application.properties
...module-jczs-biz/src/main/resources/application.properties
+1
-1
pom.xml
...tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/pom.xml
+1
-2
pom.xml
...tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/pom.xml
+8
-1
application.properties
...-module-tcm-biz/src/main/resources/application.properties
+1
-1
pom.xml
...tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/pom.xml
+1
-1
pom.xml
...tzs/amos-boot-module-ymt/amos-boot-module-ymt-biz/pom.xml
+8
-1
pom.xml
amos-boot-system-tzs/amos-boot-module-ymt/pom.xml
+0
-1
No files found.
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-api/pom.xml
View file @
893da22b
...
...
@@ -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>
...
...
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-biz/pom.xml
View file @
893da22b
...
...
@@ -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
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-biz/src/main/resources/application.properties
View file @
893da22b
spring.application.name
=
96333
-SHG
spring.application.name
=
96333
server.servlet.context-path
=
/96333
server.port
=
1100
0
server.port
=
1100
4
spring.profiles.active
=
dev3
spring.jackson.time-zone
=
GMT+8
...
...
amos-boot-system-tzs/amos-boot-module-cylinder/amos-boot-module-cylinder-api/pom.xml
View file @
893da22b
...
...
@@ -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>
...
...
amos-boot-system-tzs/amos-boot-module-cylinder/amos-boot-module-cylinder-biz/pom.xml
View file @
893da22b
...
...
@@ -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
amos-boot-system-tzs/amos-boot-module-cylinder/amos-boot-module-cylinder-biz/src/main/resources/application.properties
View file @
893da22b
spring.application.name
=
CYLINDER
server.servlet.context-path
=
/cylinder
server.port
=
1100
0
server.port
=
1100
3
spring.profiles.active
=
dev3
spring.jackson.time-zone
=
GMT+8
...
...
amos-boot-system-tzs/amos-boot-module-jczs/amos-boot-module-jczs-api/pom.xml
View file @
893da22b
...
...
@@ -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>
...
...
amos-boot-system-tzs/amos-boot-module-jczs/amos-boot-module-jczs-biz/pom.xml
View file @
893da22b
...
...
@@ -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
amos-boot-system-tzs/amos-boot-module-jczs/amos-boot-module-jczs-biz/src/main/resources/application.properties
View file @
893da22b
spring.application.name
=
JCZS
server.servlet.context-path
=
/jczs
server.port
=
1100
0
server.port
=
1100
2
spring.profiles.active
=
dev3
spring.jackson.time-zone
=
GMT+8
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/pom.xml
View file @
893da22b
...
...
@@ -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>
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/pom.xml
View file @
893da22b
...
...
@@ -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
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/resources/application.properties
View file @
893da22b
spring.application.name
=
tcm
server.servlet.context-path
=
/tcm
server.port
=
1100
0
server.port
=
1100
1
spring.profiles.active
=
dev3
spring.jackson.time-zone
=
GMT+8
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/pom.xml
View file @
893da22b
...
...
@@ -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>
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-biz/pom.xml
View file @
893da22b
...
...
@@ -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
amos-boot-system-tzs/amos-boot-module-ymt/pom.xml
View file @
893da22b
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment