Skip to content

Instantly share code, notes, and snippets.

@guilhermerodrigues680
Created March 8, 2021 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilhermerodrigues680/a75f72213a9c47ea14d48753c4a2c55a to your computer and use it in GitHub Desktop.
Save guilhermerodrigues680/a75f72213a9c47ea14d48753c4a2c55a to your computer and use it in GitHub Desktop.
Spring Boot Language And Country
# https://www.oracle.com/technical-resources/articles/javase/locale.html#using
# https://stackoverflow.com/a/51513723
./mvnw clean spring-boot:run -Dspring-boot.run.jvmArguments="-Duser.language=pt -Duser.country=BR"
java -Duser.language=pt -Duser.country=BR -jar app.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment