From 76c0adb796ef0ad4f0c37d3508f556b2e1c07aa6 Mon Sep 17 00:00:00 2001 From: Gang Wu Date: Fri, 13 Mar 2020 20:31:43 -0600 Subject: [PATCH] Fix integration build by comment out the MySQL settings. --- .../src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/persistence-modules/spring-data-jpa-4/src/main/resources/application.properties b/persistence-modules/spring-data-jpa-4/src/main/resources/application.properties index d79c23e0c7..65d7b0bf29 100644 --- a/persistence-modules/spring-data-jpa-4/src/main/resources/application.properties +++ b/persistence-modules/spring-data-jpa-4/src/main/resources/application.properties @@ -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 \ No newline at end of file +#spring.datasource.url=jdbc:mysql://localhost:3306/baeldung +#spring.datasource.username=baeldung +#spring.datasource.password=baeldung \ No newline at end of file