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