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 70c627b30e
commit 76c0adb796

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