updated swagger configation
This commit is contained in:
8
src/main/resources/application-local.properties
Normal file
8
src/main/resources/application-local.properties
Normal 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
|
||||
Reference in New Issue
Block a user