| | |
| | | <!-- <spring-security.version>5.7.12</spring-security.version>-->
|
| | | <!-- <spring-framework.version>5.3.39</spring-framework.version>-->
|
| | | <mybatis-plus.version>3.5.16</mybatis-plus.version>
|
| | | <getui-sdk.version>1.0.7.0</getui-sdk.version>
|
| | | <jsqlparser.version>4.9</jsqlparser.version>
|
| | | <thumbnailator.version>0.4.20</thumbnailator.version>
|
| | | <langchain4j.version>1.0.0-beta3</langchain4j.version>
|
| | |
| | | <artifactId>spring-boot-starter-data-redis</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>org.springframework.boot</groupId>
|
| | | <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- pool 对象池 -->
|
| | | <dependency>
|
| | |
| | | <version>3.3.3</version>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>com.getui.push</groupId>
|
| | | <artifactId>restful-sdk</artifactId>
|
| | | <version>${getui-sdk.version}</version>
|
| | | <scope>compile</scope>
|
| | | </dependency>
|
| | |
|
| | | <!--hutool工具包-->
|
| | | <dependency>
|