添加加解密依赖
This commit is contained in:
@@ -57,6 +57,9 @@
|
|||||||
<mybatis-plus.version>3.5.16</mybatis-plus.version>
|
<mybatis-plus.version>3.5.16</mybatis-plus.version>
|
||||||
<!-- xtools-boot-db end -->
|
<!-- xtools-boot-db end -->
|
||||||
|
|
||||||
|
<!-- xtools-boot-jasypt -->
|
||||||
|
<jasypt-spring-boot-starter.version>4.0.4</jasypt-spring-boot-starter.version>
|
||||||
|
|
||||||
<!-- boot-admin -->
|
<!-- boot-admin -->
|
||||||
<spring-boot-admin.version>4.1.1</spring-boot-admin.version>
|
<spring-boot-admin.version>4.1.1</spring-boot-admin.version>
|
||||||
|
|
||||||
@@ -203,6 +206,12 @@
|
|||||||
<artifactId>xtools-boot-ip</artifactId>
|
<artifactId>xtools-boot-ip</artifactId>
|
||||||
<version>${xtools.version}</version>
|
<version>${xtools.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- xtools-boot-jasypt -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.xujun</groupId>
|
||||||
|
<artifactId>xtools-boot-jasypt</artifactId>
|
||||||
|
<version>${xtools.version}</version>
|
||||||
|
</dependency>
|
||||||
<!-- xtools-boot-job-xxl -->
|
<!-- xtools-boot-job-xxl -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.xujun</groupId>
|
<groupId>org.xujun</groupId>
|
||||||
@@ -352,6 +361,30 @@
|
|||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- mybatis-plus begin -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.baomidou</groupId>
|
||||||
|
<artifactId>mybatis-plus-jsqlparser</artifactId>
|
||||||
|
<version>${mybatis-plus.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.baomidou</groupId>
|
||||||
|
<artifactId>mybatis-plus-spring-boot4-starter</artifactId>
|
||||||
|
<version>${mybatis-plus.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<!-- mybatis-plus end -->
|
||||||
|
<!-- xtools-boot-db end -->
|
||||||
|
|
||||||
|
<!-- xtools-boot-jasypt begin -->
|
||||||
|
<!-- jasypt -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.ulisesbocchio</groupId>
|
||||||
|
<artifactId>jasypt-spring-boot-starter</artifactId>
|
||||||
|
<version>${jasypt-spring-boot-starter.version}</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
|
<!-- xtools-boot-jasypt end -->
|
||||||
|
|
||||||
<!-- SpringBootAdmin begin -->
|
<!-- SpringBootAdmin begin -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.codecentric</groupId>
|
<groupId>de.codecentric</groupId>
|
||||||
@@ -372,20 +405,6 @@
|
|||||||
<version>${xxl-job-core.version}</version>
|
<version>${xxl-job-core.version}</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- mybatis-plus begin -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.baomidou</groupId>
|
|
||||||
<artifactId>mybatis-plus-jsqlparser</artifactId>
|
|
||||||
<version>${mybatis-plus.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.baomidou</groupId>
|
|
||||||
<artifactId>mybatis-plus-spring-boot4-starter</artifactId>
|
|
||||||
<version>${mybatis-plus.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<!-- mybatis-plus end -->
|
|
||||||
<!-- xtools-boot-db end -->
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user