diff --git a/settings.gradle.kts b/settings.gradle.kts index 737d50f..df79bd1 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1 +1 @@ -rootProject.name = "lorca-core" +rootProject.name = "lorca-gestionale-be" diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index acae0cd..9cde38f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ server.servlet.context-path=/api -spring.application.name=lorca-core +spring.application.name=lorca-gestionale-be spring.datasource.url=jdbc:postgresql://0.0.0.0:5432/lorca_db spring.datasource.username=lorca_usr spring.datasource.password=lorca_pwd