application.properties 278 Bytes
Newer Older
Nelson Ruiz committed
1 2 3 4 5 6 7 8 9 10

server.port = 8081
spring.mvc.view.prefix=/pages/
spring.mvc.view.suffix=.jsp

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