fix: Initial state fix - fetch data and block executions until completed

This commit is contained in:
Piotr Dec 2024-07-18 21:15:06 +02:00
parent 1afff3819b
commit 82bf6b55cc
Signed by: stawros
GPG key ID: F89F27AD8F881A91
6 changed files with 72 additions and 9 deletions

View file

@ -5,11 +5,13 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication
@EnableConfigurationProperties
@ConfigurationPropertiesScan
@EnableAsync
@EnableScheduling
public class Main {
public static void main(String[] args) {