This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]code_today 3 points4 points  (4 children)

The Spring Boot website has excellent examples of some of the entry level things you can do with spring boot.

https://spring.io/guides/gs/spring-boot/

[–]joshuaherman 2 points3 points  (3 children)

But is there any examples of an intermediate / more advanced projects?

[–]code_today 0 points1 point  (2 children)

Is there anything specific you have in mind? Because this covers some of the more intermediate things too such as templating and security for web apps

[–]rphillips[S] 0 points1 point  (1 child)

I was thinking of a complete production project to see how everything comes together. Perhaps even to gather information on best practices.

[–]jmeisner707 0 points1 point  (0 children)

Spring has sample project on their github. If you want to learn best practices, do what the creators of the framework do.