DataJPA/src/main/resources/application.properties

13 lines
250 B
Properties
Raw Normal View History

2020-05-15 17:20:27 +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-18 17:11:01 +07:00
server.port=8081
2020-05-19 15:30:16 +07:00
spring.thymeleaf.cache=true
2020-05-15 17:20:27 +07:00