Skip to content
Snippets Groups Projects

Resolve "router: NPE bei ZuständigerStelle ohne orgId"

Merged Jan Zickermann requested to merge 1-router-npe-bei-zustandigerstelle-ohne-orgid into develop
3 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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";
Loading