6 lines
233 B
INI
6 lines
233 B
INI
spring.application.name=reView
|
|
spring.datasource.url=jdbc:postgresql://localhost:5432/review
|
|
spring.datasource.username=postgres
|
|
spring.datasource.password=Azerty1234
|
|
spring.jpa.hibernate.ddl-auto=create-drop
|
|
spring.jpa.show-sql=true |