Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
swa_falcmmir_logic
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Falcmann, Miroslav
swa_falcmmir_logic
Commits
1e494af5
Commit
1e494af5
authored
6 months ago
by
Falcmann, Miroslav
Browse files
Options
Downloads
Patches
Plain Diff
changed url when calling notification health check
parent
1126edf6
No related branches found
No related tags found
No related merge requests found
Pipeline
#95480
passed with stages
in 3 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/swa/calendar/swa_falcmmir_logic/services/TestService.java
+1
-1
1 addition, 1 deletion
...swa/calendar/swa_falcmmir_logic/services/TestService.java
with
1 addition
and
1 deletion
src/main/java/swa/calendar/swa_falcmmir_logic/services/TestService.java
+
1
−
1
View file @
1e494af5
...
...
@@ -40,7 +40,7 @@ public class TestService {
String
notificationUrl
=
serviceRegisterService
.
getNotificationUrl
();
String
fullUrl
=
UriComponentsBuilder
.
fromUriString
(
"http://"
+
notificationUrl
+
"/health"
)
.
fromUriString
(
"http://"
+
notificationUrl
+
"/
actuators/
health"
)
.
build
().
toUriString
();
return
restTemplate
.
exchange
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment