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

https://github.com/mewebstudio/spring-boot-jpa-nested-set-kotlin-impl

Spring Boot JPA Nested Set - Kotlin Implementation
https://github.com/mewebstudio/spring-boot-jpa-nested-set-kotlin-impl

jpa kotlin nestedset spring-boot

Last synced: 27 days ago
JSON representation

Spring Boot JPA Nested Set - Kotlin Implementation

Awesome Lists containing this project

README

          

# Spring Boot JPA Nested Set - Kotlin Implementation
This project demonstrates how to implement a nested set model using Spring Boot and JPA.

### Used package
[Spring Boot JPA Nested Set Kotlin](https://github.com/mewebstudio/spring-boot-jpa-nested-set-kotlin)

### Run with docker compose
```bash
docker-compose up --build -d
```

### Postman collection
- [Postman Collection](https://github.com/mewebstudio/spring-boot-jpa-nested-set-kotlin-impl/blob/main/src/main/resources/NesetSet.postman_collection.json)