Fix integration build by comment out the MySQL settings.

This commit is contained in:
Gang Wu 2020-03-13 20:31:43 -06:00
parent 7da495a37a
commit 5aa207a2e1
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
spring.jpa.show-sql=true
#MySql
spring.datasource.url=jdbc:mysql://localhost:3306/baeldung
spring.datasource.username=baeldung
spring.datasource.password=baeldung
#spring.datasource.url=jdbc:mysql://localhost:3306/baeldung
#spring.datasource.username=baeldung
#spring.datasource.password=baeldung