Commit 097b10432735e8df7191525c7b4544d0339ee560
1 parent
84116b95
修改数据库配置
Showing
1 changed file
with
6 additions
and
6 deletions
src/main/resources/application.properties
| 1 | -#spring.datasource.url=jdbc:mysql://120.92.102.31:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false | ||
| 2 | -#spring.datasource.username=root | ||
| 3 | -#spring.datasource.password=M345sdfss4! | ||
| 4 | - | ||
| 5 | #spring.datasource.url=jdbc:mysql://127.0.0.1:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false | 1 | #spring.datasource.url=jdbc:mysql://127.0.0.1:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false |
| 6 | #spring.datasource.username=root | 2 | #spring.datasource.username=root |
| 7 | #spring.datasource.password=nbLdyO.79 | 3 | #spring.datasource.password=nbLdyO.79 |
| 8 | 4 | ||
| 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 | +spring.datasource.url=jdbc:mysql://10.137.192.2:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false |
| 10 | spring.datasource.username=admin | 6 | spring.datasource.username=admin |
| 11 | -spring.datasource.password=83BwiCoq | 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 | ||
| 10 | +#spring.datasource.username=admin | ||
| 11 | +#spring.datasource.password=83BwiCoq | ||
| 12 | 12 | ||
| 13 | spring.datasource.driver-class-name=com.mysql.jdbc.Driver | 13 | spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
| 14 | 14 |