Skip to content
Snippets Groups Projects
Commit 18519a0b authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

Merge branch 'OZG-7573-files-weiterleitung-bug' into 'main'

OZG-7573 OZG-7991 Enable asynchronous methods

See merge request !15
parents b99c3378 0ec1fffa
1 merge request!15OZG-7573 OZG-7991 Enable asynchronous methods
......@@ -27,10 +27,12 @@ import java.util.TimeZone;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication(scanBasePackages = { "de.ozgcloud" })
@EnableScheduling
@EnableAsync
public class Application {
public static final String ZUFI_MANAGER_GRPC_CLIENT = "zufi-manager";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment