File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ The repository grows in complexity and functionality across branches:
1818| --------| ------------------------------------------------------------------------|
1919| ` main ` | Base Spring Boot setup with basic health and H2 endpoints |
2020| ` feature/1-create-new-application ` | Same as main |
21- | ` feature/2-dataaccess ` | Persistence layer with Spring Data JPA and H2 |
21+ | ` feature/2-dataaccess ` | Persistence layer with Spring Data JPA and H2, part 1 |
22+ | ` feature/2-dataaccess-repositories ` | Persistence layer with Spring Data JPA and H2, part 2 |
2223| ` feature/3-business-logic ` | Service layer and business logic introduced |
2324| ` feature/4-services ` | OpenAPI/Swagger setup for live API documentation and testing |
2425| ` feature/5-security ` | Spring Security integration for basic authentication and authorization |
You can’t perform that action at this time.
0 commit comments