updated swagger configation

This commit is contained in:
rajesh
2024-08-21 19:34:15 +05:30
parent 324490da69
commit fa714faef9
4 changed files with 36 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
# DataSource Configuration
spring.datasource.url=jdbc:postgresql://localhost:5432/gepafin_local
spring.datasource.username=postgres
spring.datasource.password=root
spring.datasource.driver-class-name=org.postgresql.Driver
# JPA Configuration
spring.jpa.show-sql=true