I have that kind of spring setup working
an abstract class with an autowired field
an abstract class with an autowired field
public abstract class AbstractJobRoute extends RouteBuilder {
@Autowired
private GlobalSettingsService settingsService;
and several children defined with @Component
annotation.
No comments:
Post a Comment