Skip to content

Commit b5eebea

Browse files
author
Piotr Kubicki
committed
Merge remote-tracking branch 'origin/feature/1-create-new-application' into feature/2-dataaccess
2 parents 95dd7fe + d41f20c commit b5eebea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)