Commit a69064bd28ce4abc194beffa55dbf40b7957ac01
1 parent
0cec3456
update
Showing
1 changed file
with
1 additions
and
4 deletions
src/main/resources/application.properties
| ... | ... | @@ -9,12 +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://192.168.168.201:3306/control | |
| 13 | -spring.datasource.url= jdbc:mysql://192.168.168.201:3306/test | |
| 14 | -#spring.datasource.url= jdbc:mysql://localhost:3306/test | |
| 12 | +spring.datasource.url= jdbc:mysql://192.168.168.201:3306/control | |
| 15 | 13 | spring.datasource.username= root |
| 16 | 14 | spring.datasource.password= 123456 |
| 17 | -#spring.datasource.password= | |
| 18 | 15 | |
| 19 | 16 | #DATASOURCE |
| 20 | 17 | spring.datasource.max-active=100 | ... | ... |