Skip to content

hyeonsangjeon/springboot-examples

Repository files navigation

Spring Boot Examples

These projects present how Springboot can use.

rest-jpa-h2-example

The rest-jpa-h2-example shows simple restful API in a Spring Boot application.

flyway-example

The flyway-example shows Spring Boot flyway.

liquibase-example

The liquibase-example shows Spring Boot liquibase.

docker-example

The docker-example shows Spring Boot docker image bake and run.

logback-example

The logback-example shows how to set logback in springboot to make the archive of daily log file with sql result to the application.

jvm-metrics-example

The jvm-metrics-example shows how to use Spring Actuator Metrics, CounterService and GaugeService in the application.

mybatis-junit-test-example

The mybatis-junit-test-example shows how to mybatis DAO tempalte junit test in the application.