feat(验证): 分页插件输出logo分析
This commit is contained in:
parent
743cafe063
commit
1b8d37ef30
|
@ -27,9 +27,11 @@ mybatis:
|
|||
#mapper配置文件
|
||||
mapper-locations: classpath:mapper/*.xml
|
||||
type-aliases-package: com.sky.pojo.entity
|
||||
config-location: classpath:mybatis-config.xml
|
||||
# configuration:
|
||||
# map-underscore-to-camel-case: true # 开启驼峰命名
|
||||
# config-location: classpath:mybatis-config.xml
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true # 开启驼峰命名
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
auto-mapping-behavior: full
|
||||
|
||||
logging:
|
||||
level:
|
||||
|
|
Loading…
Reference in New Issue