Commit 3d58badb authored by guwd's avatar guwd

打包

parent 47df10a8
<assembly> <assembly>
<id>bin</id> <id>bin</id>
<formats> <formats>
<format>zip</format> <format>dir</format>
</formats> </formats>
<fileSets> <fileSets>
......
...@@ -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>
......
...@@ -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>
......
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