2020-05-15 17:30:40 +07:00
|
|
|
spring.datasource.url=jdbc:postgresql://localhost:5432/dbproduct?
|
|
|
|
spring.datasource.username=postgres
|
|
|
|
spring.datasource.password=root
|
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
spring.jpa.open-in-view=true
|
|
|
|
|
2020-05-19 13:15:35 +07:00
|
|
|
server.port=8081
|
2020-05-19 15:30:16 +07:00
|
|
|
spring.thymeleaf.cache=true
|
2020-05-15 17:30:40 +07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|