All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kqinfo.universal.delay.task.config.DelayTaskAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.kqinfo.universal.delay.task.config;

import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * @author Zijian Liao
 * @since 1.0.0
 */
@Configuration
@ComponentScan(basePackages = "com.kqinfo.universal.delay.task")
@EnableConfigurationProperties(DelayTaskProperties.class)
public class DelayTaskAutoConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy