package com.spring.config; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableAsync; //@Configuration //@EnableAsync //@ComponentScan("com.spring.modules") public class AsyncConfig { }