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

com.cloud.task.ScheduledTaskAutoConfiguration Maven / Gradle / Ivy

package com.cloud.task;

import org.springframework.boot.web.servlet.ServletComponentScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.EnableAspectJAutoProxy;

@Configuration
@ComponentScan
@ServletComponentScan
@EnableAspectJAutoProxy(proxyTargetClass = true)
public class ScheduledTaskAutoConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy