Jelajahi Sumber

fix on 2020.9.27

jiequan.bi 4 tahun lalu
induk
melakukan
7c56843cee

+ 3 - 2
jeecg-boot-module-system/src/main/resources/application-test.yml

@@ -96,7 +96,7 @@ spring:
         master:
           url: jdbc:mysql://139.186.31.213:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true
           username: hcst
-          password: hcst2020
+          password: test@20190531
           driver-class-name: com.mysql.jdbc.Driver
   #redis 配置
   redis:
@@ -122,7 +122,8 @@ mybatis-plus:
       id-type: 4
       # 默认数据库表下划线命名
       table-underline: true
-  # configuration:
+#  configuration:
+#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
   #  map-underscore-to-camel-case: false
   #分页pageHelper
 pagehelper: