Spring H2 Support: Difference between revisions

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


=Overview=
=Overview=
=Dependencies=


<syntaxhighlight lang='groovy'>
<syntaxhighlight lang='groovy'>

Revision as of 05:20, 19 October 2018

Internal

Overview

Dependencies

dependencies {

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

SpringBoot DevTools H2 Console

SpringBoot DevTools H2 Console