Spring H2 Support

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

Internal

Overview

dependencies {

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

SpringBoot DevTools H2 Console

SpringBoot DevTools H2 Console