Spring PostgreSQL Support: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 17: | Line 17: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=Configuration= | =Configuration= | ||
application.properties: | application.properties: |
Revision as of 18:42, 18 October 2018
External
Internal
Overview
Dependencies
dependencies {
implementation('org.springframework.boot:spring-boot-starter-data-jpa')
runtimeOnly('org.postgresql:postgresql')
}
Configuration
application.properties: