Spring H2 Support

From NovaOrdis Knowledge Base
Revision as of 05:20, 19 October 2018 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

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