浏览代码

设计绩效-修改数据库设置

yangzian 2 年之前
父节点
当前提交
a3a782cd48
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      jeecg-cloud-module/jeecg-cloud-system-start/src/main/resources/application-dev.yml

+ 7 - 7
jeecg-cloud-module/jeecg-cloud-system-start/src/main/resources/application-dev.yml

@@ -122,14 +122,14 @@ spring:
       datasource:
         master:
 #---------------------线上库
-#          url: jdbc:mysql://139.186.27.96:3390/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
-#          username: readonly
-#          password: hcst@2021
+          url: jdbc:mysql://139.186.27.96:3390/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
+          username: data
+          password: hcst@2021
 #---------------------测试库
-          url: jdbc:mysql://139.186.165.84:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true
-          username: hcst
-          password: hcst@2020
-          driver-class-name: com.mysql.jdbc.Driver
+#          url: jdbc:mysql://139.186.165.84:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true
+#          username: hcst
+#          password: hcst@2020
+#          driver-class-name: com.mysql.jdbc.Driver
   #redis 配置
   redis:
     database: 0