From 2f8fd0e0bf44a6ea16c082cb921ffe74c34bb4cc Mon Sep 17 00:00:00 2001 From: mjnad Date: Tue, 11 Nov 2025 11:35:50 +0530 Subject: [PATCH] Changed the datasource code --- .../src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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