https://github.com/mewebstudio/spring-boot-jpa-nested-set-java-impl
Spring Boot JPA Nested Set - Java Implementation
https://github.com/mewebstudio/spring-boot-jpa-nested-set-java-impl
java jpa nestedset spring-boot
Last synced: 11 months ago
JSON representation
Spring Boot JPA Nested Set - Java Implementation
- Host: GitHub
- URL: https://github.com/mewebstudio/spring-boot-jpa-nested-set-java-impl
- Owner: mewebstudio
- License: mit
- Created: 2025-05-05T21:54:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T17:46:30.000Z (about 1 year ago)
- Last Synced: 2025-06-12T09:08:28.416Z (about 1 year ago)
- Topics: java, jpa, nestedset, spring-boot
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot JPA Nested Set - Java Implementation
This project demonstrates how to implement a nested set model using Spring Boot and JPA.
### Used package
[Spring Boot JPA Nested Set](https://github.com/mewebstudio/spring-boot-jpa-nested-set)
### Run with docker compose
```bash
docker-compose up --build -d
```
### Postman collection
- [Postman Collection](https://github.com/mewebstudio/spring-boot-jpa-nested-set-java-impl/blob/main/src/main/resources/NesetSet.postman_collection.json)