Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
3d58badb
Commit
3d58badb
authored
Sep 10, 2020
by
guwd
Browse files
打包
parent
47df10a8
Changes
3
Hide whitespace changes
Inline
Side-by-side
bin/assembly.xml
View file @
3d58badb
<assembly>
<id>
bin
</id>
<formats>
<format>
zip
</format>
<format>
dir
</format>
</formats>
<fileSets>
...
...
pom-war.xml
View file @
3d58badb
...
...
@@ -50,6 +50,16 @@
<version>
7.0.42
</version>
<scope>
provided
</scope>
</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>
...
...
pom.xml
View file @
3d58badb
...
...
@@ -28,6 +28,16 @@
<artifactId>
store-client
</artifactId>
<version>
5.0
</version>
</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>
<build>
<finalName>
ms-mcms
</finalName>
...
...
Write
Preview
Supports
Markdown
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