Can now be deployed
This commit is contained in:
+2
-3
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user