***** APPLICATION FAILED TO START ***** Description: Field executor in com.example.bussiness.service.DemoService required a bean of type 'com.example.executor.TaskExecutor' that could not be found.
The TaskExecutor is a service that accepts instances of Tasks (classes implementing the Task interface) and executes each task in one of the multiple threads maintained by the thread pool. That is, ...