Commit 7e903c37e63cfac88be9fad86d4046f7ef746b5e
1 parent
f76d6b8a
数据库密码
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-prod.properties
| ... | ... | @@ -10,7 +10,7 @@ spring.jpa.show-sql= false |
| 10 | 10 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 11 | 11 | spring.datasource.url= jdbc:mysql://192.168.40.100:3306/qp_control?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 12 | 12 | spring.datasource.username= root |
| 13 | -spring.datasource.password= root2JSP@jsp | |
| 13 | +spring.datasource.password= root@JSP2jsp | |
| 14 | 14 | #DATASOURCE |
| 15 | 15 | spring.datasource.max-active=100 |
| 16 | 16 | spring.datasource.max-idle=8 | ... | ... |