Issue
I'm currently developing a spring boot application and would like to see some kind of real-world examples of how big spring boot projects can be architectured. I've tried searching the web myself, but had no success so far.
I would be especially interested in bigger examples using spring-data-rest.
Solution
I know for example this two:
- Project Sagan: https://github.com/RameshMF/sagan
- Zipkin: https://zipkin.io/
More can be found under: https://www.javaguides.net/2018/10/free-open-source-projects-using-spring-boot.html
Answered By - the hand of NOD
Answer Checked By - Clifford M. (JavaFixing Volunteer)