| | |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <configuration> |
| | | <!--<configuration> |
| | | <mainClass>com.qianwen.mdc.collect.MdcTansApplication</mainClass> |
| | | <layout>ZIP</layout> |
| | | <includes> |
| | | <!-- 打包时包含核心模块依赖包,需手动指定 --> |
| | | 打包时包含核心模块依赖包,需手动指定 |
| | | <include> |
| | | <groupId>nothing</groupId> |
| | | <artifactId>nothing</artifactId> |
| | | </include> |
| | | <!-- |
| | | |
| | | <include> |
| | | <groupId>com.xxx</groupId> |
| | | <artifactId>common</artifactId> |
| | | </include> |
| | | --> |
| | | |
| | | </includes> |
| | | </configuration> |
| | | </configuration>--> |
| | | </plugin> |
| | | |
| | | <plugin> |