| | |
| | | <!--必须是这个1.4.2版本!!!否则打成jar无法访问页面!!--> |
| | | <version>1.4.2.RELEASE</version> |
| | | <configuration> |
| | | <!-- 工程主入口--> |
| | | <mainClass>com.whyc.ResMeterManagerApplication</mainClass> |
| | | <fork>true</fork> |
| | | <includeSystemScope>true</includeSystemScope><!--添加此项--> |
| | | <excludes> |
| | | <exclude> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | </exclude> |
| | | <exclude> |
| | | <groupId>com.github.xiaoymin</groupId> |
| | | <artifactId>knife4j-spring-boot-starter</artifactId> |
| | | <version>2.0.2</version> |
| | | </exclude> |
| | | </excludes> |
| | | <!-- 工程主入口--> |
| | | <mainClass>com.whyc.ResMeterManagerApplication</mainClass> |
| | | <fork>true</fork> |
| | | <includeSystemScope>true</includeSystemScope><!--添加此项--> |
| | | <excludes> |
| | | <exclude> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | <!--<version>1.18.10</version>--> |
| | | </exclude> |
| | | <exclude> |
| | | <groupId>com.github.xiaoymin</groupId> |
| | | <artifactId>knife4j-spring-boot-starter</artifactId> |
| | | <!--<version>2.0.2</version>--> |
| | | </exclude> |
| | | </excludes> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |