diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 86e46af..48f127a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/postgresglobalapp spring.datasource.username=postgres -spring.datasource.password=${password} +spring.datasource.password=Qwerty123456! spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.show-sql=true spring.sql.init.mode=always