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

OZG-7573 OZG-7991 Enable asynchronous methods

parent b99c3378
Branches
Tags
2 merge requests!17Resolve "router: NPE bei ZuständigerStelle ohne orgId",!15OZG-7573 OZG-7991 Enable asynchronous methods
...@@ -27,10 +27,12 @@ import java.util.TimeZone; ...@@ -27,10 +27,12 @@ import java.util.TimeZone;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling; import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication(scanBasePackages = { "de.ozgcloud" }) @SpringBootApplication(scanBasePackages = { "de.ozgcloud" })
@EnableScheduling @EnableScheduling
@EnableAsync
public class Application { public class Application {
public static final String ZUFI_MANAGER_GRPC_CLIENT = "zufi-manager"; 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.
Please register or to comment