9 lines
298 B
Properties
9 lines
298 B
Properties
# 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
|
|
base-url=http://localhost:8080 |