Files
java-tutorials/spring-security-mvc-boot/src/main/resources/application-postgre.properties
T

8 lines
259 B
Properties

spring.datasource.platform=postgre
spring.datasource.url=jdbc:postgresql://localhost:5432/jdbc_authentication
spring.datasource.username=postgres
spring.datasource.password=pass
spring.datasource.initialization-mode=always
spring.jpa.hibernate.ddl-auto=none