From 85dcbad805e3cfd1e5b4203fb8f3606f2945812e Mon Sep 17 00:00:00 2001 From: Jari Date: Mon, 10 Mar 2025 23:02:01 +0100 Subject: [PATCH] base commit --- settings.gradle.kts | 2 +- src/main/resources/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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