|
|
@@ -17,7 +17,7 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
<version>1.5.2.RELEASE</version>
|
|
|
- <relativePath/> <!-- lookup parent from repository -->
|
|
|
+ <relativePath /> <!-- lookup parent from repository -->
|
|
|
</parent>
|
|
|
|
|
|
<properties>
|
|
|
@@ -43,69 +43,82 @@
|
|
|
<version>1.2.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
|
+ </dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-remote-shell</artifactId>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-remote-shell</artifactId>
|
|
|
+ </dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>org.springframework.session</groupId>-->
|
|
|
- <!--<artifactId>spring-session-data-redis</artifactId>-->
|
|
|
- <!--</dependency>-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-devtools</artifactId>
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>io.jsonwebtoken</groupId>
|
|
|
+ <artifactId>jjwt</artifactId>
|
|
|
+ <version>0.7.0</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>redis.clients</groupId>-->
|
|
|
- <!--<artifactId>jedis</artifactId>-->
|
|
|
- <!--<version>2.9.0</version>-->
|
|
|
- <!--</dependency>-->
|
|
|
|
|
|
+ <!--<dependency> -->
|
|
|
+ <!--<groupId>org.springframework.session</groupId> -->
|
|
|
+ <!--<artifactId>spring-session-data-redis</artifactId> -->
|
|
|
+ <!--</dependency> -->
|
|
|
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>org.springframework.boot</groupId>-->
|
|
|
- <!--<artifactId>spring-boot-starter-data-jpa</artifactId>-->
|
|
|
- <!--</dependency>-->
|
|
|
|
|
|
- <!-- http://mvnrepository.com/artifact/org.thymeleaf.extras/thymeleaf-extras-springsecurity4 -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.thymeleaf.extras</groupId>
|
|
|
- <artifactId>thymeleaf-extras-springsecurity4</artifactId>
|
|
|
- <version>2.1.2.RELEASE</version><!--$NO-MVN-MAN-VER$-->
|
|
|
- </dependency>
|
|
|
|
|
|
- <!-- https://mvnrepository.com/artifact/org.thymeleaf/thymeleaf-spring4 -->
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>org.thymeleaf</groupId>-->
|
|
|
- <!--<artifactId>thymeleaf-spring4</artifactId>-->
|
|
|
- <!--<version>3.0.5.RELEASE</version>-->
|
|
|
- <!--</dependency>-->
|
|
|
+ <!--<dependency> -->
|
|
|
+ <!--<groupId>redis.clients</groupId> -->
|
|
|
+ <!--<artifactId>jedis</artifactId> -->
|
|
|
+ <!--<version>2.9.0</version> -->
|
|
|
+ <!--</dependency> -->
|
|
|
|
|
|
|
|
|
+ <!--<dependency> -->
|
|
|
+ <!--<groupId>org.springframework.boot</groupId> -->
|
|
|
+ <!--<artifactId>spring-boot-starter-data-jpa</artifactId> -->
|
|
|
+ <!--</dependency> -->
|
|
|
|
|
|
- <!--<dependency>-->
|
|
|
- <!--<groupId>org.springframework.security</groupId>-->
|
|
|
- <!--<artifactId>spring-security-taglibs</artifactId>-->
|
|
|
- <!--<version>4.2.1.RELEASE</version>-->
|
|
|
- <!--</dependency>-->
|
|
|
+ <!-- http://mvnrepository.com/artifact/org.thymeleaf.extras/thymeleaf-extras-springsecurity4 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.thymeleaf.extras</groupId>
|
|
|
+ <artifactId>thymeleaf-extras-springsecurity4</artifactId>
|
|
|
+ <version>2.1.2.RELEASE</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
+ <!-- https://mvnrepository.com/artifact/org.thymeleaf/thymeleaf-spring4 -->
|
|
|
+ <!--<dependency> -->
|
|
|
+ <!--<groupId>org.thymeleaf</groupId> -->
|
|
|
+ <!--<artifactId>thymeleaf-spring4</artifactId> -->
|
|
|
+ <!--<version>3.0.5.RELEASE</version> -->
|
|
|
+ <!--</dependency> -->
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.pagehelper</groupId>
|
|
|
- <artifactId>pagehelper</artifactId>
|
|
|
- <version>4.2.1</version>
|
|
|
- </dependency>
|
|
|
+
|
|
|
+
|
|
|
+ <!--<dependency> -->
|
|
|
+ <!--<groupId>org.springframework.security</groupId> -->
|
|
|
+ <!--<artifactId>spring-security-taglibs</artifactId> -->
|
|
|
+ <!--<version>4.2.1.RELEASE</version> -->
|
|
|
+ <!--</dependency> -->
|
|
|
+
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.pagehelper</groupId>
|
|
|
+ <artifactId>pagehelper</artifactId>
|
|
|
+ <version>4.2.1</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
@@ -120,17 +133,17 @@
|
|
|
<version>5.1.41</version><!--$NO-MVN-MAN-VER$-->
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>druid</artifactId>
|
|
|
- <version>1.0.29</version>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>druid</artifactId>
|
|
|
+ <version>1.0.29</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>fastjson</artifactId>
|
|
|
- <version>1.2.31</version>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ <version>1.2.31</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.aspectj/aspectjrt -->
|
|
|
<dependency>
|
|
|
@@ -144,13 +157,13 @@
|
|
|
<version>1.8.10</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
+ <dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|
|
|
- </dependencies>
|
|
|
+ </dependencies>
|
|
|
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
@@ -194,14 +207,14 @@
|
|
|
<exclude>**/application*.properties</exclude>
|
|
|
</excludes>
|
|
|
</resource>
|
|
|
- <resource>
|
|
|
- <directory>src/main/java</directory>
|
|
|
- <includes>
|
|
|
- <include>**/*.properties</include>
|
|
|
- <include>**/*.xml</include>
|
|
|
- </includes>
|
|
|
- <filtering>false</filtering>
|
|
|
- </resource>
|
|
|
+ <resource>
|
|
|
+ <directory>src/main/java</directory>
|
|
|
+ <includes>
|
|
|
+ <include>**/*.properties</include>
|
|
|
+ <include>**/*.xml</include>
|
|
|
+ </includes>
|
|
|
+ <filtering>false</filtering>
|
|
|
+ </resource>
|
|
|
<resource>
|
|
|
<directory>src/main/resources</directory>
|
|
|
<targetPath>BOOT-INF/lib/</targetPath>
|
|
|
@@ -219,20 +232,20 @@
|
|
|
</resources>
|
|
|
</build>
|
|
|
|
|
|
- <!--<repositories>-->
|
|
|
- <!--<repository>-->
|
|
|
- <!--<id>spring-releases</id>-->
|
|
|
- <!--<name>Spring Releases</name>-->
|
|
|
- <!--<url>https://repo.spring.io/libs-release</url>-->
|
|
|
- <!--</repository>-->
|
|
|
- <!--</repositories>-->
|
|
|
- <!--<pluginRepositories>-->
|
|
|
- <!--<pluginRepository>-->
|
|
|
- <!--<id>spring-releases</id>-->
|
|
|
- <!--<name>Spring Releases</name>-->
|
|
|
- <!--<url>https://repo.spring.io/libs-release</url>-->
|
|
|
- <!--</pluginRepository>-->
|
|
|
- <!--</pluginRepositories>-->
|
|
|
+ <repositories>
|
|
|
+ <repository>
|
|
|
+ <id>spring-releases</id>
|
|
|
+ <name>Spring Releases</name>
|
|
|
+ <url>https://repo.spring.io/libs-release</url>
|
|
|
+ </repository>
|
|
|
+ </repositories>
|
|
|
+ <pluginRepositories>
|
|
|
+ <pluginRepository>
|
|
|
+ <id>spring-releases</id>
|
|
|
+ <name>Spring Releases</name>
|
|
|
+ <url>https://repo.spring.io/libs-release</url>
|
|
|
+ </pluginRepository>
|
|
|
+ </pluginRepositories>
|
|
|
|
|
|
|
|
|
</project>
|