application.properties 376 Bytes
Newer Older
Joel Florentin committed
1 2 3 4 5 6 7 8 9 10 11
spring.jpa.hibernate.ddl-auto=none

spring.sql.init.mode=always
spring.sql.init.platform=postgres
spring.datasource.url=jdbc:postgresql://localhost:5432/dvdrental
#spring.datasource.username=${POSTGRES_USERNAME}
spring.datasource.password=postgres

spring.mvc.view.prefix=/jsp/
spring.mvc.view.suffix=.jsp
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true