Browse Source

系统配置修改

shenhao 2 years ago
parent
commit
3cf9170c15
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/main/resources/application-common-dev.properties

+ 6 - 6
src/main/resources/application-common-dev.properties

@@ -1,11 +1,11 @@
 #\u5F00\u53D1\u73AF\u5883\u6253\u5305\u65B9\u5F0F-\u914D\u7F6E\uFF08\u9ED8\u8BA4\uFF09
 
-spring.datasource.url=jdbc:mysql://120.79.142.152:3306/ssj1?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&rewriteBatchedStatements=true&useLocalSessionState=true
-spring.datasource.username=root
-spring.datasource.password=ssj1QAZxsw2!@
-#spring.datasource.url=jdbc:mysql://120.79.215.176:8066/ssj?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
-#spring.datasource.username=ssj_user
-#spring.datasource.password=ssjUser!@123
+#spring.datasource.url=jdbc:mysql://120.79.142.152:3306/ssj1?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&rewriteBatchedStatements=true&useLocalSessionState=true
+#spring.datasource.username=root
+#spring.datasource.password=ssj1QAZxsw2!@
+spring.datasource.url=jdbc:mysql://8.135.141.120:9906/aijia?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai
+spring.datasource.username=aijia
+spring.datasource.password=ZnjyAi@629_db
 
 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
 spring.datasource.initialSize=10