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
- Host: GitHub
- URL: https://github.com/mewebstudio/spring-boot-jpa-nested-set-kotlin-impl
- Owner: mewebstudio
- License: mit
- Created: 2025-05-06T18:37:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T18:53:14.000Z (about 1 year ago)
- Last Synced: 2025-07-10T16:02:17.736Z (11 months ago)
- Topics: jpa, kotlin, nestedset, spring-boot
- Language: Kotlin
- Homepage:
- Size: 19.5 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 - 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)