| | |
| | | <artifactId>mybatis-plus-extension</artifactId> |
| | | <version>3.1.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <!--<dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid</artifactId> |
| | | <version>1.1.10</version> |
| | | </dependency> |
| | | </dependency>--> |
| | | |
| | | <!--pageHelper分页--> |
| | | <dependency> |
| | |
| | | <groupId>com.google.guava</groupId> |
| | | <artifactId>guava</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml-schemas</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | </dependencies> |
| | |
| | | <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> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |