review-api/src/main/resources/application.properties
2024-09-23 18:22:28 +02:00

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