ソースを参照

1.创建和国资委数据融合的分支

sugb 9 ヶ月 前
コミット
1b0dd57e56

+ 7 - 6
jeecg-boot-module-system/src/main/resources/application-dev.yml

@@ -180,11 +180,11 @@ mybatis-plus:
       id-type: ASSIGN_ID
       # 默认数据库表下划线命名
       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专用配置
 minidao:
   base-package: org.jeecg.modules.jmreport.*
@@ -271,7 +271,7 @@ jeecg:
   #分布式锁配置
   redisson:
     address: 127.0.0.1:6379
-    password:
+    password: jintian
     type: STANDALONE
     enabled: true
 #cas单点登录
@@ -281,6 +281,7 @@ cas:
 logging:
   level:
     org.jeecg.modules.system.mapper: info
+    com.baomidou.mybatisplus: DEBUG
 #swagger
 knife4j:
   #开启增强配置

+ 1 - 1
jeecg-boot-module-system/src/main/resources/application-prod.yml

@@ -170,7 +170,7 @@ spring:
         max-wait: -1ms  #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
         min-idle: 0     #最小等待连接中的数量,设 0 为没有限制
       shutdown-timeout: 100ms
-    password: ''
+    password: jintian
     port: 6379
 #mybatis plus 设置
 mybatis-plus: