These projects present how Springboot can use.
The rest-jpa-h2-example shows simple restful API in a Spring Boot application.
The flyway-example shows Spring Boot flyway.
The liquibase-example shows Spring Boot liquibase.
The docker-example shows Spring Boot docker image bake and run.
The logback-example shows how to set logback in springboot to make the archive of daily log file with sql result to the application.
The jvm-metrics-example shows how to use Spring Actuator Metrics, CounterService and GaugeService in the application.
The mybatis-junit-test-example shows how to mybatis DAO tempalte junit test in the application.