Skip to content

alaugks/spring-messagesource-xliff-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/