This commit is contained in:
linfso 2024-08-19 12:04:54 +08:00
parent 644614b3d9
commit 6419f5eaea

View File

@ -94,7 +94,7 @@ token:
mybatis-plus:
type-aliases-package: com.xdadan.**.domain
mapper-locations: classpath*:mapper/**/*Mapper.xml
config-location: classpath:mybatis/mybatis-config.xml
config-locations: classpath:mybatis/mybatis-config.xml
configuration:
cache-enabled: true
map-underscore-to-camel-case: true