This commit is contained in:
jsh
2025-09-29 19:50:02 +08:00
parent 7938018852
commit fe06b792b3
3 changed files with 17 additions and 2 deletions

View File

@@ -35,8 +35,9 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jooq</artifactId>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
<version>3.5.14</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>