|
|
|
@@ -41,6 +41,28 @@ |
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
<configuration> |
|
|
|
<executable>true</executable> |
|
|
|
<layout>ZIP</layout> |
|
|
|
<excludeGroupIds> |
|
|
|
org.springframework.boot, |
|
|
|
org.springframework, |
|
|
|
org.springframework.data, |
|
|
|
org.apache.tomcat.embed, |
|
|
|
org.apache.poi, |
|
|
|
net.sf.saxon, |
|
|
|
io.springfox, |
|
|
|
org.bouncycastle, |
|
|
|
io.netty, |
|
|
|
net.bytebuddy, |
|
|
|
com.alibaba, |
|
|
|
com.google.guava, |
|
|
|
org.apache.xmlbeans, |
|
|
|
io.undertow, |
|
|
|
mysql, |
|
|
|
org.aspectj, |
|
|
|
org.projectlombok, |
|
|
|
org.mybatis, |
|
|
|
com.fasterxml.jackson.core |
|
|
|
</excludeGroupIds> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
|