springInterview/src/main/resources/application.properties
2020-04-30 16:19:38 +07:00

9 lines
291 B
INI

spring.thymeleaf.cache=false
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:postgresql://localhost:5432/dbfoof
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.open-in-view=true
server.port=8010
server.servlet.session.tracking-modes=cookie