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

com.arextest.web.api.service.schedule.ScheduleConfig Maven / Gradle / Ivy

There is a newer version: 0.7.0.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy