I teach a course in java and springboot for beginners. I would like to walk my students through the code of a real world java or springboot application. Can anyone recommend a good example?

  • @deathmetal27
    link
    3
    edit-2
    1 month ago

    I’d suggest studying the code of the Spring Pet Clinic webapp. It will teach you how to engineer a simple three tier webapp.

    https://github.com/spring-projects/spring-petclinic

    However this is heavily geared towards the Spring framework and not core Java. But this project showcases best practices for writing code and structuring a project.