feat(文档拆分): 文档拆分详情
This commit is contained in:
@@ -198,6 +198,9 @@ spring:
|
||||
enabled: true
|
||||
#mybatis plus 设置
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
# mybatis返回字段值为空而不映射到map的解决方法
|
||||
call-setters-on-nulls: true
|
||||
mapper-locations: classpath*:com/jero/**/xml/*Mapper.xml
|
||||
global-config:
|
||||
# 关闭MP3.0自带的banner
|
||||
|
||||
Reference in New Issue
Block a user