|
@@ -76,6 +76,16 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>mysql</groupId>
|
|
|
|
|
+ <artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
+ <version>8.0.17</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.zaxxer</groupId>
|
|
|
|
|
+ <artifactId>HikariCP</artifactId>
|
|
|
|
|
+ <version>3.3.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -90,17 +100,6 @@
|
|
|
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
|
|
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>mysql</groupId>
|
|
|
|
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
- <version>8.0.17</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.zaxxer</groupId>
|
|
|
|
|
- <artifactId>HikariCP</artifactId>
|
|
|
|
|
- <version>3.3.1</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-cache</artifactId>
|
|
<artifactId>spring-boot-starter-cache</artifactId>
|
|
@@ -148,18 +147,6 @@
|
|
|
<version>0.1.55</version>
|
|
<version>0.1.55</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>io.jsonwebtoken</groupId>
|
|
|
|
|
- <artifactId>jjwt</artifactId>
|
|
|
|
|
- <version>0.9.1</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.dom4j</groupId>
|
|
|
|
|
- <artifactId>dom4j</artifactId>
|
|
|
|
|
- <version>2.1.1</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.sun.mail</groupId>
|
|
<groupId>com.sun.mail</groupId>
|
|
|
<artifactId>javax.mail</artifactId>
|
|
<artifactId>javax.mail</artifactId>
|
|
@@ -314,7 +301,7 @@
|
|
|
</goals>
|
|
</goals>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
<tasks>
|
|
<tasks>
|
|
|
- <echo message="compile 正在写入"/>
|
|
|
|
|
|
|
+ <echo message="写入 git 版本信息"/>
|
|
|
<!-- concat 常用于把一些信息写入文件,我这里用于把 git-commit-id-plugin 生成的git环境变量写入文件 -->
|
|
<!-- concat 常用于把一些信息写入文件,我这里用于把 git-commit-id-plugin 生成的git环境变量写入文件 -->
|
|
|
<concat destfile="src/main/resources/git.properties">
|
|
<concat destfile="src/main/resources/git.properties">
|
|
|
repo=${git.remote.origin.url}
|
|
repo=${git.remote.origin.url}
|