An open API service indexing awesome lists of open source software.

https://github.com/hyeonsangjeon/springboot-examples

Spring Boot Examples
https://github.com/hyeonsangjeon/springboot-examples

docker flyway jpa jvm liquibase log4jdbc logback metrics rest-api spring spring-boot spring-boot-example spring-mvc springboot vertx

Last synced: 6 months ago
JSON representation

Spring Boot Examples

Awesome Lists containing this project

README

          

= Spring Boot Examples

These projects present how Springboot can use.

== rest-jpa-h2-example

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

== flyway-example

The link:flyway-example[flyway-example] shows Spring Boot flyway.

== liquibase-example

The link:liquibase-example[liquibase-example] shows Spring Boot liquibase.

== docker-example

The link:docker-example[docker-example] shows Spring Boot docker image bake and run.

== logback-example

The link:logback-example[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 link:jvm-metrics-example[jvm-metrics-example] shows how to use Spring Actuator Metrics, CounterService and GaugeService in the application.

== mybatis-junit-test-example

The link:mybatis-junit-test-example[mybatis-junit-test-example] shows how to mybatis DAO tempalte junit test in the application.