This is the code accompanying the Livelessons video training course, Building Microservices with Spring Boot, by Josh Long and Phil Webb.
Note
|
We’re currently upgrading this codebase for a second video. Please use the v1 branch if you want to see the previous version.
|
What makes a modern application? A modern application lives on the web. It lives in the cloud. It works with all manner of data (big-data, NoSQL, in-memory data-grids). It is service-oriented and multi-client ready. It is production-ready. It is driven by ever-changing demands and scale.
While it’s true that it may no longer be a "Spring" chicken, Spring’s maturity is well-proven and powering some of the largest and widely used open-web applications in the world! And, with the introduction of Spring Boot, it’s lighter and more productive than ever.
This repository contains the example code covered in the LiveLesson video. Use the links below to jump to a specific topic:
-
Lesson 1: Bootstrapping (Spring Boot 101)
-
Lesson 3: Reaching For The Clouds
-
Lesson 4: Working With Data
-
Lesson 5: Giving Your Microservice a REST
-
Lesson 8: Choreographing Microservices
-
Lesson 9: Developing Web Applications
-
Lesson 10: Securing Microservices With Spring Security