Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Paul
I've been using this demo since 2015 to teach my students about Spring Boot and Microservices in general. Thanks Paul so much for the original demo.
What I've prepared as a token of gratitude (and a whole lotta covid-19 me time), is an enhanced version of Paul's Microservices Demo. Consider it a major facelift. It includes many aspects which makes the original demo more production ready and a little more 'Springy` in spirit.
My version v2.2.0 (Aug 2021) corresponds to Spring Boot 2.5.3 and Spring Cloud 2020.0.3 release train.
The application was developed and built with OpenJdk 16.0.1
Consider this a modernized demo with the latest Spring Boot / Cloud versions, many integration and unit tests and a bit more production like features which make the application more 'Springy' in nature. Not to mention --- bug fixes (little but annoying - like all bugs).
There's extensive documentation, including a new
DOCKERIZE.md
which uses jib-maven-plugin to dockerize the demo.The complete change-log is recorded in the README.md in my fork
Please consider merging it to the main branch.
Kind regards Tom Silverman