You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
313 B

3 years ago
  1. package com.spring.config;
  2. import org.springframework.context.annotation.ComponentScan;
  3. import org.springframework.context.annotation.Configuration;
  4. import org.springframework.scheduling.annotation.EnableAsync;
  5. //@Configuration
  6. //@EnableAsync
  7. //@ComponentScan("com.spring.modules")
  8. public class AsyncConfig {
  9. }