com.arextest.web.api.service.schedule.ScheduleConfig Maven / Gradle / Ivy
package com.arextest.web.api.service.schedule;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableScheduling;
@Configuration
@EnableScheduling
public class ScheduleConfig {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy