l-gu / spring-boot-cli-jdbc

Basic SpringBoot CLI app with JDBC template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-boot-cli-jdbc

Spring Boot basic command line application with JDBC to access database

Using "spring-boot-starter-jdbc" dependency providing :

  • HikariCP-x.x.x.jar
  • spring-jdbc-x.x.x.jar
  • spring-tx-x.x.x.jar

Unit tests examples with JUnit 5, "spring-boot-starter-test" and H2 database

About

Basic SpringBoot CLI app with JDBC template


Languages

Language:Java 100.0%