com.arextest.web.api.service.schedule.ScheduleConfig Maven / Gradle / Ivy
The newest version!
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 - 2025 Weber Informatics LLC | Privacy Policy