Commit 1700f00e791324714c2b92c9d6413938b4c789e3
1 parent
b7d1420c
数据库连接201
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/application.properties
| ... | ... | @@ -9,9 +9,9 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy |
| 9 | 9 | spring.jpa.database= MYSQL |
| 10 | 10 | spring.jpa.show-sql= true |
| 11 | 11 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 12 | -spring.datasource.url= jdbc:mysql://127.0.0.1:3306/control | |
| 12 | +spring.datasource.url= jdbc:mysql://192.168.168.201:3306/control | |
| 13 | 13 | spring.datasource.username= root |
| 14 | -spring.datasource.password= panzhao | |
| 14 | +spring.datasource.password= 123456 | |
| 15 | 15 | |
| 16 | 16 | #DATASOURCE |
| 17 | 17 | spring.datasource.max-active=100 | ... | ... |