Best Practices for Integrating JTE with Spring Boot App and Localization #267
Unanswered
robertellam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone! 👋
I'm relatively new to both JTE and Spring Boot, and I'm looking for some guidance on setting up JTE in my Spring Boot application while also incorporating localization. My goal is to utilize the JteContext approach to avoid passing parameters to every template.
However, I'm a bit confused about how to set everything up in my spring boot app. The use of ThreadLocal is something new to me and I am questioning if this is how it would be done in a spring boot app or if the example in the docs is just a generic Java solution?
I'd greatly appreciate any insights, tips, or best practices you have regarding this integration.
Any code snippets, examples, or real-world experiences would be incredibly helpful. Thank you all in advance for your expertise and guidance! 🙌
Beta Was this translation helpful? Give feedback.
All reactions