Answers for "springboot postgressql application.properties"

0

spring boot postgres

<dependency>
    <groupId>org.postgresql</groupId>
    <artifactId>postgresql</artifactId>
    <version>42.2.18</version>
</dependency>
Posted by: Guest on January-07-2021

Browse Popular Code Answers by Language