Sfoglia il codice sorgente

修改数据库密码

my-csc-config-file.git 5 anni fa
parent
commit
25e631ef55
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/main/resources/application.yml

+ 2 - 2
src/main/resources/application.yml

@@ -21,8 +21,8 @@ spring:
21 21
   datasource:
22 22
     driver-class-name: com.mysql.jdbc.Driver
23 23
     url: jdbc:mysql://101.36.160.140:21029/csc-szls?characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
24
-    username: 1qaz@WSX
25
-    password: 123456
24
+    username: root
25
+    password: 1qaz@WSX
26 26
     druid:
27 27
       initialSize: 10
28 28
       minIdle: 10