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