You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin is enabled by setting the Spring Boot application.properties value: gg.jte.localizer.inject=true
I was hoping that the code for this plugin could be incorporated into jte-spring-boot-starter-3 and perhaps jte-spring-boot-starter-2, but not into the JTE core itself.
If there is interest in this, what can I do to help?
The text was updated successfully, but these errors were encountered:
It seems the @RequestScoped @bean I created in my library only works if defined in the application itself and not the library.
I fixed the issue in version 1.0.1 and updated the documentation.
Unfortunately, the library now requires 3 @beans to be defined in code instead of the flag in application.properties.
But I guess the classes are still useful.
I have created a plugin for injecting an instance of gg.jte.support.LocalizationSupport into all Spring Boot ModelAndViews.
Details of my plugin can be found here:
https://github.com/Gadnex/jte-localizer-spring-boot-starter
The plugin is enabled by setting the Spring Boot application.properties value:
gg.jte.localizer.inject=true
I was hoping that the code for this plugin could be incorporated into jte-spring-boot-starter-3 and perhaps jte-spring-boot-starter-2, but not into the JTE core itself.
If there is interest in this, what can I do to help?
The text was updated successfully, but these errors were encountered: