springInterview/src/main/resources/application.properties

9 lines
291 B
Properties
Raw Normal View History

2020-04-28 16:27:31 +07:00
spring.thymeleaf.cache=false
spring.jpa.hibernate.ddl-auto=update
2020-04-30 16:17:42 +07:00
spring.datasource.url=jdbc:postgresql://localhost:5432/dbfoof
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.open-in-view=true
2020-04-30 16:19:38 +07:00
server.port=8010
server.servlet.session.tracking-modes=cookie