We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63c450 commit 92957adCopy full SHA for 92957ad
README.md
@@ -17,7 +17,7 @@ The repository grows in complexity and functionality across branches:
17
| Branch | Description |
18
|--------|------------------------------------------------------------------------|
19
| `main` | Base Spring Boot setup with basic health endpoints |
20
-| `feature/1-create-new-application` | Same as main |
+| `feature/1-create-new-application` | (Almost) same as main |
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 |
23
| `feature/3-business-logic` | Service layer and business logic introduced |
0 commit comments