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

https://github.com/mewebstudio/spring-boot-jpa-translatable-java-impl

Spring Boot JPA Translatable - Java Implementation
https://github.com/mewebstudio/spring-boot-jpa-translatable-java-impl

hibernate java jpa spring-boot translatable

Last synced: 21 days ago
JSON representation

Spring Boot JPA Translatable - Java Implementation

Awesome Lists containing this project

README

        

# Spring Boot JPA Translatable - Java Implementation
This project demonstrates how to implement a translatable model using Spring Boot and JPA.

### Used package
[Spring Boot JPA Translatable](https://github.com/mewebstudio/spring-boot-jpa-translatable)

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

### Postman collection
- [Postman Collection](https://github.com/mewebstudio/spring-boot-jpa-translatable-java-impl/blob/main/src/main/resources/Translatable.postman_collection.json)