Added event service

This commit is contained in:
Filip Izydorczyk
2020-12-21 17:12:10 +01:00
parent a294ecac37
commit 28c09bea6e
2 changed files with 25 additions and 0 deletions

View File

@ -16,9 +16,12 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.event.ApplicationReadyEvent;
import org.springframework.context.event.EventListener;
import org.springframework.scheduling.annotation.EnableScheduling;
import com.plannaplan.services.ConfiguratorService;
@SpringBootApplication
@EnableScheduling
public class App {
public final static String API_VERSION = "v1";