Answers for "where is spring db properties"

SQL
0

spring db properties

spring:
    profiles: local
    datasource:
        url: jdbc:postgresql://localhost:5432/postgres
        username: postgres
        password: root
Posted by: Guest on February-13-2021

Code answers related to "where is spring db properties"

Code answers related to "SQL"

Browse Popular Code Answers by Language