Browse Source

[jar瘦身][修改]

release
Stormeye Wu 7 years ago
parent
commit
42bb2818f4
1 changed files with 22 additions and 0 deletions
  1. +22
    -0
      mlWechatOpen/pom.xml

+ 22
- 0
mlWechatOpen/pom.xml View File

@@ -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>


Loading…
Cancel
Save