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
I have successfully injected a Spring dependency into custom type handler, using @EnableSpringConfigured (on an @Configuration class) and @Configurable (on the type handler class) from org.springframework:spring-aspects. You would also need to @Autowired a field or a setter inside the type handler.
I know there is already an issue at #218 and solution is:
But I think bellow is better because now is 2020 and we should use Java Configuration.
And then in
application.yml
of Spring Boot application:Please add support for this.
Thank you so much!
The text was updated successfully, but these errors were encountered: