Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
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
西魏
cms_sys
Commits
3d58badb
Commit
3d58badb
authored
Sep 10, 2020
by
guwd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打包
parent
47df10a8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
1 deletion
+21
-1
assembly.xml
bin/assembly.xml
+1
-1
pom-war.xml
pom-war.xml
+10
-0
pom.xml
pom.xml
+10
-0
No files found.
bin/assembly.xml
View file @
3d58badb
<assembly>
<assembly>
<id>
bin
</id>
<id>
bin
</id>
<formats>
<formats>
<format>
zip
</format>
<format>
dir
</format>
</formats>
</formats>
<fileSets>
<fileSets>
...
...
pom-war.xml
View file @
3d58badb
...
@@ -50,6 +50,16 @@
...
@@ -50,6 +50,16 @@
<version>
7.0.42
</version>
<version>
7.0.42
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<exclusions>
<exclusion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-logging
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencies>
...
...
pom.xml
View file @
3d58badb
...
@@ -28,6 +28,16 @@
...
@@ -28,6 +28,16 @@
<artifactId>
store-client
</artifactId>
<artifactId>
store-client
</artifactId>
<version>
5.0
</version>
<version>
5.0
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<exclusions>
<exclusion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-logging
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<finalName>
ms-mcms
</finalName>
<finalName>
ms-mcms
</finalName>
...
...
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