// the find
MichelliBrito/cursospringboot
Curso de Spring Boot mostrando como construir o sistema web eventosapp passo a passo, da inicialização até o deploy no heroku. O sistema web eventosapp permite cadastrar eventos, incluindo detalhes como local e data e também, cadastrar convidados para cada evento.
A Spring Boot tutorial project — not a library or tool — that walks through building a simple event management CRUD app with user auth, JPA repositories, and Thymeleaf templates. It's a course companion repo from 2017, aimed at beginners learning Spring Boot basics.
Shows a realistic project layout with proper separation of controllers, models, repositories, and security config. Includes Spring Security with a custom UserDetailsService, which most beginner tutorials skip. Has dual DataSource configs (H2 for dev, PostgreSQL for prod), which is a practical pattern worth seeing early. Maven wrapper included so it just runs.
Dead since 2017 — Spring Boot 1.x era, Heroku deploy steps that no longer work, and Materialize CSS vendored directly into the repo. No tests beyond the empty ApplicationTests stub. The whole thing targets a platform (Heroku free tier) that no longer exists. Anyone following this will hit version mismatches before they get to the interesting parts.