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
Compare revisions
b99c33784419dfdc042c094d0e5fe2a85702fee3 to 18519a0b36e77141841c48f4ef1a4b4095ef5b99
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ozg-cloud/app/eingang-manager
Select target project
No results found
18519a0b36e77141841c48f4ef1a4b4095ef5b99
Select Git revision
Swap
Target
ozg-cloud/app/eingang-manager
Select target project
ozg-cloud/app/eingang-manager
1 result
b99c33784419dfdc042c094d0e5fe2a85702fee3
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
OZG-7573 OZG-7991 Enable asynchronous methods
· 0ec1fffa
Krzysztof Witukiewicz
authored
1 week ago
0ec1fffa
Merge branch 'OZG-7573-files-weiterleitung-bug' into 'main'
· 18519a0b
Krzysztof Witukiewicz
authored
5 days ago
OZG-7573 OZG-7991 Enable asynchronous methods See merge request
!15
18519a0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/src/main/java/de/ozgcloud/eingang/Application.java
+2
-0
2 additions, 0 deletions
common/src/main/java/de/ozgcloud/eingang/Application.java
with
2 additions
and
0 deletions
common/src/main/java/de/ozgcloud/eingang/Application.java
View file @
18519a0b
...
...
@@ -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"
;
...
...
This diff is collapsed.
Click to expand it.