This mono repo contains spring boot projects for learning and practice.
Each project gets you started with a library / tool. The readme page of every project gives some useful information like - concept relevant to that project, how to setup and references.
s.no | project | overview |
---|---|---|
1. | bookmarker-app | Bookmarker: App to add, search and show bookmarks developed with spring-boot, reactjs, nextjs |
2. | ipl-dashboard | Build an IPL dashboard using spring-boot, spring-batch and react framework |
3. | springboot-kafka | Getting started with kafka using spring-kafka library and spring boot |
4. | springboot-test | Unit tests, Integration and Acceptance tests for REST API service developed with spring boot |
5. | spring-oauth2 | Simulate oauth2 call flow with spring security and oauth2 libraries |
6. | resilience | Understand fault tolerance modules provided by resilience4j library with spring boot |
7. | springboot-websocket | Getting started with websockets on spring boot using STOMP protocol |
8. | flyway | Getting started with flyway - a database migration tool |
9. | gorilla | Deploying a spring boot app on minikube locally |