Commit 3109a5433ff75b00a0148a90f1cabfef24c6ec79

Authored by liwei2917
1 parent 097b1043

修改数据库配置

src/main/resources/application.properties
... ... @@ -2,13 +2,15 @@
2 2 #spring.datasource.username=root
3 3 #spring.datasource.password=nbLdyO.79
4 4  
5   -spring.datasource.url=jdbc:mysql://10.137.192.2:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
6   -spring.datasource.username=admin
7   -spring.datasource.password=Sre#45iU7kJ
8   -
9   -#spring.datasource.url=jdbc:mysql://10.137.192.7:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
  5 +#\u91d1\u5c71\u4e00\u533a\u6570\u636e\u5e93
  6 +#spring.datasource.url=jdbc:mysql://10.137.192.2:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
10 7 #spring.datasource.username=admin
11   -#spring.datasource.password=83BwiCoq
  8 +#spring.datasource.password=Sre#45iU7kJ
  9 +
  10 +#\u91d1\u5c71\u516d\u533a\u6570\u636e\u5e93
  11 +spring.datasource.url=jdbc:mysql://10.137.192.7:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
  12 +spring.datasource.username=admin
  13 +spring.datasource.password=83BwiCoq
12 14  
13 15 spring.datasource.driver-class-name=com.mysql.jdbc.Driver
14 16  
... ...