Can now be deployed

This commit is contained in:
2025-06-09 15:27:26 +02:00
parent f220c187c1
commit be0ec073a3
7 changed files with 62 additions and 5 deletions
+2 -3
View File
@@ -16,7 +16,7 @@ plugins {
group = 'com.bernard'
version = '0.0.1-SNAPSHOT'
version = 'beta'
java {
toolchain {
@@ -42,7 +42,6 @@ dependencies {
implementation 'jakarta.validation:jakarta.validation-api:_'
runtimeOnly 'org.webjars:jquery:_'
developmentOnly Spring.boot.devTools
developmentOnly 'org.springframework.boot:spring-boot-docker-compose:_'
runtimeOnly 'org.postgresql:postgresql:_'
testImplementation Spring.boot.test
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:_'
@@ -59,7 +58,7 @@ dependencies {
}
flyway {
url = "jdbc:postgresql://127.0.0.1:10051/misael"
url = "jdbc:postgresql://127.0.0.1:5432/misael"
user = 'misael'
password = 'misael-dev'
driver = 'org.postgresql.Driver'