diff --git a/spring-boot-crud-rest/src/main/resources/application.properties b/spring-boot-crud-rest/src/main/resources/application.properties index 80d1cd63..261c572a 100644 --- a/spring-boot-crud-rest/src/main/resources/application.properties +++ b/spring-boot-crud-rest/src/main/resources/application.properties @@ -1,5 +1,6 @@ ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties) -spring.datasource.url = jdbc:mysql://localhost:3306/users_database?useSSL=false +##I changed the database code to use MySQL +##spring.datasource.url = jdbc:mysql://localhost:3306/users_database?useSSL=false spring.datasource.username = root spring.datasource.password = root