Spring PostgreSQL Support

From NovaOrdis Knowledge Base
Revision as of 18:39, 18 October 2018 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Overview

Dependencies

dependencies {

    implementation('org.springframework.boot:spring-boot-starter-data-jpa')
    runtimeOnly('org.postgresql:postgresql')
}


Configuration

application.properties: