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