== A single custom Executor bean ==

Executor beans in this context: 1
  myExecutor  ->  org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor  [TaskExecutor]
        corePoolSize=2 maxPoolSize=2 queueCapacity=2147483647 threadNamePrefix=mine-
Bean named 'taskExecutor' present: false
Bean named 'applicationTaskExecutor' present: false

@Async ran on : mine-1 (virtual=false)

