diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 35b376a..42fa9fd 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,10 +1,10 @@ ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties) -spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo +spring.datasource.url=jdbc:postgresql://localhost:59451/postgres_demo spring.datasource.username= postgres -spring.datasource.password= +spring.datasource.password= 123456 # The SQL dialect makes Hibernate generate better SQL for the chosen database spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect # Hibernate ddl auto (create, create-drop, validate, update) -spring.jpa.hibernate.ddl-auto = update +spring.jpa.hibernate.ddl-auto = update