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
- Host: GitHub
- URL: https://github.com/hyeonsangjeon/springboot-examples
- Owner: hyeonsangjeon
- Created: 2017-11-28T00:57:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T05:49:12.000Z (over 6 years ago)
- Last Synced: 2025-03-29T19:22:26.797Z (6 months ago)
- Topics: docker, flyway, jpa, jvm, liquibase, log4jdbc, logback, metrics, rest-api, spring, spring-boot, spring-boot-example, spring-mvc, springboot, vertx
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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.