🔧Chore: 添加工具类依赖

This commit is contained in:
2025-10-18 10:41:07 +08:00
parent d077350ceb
commit fc77a948db
2 changed files with 29 additions and 0 deletions
+18
View File
@@ -49,6 +49,24 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.9</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
<version>3.5.14</version>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
+11
View File
@@ -4,6 +4,17 @@ spring:
mvc:
servlet:
path: /api
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://47.121.181.112:3306/thumb_up
username: root
password: dn293830
mybatis-plus:
configuration:
map-underscore-to-camel-case: false
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# springdoc-openapi项目配置
springdoc: