Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eingang-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
eingang-manager
Merge requests
!17
Resolve "router: NPE bei ZuständigerStelle ohne orgId"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "router: NPE bei ZuständigerStelle ohne orgId"
1-router-npe-bei-zustandigerstelle-ohne-orgid
into
develop
Overview
0
Commits
3
Pipelines
0
Changes
3
Merged
Jan Zickermann
requested to merge
1-router-npe-bei-zustandigerstelle-ohne-orgid
into
develop
3 weeks ago
Overview
0
Commits
3
Pipelines
0
Changes
3
Expand
Closes
#1
0
0
Merge request reports
Compare
develop
version 1
fc0062d3
3 weeks ago
develop (base)
and
latest version
latest version
fc0062d3
3 commits,
2 weeks ago
version 1
fc0062d3
1 commit,
3 weeks ago
3 files
+
17
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
common/src/main/java/de/ozgcloud/eingang/Application.java
+
2
−
0
Options
@@ -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