alaugks / spring-messagesource-xliff-example

A complete example using Spring Boot, including the use of XLIFF 1.2 and XLIFF 2.1 translation files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example for Spring Boot: XLIFF translation support for Spring Boot and Spring

Docker Compose

Load image from Docker Hub. linux/amd64, linux/arm64 and windows/amd64 is supported.

  1. Start docker compose
docker-compose -f "docker-compose.yml" up -d
  1. Open http://localhost:8080/

Docker Build

Docker image to build yourself.

  1. Install Project
mvn clean install
  1. Build Docker Image
docker build -t spring-boot-xliff-example . 
  1. Run Docker Image
docker run -it -p 8080:8080 spring-boot-xliff-example
  1. Open http://localhost:8080/

About

A complete example using Spring Boot, including the use of XLIFF 1.2 and XLIFF 2.1 translation files.


Languages

Language:Java 74.7%Language:HTML 20.5%Language:CSS 4.0%Language:Dockerfile 0.8%