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
- Host: GitHub
- URL: https://github.com/mewebstudio/spring-boot-jpa-translatable-java-impl
- Owner: mewebstudio
- License: mit
- Created: 2025-05-07T23:39:34.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2025-05-07T23:47:20.000Z (25 days ago)
- Last Synced: 2025-05-12T06:59:59.950Z (21 days ago)
- Topics: hibernate, java, jpa, spring-boot, translatable
- Language: Java
- Homepage:
- Size: 20.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 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)