An open API service indexing awesome lists of open source software.

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

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)