Spring PostgreSQL Support: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:


=Overview=
=Overview=
=Dependencies=


<syntaxhighlight lang='groovy'>
<syntaxhighlight lang='groovy'>
Line 12: Line 14:
}
}
</syntaxhighlight>
</syntaxhighlight>
=Configuration=
application.properties:

Revision as of 18:39, 18 October 2018

Internal

Overview

Dependencies

dependencies {

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


Configuration

application.properties: