🔧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
+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: