/spring-samples

A series of examples used to demonstrate certain features of Spring.

Primary LanguageJava

Example applications using Spring boot

This is a collection of small applications demonstrating certain features of Spring boot. Most of these are covered as well in my blog posts.

Contents

Blog post GitHub
Writing your first Spring webapp with Spring Boot spring-boot-webapp
JPA made easy with Spring data's repositories spring-boot-jpa-webapp
Handling errors with Spring MVC spring-boot-jpa-error-webapp
Using Docker containers for your Spring boot applications spring-boot-jpa-docker-webapp
Take your Spring apps to the cloud with Bluemix and Docker sping-boot-jpa-docker-bluemix-webapp
Internationalization (i18n) with Spring spring-boot-i18n-webapp
Handling forms with Spring Web and JSR-303 spring-boot-form
Producing REST API's with Spring spring-boot-rest
Consuming REST API's with Spring spring-boot-rest
Documenting your REST API with Swagger and Springfox spring-boot-swagger
Exploring contract first options with Swagger spring-boot-swagger
Utilizing cache abstraction with Spring boot and Ehcache spring-boot-ehcache
Using the Netflix stack with Spring boot: Eureka spring-boot-eureka
Using the Netflix stack with Spring boot: Ribbon spring-boot-eureka
Using the Netflix stack with Spring boot: Hystrix spring-boot-hystrix
Mapping with Dozer spring-boot-jpa-dozer-webapp
Mapping beans with MapStruct spring-boot-jpa-mapstruct-webapp
Getting started with Spring boot 2.0 spring-boot-2-web-crawler