Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1 KB

README.md

File metadata and controls

12 lines (10 loc) · 1 KB

Spring Boot Application Demos On Every Branch:

I don't like how tutorial-givers write their code on a multi-module, "everything is in there, go get it" style project so here, i'll try to make a repo that has a one demo on a single branch, only required project files will be added. Here's the current list:

Branch Name Description
master default branch that is a template for the other branches.
basic-h2-crud-example A basic spring boot application that has embedded H2 database and CRUD operations on it.
openapi-ui-basic-setup Quick setup of openapi-ui (usually known as swagger-ui) on spring boot 3.
hibernate-2nd-level-cache example of using a 2nd level cache for hibernate with hazelcast on spring boot 3.