|
@@ -4,18 +4,19 @@
|
|
<groupId>cn.com.taiji</groupId>
|
|
<groupId>cn.com.taiji</groupId>
|
|
<artifactId>cn.com.taiji.myapp</artifactId>
|
|
<artifactId>cn.com.taiji.myapp</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
- <packaging>war</packaging>
|
|
|
|
|
|
+ <packaging>jar</packaging>
|
|
<properties>
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
- <java.version>1.7</java.version>
|
|
|
|
|
|
+ <java.version>1.8</java.version>
|
|
<maven.compiler.plugin.version>3.1</maven.compiler.plugin.version>
|
|
<maven.compiler.plugin.version>3.1</maven.compiler.plugin.version>
|
|
<start-class>cn.com.taiji.Application</start-class>
|
|
<start-class>cn.com.taiji.Application</start-class>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
</properties>
|
|
</properties>
|
|
|
|
+
|
|
<parent>
|
|
<parent>
|
|
- <groupId>io.spring.platform</groupId>
|
|
|
|
- <artifactId>platform-bom</artifactId>
|
|
|
|
- <version>Brussels-SR6</version>
|
|
|
|
|
|
+ <groupId>cn.com.taiji</groupId>
|
|
|
|
+ <artifactId>cn.com.taiji.zyml</artifactId>
|
|
|
|
+ <version>1.0.0</version>
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
@@ -26,36 +27,31 @@
|
|
<artifactId>jsoup</artifactId>
|
|
<artifactId>jsoup</artifactId>
|
|
<version>1.11.3</version>
|
|
<version>1.11.3</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.taiji</groupId>
|
|
|
|
- <artifactId>cn.com.taiji.dependencies</artifactId>
|
|
|
|
- <version>1.0.2</version>
|
|
|
|
- <type>pom</type>
|
|
|
|
- <scope>import</scope>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
</dependencyManagement>
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.jsoup</groupId>
|
|
|
|
+ <artifactId>jsoup</artifactId>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.ulisesbocchio</groupId>
|
|
<groupId>com.github.ulisesbocchio</groupId>
|
|
<artifactId>jasypt-spring-boot-starter</artifactId>
|
|
<artifactId>jasypt-spring-boot-starter</artifactId>
|
|
<version>1.9</version>
|
|
<version>1.9</version>
|
|
-</dependency>
|
|
|
|
-<!-- https://mvnrepository.com/artifact/org.jasypt/jasypt -->
|
|
|
|
-<dependency>
|
|
|
|
- <groupId>org.jasypt</groupId>
|
|
|
|
- <artifactId>jasypt</artifactId>
|
|
|
|
- <version>1.9.2</version>
|
|
|
|
-</dependency>
|
|
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- https://mvnrepository.com/artifact/org.jasypt/jasypt -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.jasypt</groupId>
|
|
|
|
+ <artifactId>jasypt</artifactId>
|
|
|
|
+ <version>1.9.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 添加redis支持-->
|
|
<!-- 添加redis支持-->
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
|
-</dependency>
|
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
|
+ </dependency>
|
|
<!-- <dependency> -->
|
|
<!-- <dependency> -->
|
|
<!-- <groupId>org.springframework.session</groupId> -->
|
|
<!-- <groupId>org.springframework.session</groupId> -->
|
|
<!-- <artifactId>spring-session-data-redis</artifactId> -->
|
|
<!-- <artifactId>spring-session-data-redis</artifactId> -->
|
|
@@ -225,10 +221,10 @@
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<version>8.0.23</version><!--$NO-MVN-MAN-VER$-->
|
|
<version>8.0.23</version><!--$NO-MVN-MAN-VER$-->
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>com.oracle</groupId>
|
|
|
|
- <artifactId>ojdbc6</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+<!-- <dependency>-->
|
|
|
|
+<!-- <groupId>com.oracle</groupId>-->
|
|
|
|
+<!-- <artifactId>ojdbc6</artifactId>-->
|
|
|
|
+<!-- </dependency>-->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|