| | |
| | | <artifactId>ltkj_peis_sjpt</artifactId> |
| | | <version>0.0.1-SNAPSHOT</version> |
| | | <name>ltkj_peis_sjpt</name> |
| | | <packaging>war</packaging> |
| | | <packaging>jar</packaging> |
| | | <description>Demo project for Spring Boot</description> |
| | | <properties> |
| | | <java.version>1.8</java.version> |
| | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-test</artifactId> |
| | | <scope>test</scope> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.junit.vintage</groupId> |
| | | <artifactId>junit-vintage-engine</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.junit.platform</groupId> |
| | | <artifactId>junit-platform-launcher</artifactId> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <dependency> |
| | |
| | | <groupId>ch.qos.logback</groupId> |
| | | <artifactId>logback-classic</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-boot-starter</artifactId> |
| | | <version>3.4.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid-spring-boot-starter</artifactId> |
| | | <version>1.2.11</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |