spring db properties code example
Example: spring db properties
spring:
profiles: local
datasource:
url: jdbc:postgresql://localhost:5432/postgres
username: postgres
password: root
spring:
profiles: local
datasource:
url: jdbc:postgresql://localhost:5432/postgres
username: postgres
password: root