Browse Source

初始化

chenc 3 years ago
parent
commit
e051088fa9
1 changed files with 5 additions and 5 deletions
  1. 5 5
      jeecg-boot-module-system/src/main/resources/application-dev.yml

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

@@ -136,11 +136,11 @@ spring:
           password: root
           driver-class-name: com.mysql.cj.jdbc.Driver
           # 多数据源配置
-        multi-datasource1:
-          url: jdbc:mysql://localhost:3306/sen_yu?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
-          username: root
-          password: root
-          driver-class-name: com.mysql.cj.jdbc.Driver
+#        multi-datasource1:
+#          url: jdbc:mysql://localhost:3306/sen_yu?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
+#          username: root
+#          password: root
+#          driver-class-name: com.mysql.cj.jdbc.Driver
   #redis 配置
   redis:
     database: 0