|
@@ -407,12 +407,12 @@
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<!-- xml接口请求 end -->
|
|
<!-- xml接口请求 end -->
|
|
|
|
|
|
|
|
- <!--类似redis的map-->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>net.jodah</groupId>
|
|
|
|
|
- <artifactId>expiringmap</artifactId>
|
|
|
|
|
- <version>0.5.8</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
|
|
+<!-- <!–类似redis的map–>-->
|
|
|
|
|
+<!-- <dependency>-->
|
|
|
|
|
+<!-- <groupId>net.jodah</groupId>-->
|
|
|
|
|
+<!-- <artifactId>expiringmap</artifactId>-->
|
|
|
|
|
+<!-- <version>0.5.8</version>-->
|
|
|
|
|
+<!-- </dependency>-->
|
|
|
<!--redis-->
|
|
<!--redis-->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -448,7 +448,6 @@
|
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.reflections</groupId>
|
|
<groupId>org.reflections</groupId>
|
|
|
<artifactId>reflections</artifactId>
|
|
<artifactId>reflections</artifactId>
|
|
@@ -467,7 +466,6 @@
|
|
|
<version>0.4.8</version>
|
|
<version>0.4.8</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
<!--mapStruct依赖-->
|
|
<!--mapStruct依赖-->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.mapstruct</groupId>
|
|
<groupId>org.mapstruct</groupId>
|
|
@@ -535,6 +533,7 @@
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
|
+
|
|
|
<executions>
|
|
<executions>
|
|
|
<execution>
|
|
<execution>
|
|
|
<id>copy</id>
|
|
<id>copy</id>
|
|
@@ -555,6 +554,16 @@
|
|
|
<version>3.1.0</version>
|
|
<version>3.1.0</version>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
+ <plugin>
|
|
|
|
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
+ <version>3.8.1</version>
|
|
|
|
|
+ <configuration>
|
|
|
|
|
+ <compilerArguments>
|
|
|
|
|
+ <verbose />
|
|
|
|
|
+ <bootclasspath>${java.home}/lib/rt.jar;${java.home}/lib/jce.jar</bootclasspath>
|
|
|
|
|
+ </compilerArguments>
|
|
|
|
|
+ </configuration>
|
|
|
|
|
+ </plugin>
|
|
|
<!-- <plugin>-->
|
|
<!-- <plugin>-->
|
|
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
|
|
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
|