增加mybatis配置项

This commit is contained in:
KilLze
2025-12-17 19:55:24 +08:00
parent b9f88f9f5d
commit b28b0dcb5e
2 changed files with 12 additions and 6 deletions

View File

@@ -6,4 +6,11 @@ spring:
url: jdbc:mysql://114.55.250.24:3306/dating?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
username: root
password: root
driver-class-name: com.mysql.cj.jdbc.Driver
driver-class-name: com.mysql.cj.jdbc.Driver
mybatis:
mapper-locations: classpath:mapper/*.xml
type-aliases-package: com.bao.dating.pojo
configuration:
map-underscore-to-camel-case: true
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl