File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11# # Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2+ # # Local Dev connection to DB in a Dev Profile:
3+ # # mvn spring-boot:run -Dspring.profiles.active=dev
24spring.datasource.url =jdbc:postgresql://localhost:5432/postgres_demo
35spring.datasource.username = postgres
46spring.datasource.password = password
57
8+ # # Connection to Heroku PostgreSQL Databae
69# spring.datasource.url=${JDBC_DATABASE_URL}
710# spring.datasource.username=${JDBC_DATABASE_USERNAME}
811# spring.datasource.password=${JDBC_DATABASE_PASSWORD}
Original file line number Diff line number Diff line change 11# # Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2+ # # Local Dev connection to DB in a Dev Profile:
3+ # # mvn spring-boot:run -Dspring.profiles.active=dev
24# spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo
35# spring.datasource.username= postgres
46# spring.datasource.password= password
You can’t perform that action at this time.
0 commit comments