From ffaa383bc1ba5dff00f862d3a315654764a385a6 Mon Sep 17 00:00:00 2001 From: Oleksandr Savenets <134528120+OleksandrSaven@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:50:04 +0300 Subject: [PATCH] create entity --- src/main/resources/application.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7c9756b..ce36863 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ -#spring.datasource.url=jdbc:mysql://localhost:3306/car_sharing_db?serverTimezone=UTC -#spring.datasource.username=root -#spring.datasource.password=root123 -#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver +spring.datasource.url=jdbc:mysql://localhost:3306/car_sharing_db?serverTimezone=UTC +spring.datasource.username=root +spring.datasource.password=root123 +spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver server.servlet.context-path=/api spring.jpa.hibernate.ddl-auto=validate