|
@@ -180,11 +180,11 @@ mybatis-plus:
|
|
id-type: ASSIGN_ID
|
|
id-type: ASSIGN_ID
|
|
# 默认数据库表下划线命名
|
|
# 默认数据库表下划线命名
|
|
table-underline: true
|
|
table-underline: true
|
|
-# configuration:
|
|
|
|
-# # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
|
|
|
-# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
-# # 返回类型为Map,显示null对应的字段
|
|
|
|
-# call-setters-on-nulls: true
|
|
|
|
|
|
+ configuration:
|
|
|
|
+ # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
|
|
|
+ #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
+ # 返回类型为Map,显示null对应的字段
|
|
|
|
+ call-setters-on-nulls: true
|
|
#jeecg专用配置
|
|
#jeecg专用配置
|
|
minidao:
|
|
minidao:
|
|
base-package: org.jeecg.modules.jmreport.*
|
|
base-package: org.jeecg.modules.jmreport.*
|
|
@@ -271,7 +271,7 @@ jeecg:
|
|
#分布式锁配置
|
|
#分布式锁配置
|
|
redisson:
|
|
redisson:
|
|
address: 127.0.0.1:6379
|
|
address: 127.0.0.1:6379
|
|
- password:
|
|
|
|
|
|
+ password: jintian
|
|
type: STANDALONE
|
|
type: STANDALONE
|
|
enabled: true
|
|
enabled: true
|
|
#cas单点登录
|
|
#cas单点登录
|
|
@@ -281,6 +281,7 @@ cas:
|
|
logging:
|
|
logging:
|
|
level:
|
|
level:
|
|
org.jeecg.modules.system.mapper: info
|
|
org.jeecg.modules.system.mapper: info
|
|
|
|
+ com.baomidou.mybatisplus: DEBUG
|
|
#swagger
|
|
#swagger
|
|
knife4j:
|
|
knife4j:
|
|
#开启增强配置
|
|
#开启增强配置
|