12 lines
206 B
Properties
12 lines
206 B
Properties
|
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
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|