|
|
@@ -42,10 +42,6 @@ |
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-freemarker</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<artifactId>commons-lang3</artifactId> |
|
|
|
</dependency> |
|
|
@@ -59,10 +55,6 @@ |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-validation</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
@@ -80,37 +72,6 @@ |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-aop</artifactId> |
|
|
|
</dependency> |
|
|
|
<!--cache--> |
|
|
|
<dependency> |
|
|
|
<groupId>com.github.ben-manes.caffeine</groupId> |
|
|
|
<artifactId>caffeine</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!--引入jwt--> |
|
|
|
<dependency> |
|
|
|
<groupId>com.auth0</groupId> |
|
|
|
<artifactId>java-jwt</artifactId> |
|
|
|
<version>3.10.3</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.ningdatech</groupId> |
|
|
|
<artifactId>nd-log-starter</artifactId> |
|
|
|
<version>1.0.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.ningdatech</groupId> |
|
|
|
<artifactId>nd-basic</artifactId> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
<artifactId>slf4j-log4j12</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.ningdatech</groupId> |
|
|
|
<artifactId>nd-swagger2-starter</artifactId> |
|
|
@@ -121,7 +82,6 @@ |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<!-- 打包 --> |
|
|
@@ -197,14 +157,6 @@ |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</plugin> |
|
|
|
<!-- 跳过单元测试 --> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
<configuration> |
|
|
|
<skipTests>true</skipTests> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
</project> |