4

We have a spring-boot + Thymeleaf web application that shows messages in different languages. These messages are within the app as default: /src/main/resources/messages.properties

The app configuration loads from a spring-boot cloud config service. I wonder if would it be possible to load the messages.properties file remotely from the config server instead of using the internal one (as the app also loads the application.yml)

cape
  • 424
  • 1
  • 3
  • 16
  • You can find the answer here: https://stackoverflow.com/questions/55046062/spring-cloud-load-message-sources-from-config-server/59073406#59073406 – Nel Nov 27 '19 at 15:27

0 Answers0