Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-boot-admin
Commits
807de8af
Commit
807de8af
authored
7 years ago
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to current snapshot
parent
4b4a0cea
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
application.yml
...ot-admin-sample-eureka/src/main/resources/application.yml
+2
-1
application.yml
...-admin-sample-reactive/src/main/resources/application.yml
+2
-1
application.yml
...t-admin-sample-servlet/src/main/resources/application.yml
+2
-1
application.yml
...-boot-admin-sample-war/src/main/resources/application.yml
+3
-1
No files found.
spring-boot-admin-samples/spring-boot-admin-sample-eureka/src/main/resources/application.yml
View file @
807de8af
...
...
@@ -15,7 +15,8 @@ eureka:
management
:
endpoints
:
web
:
expose
:
"
*"
exposure
:
include
:
"
*"
endpoint
:
health
:
show-details
:
ALWAYS
This diff is collapsed.
Click to expand it.
spring-boot-admin-samples/spring-boot-admin-sample-reactive/src/main/resources/application.yml
View file @
807de8af
...
...
@@ -9,7 +9,8 @@ logging:
management
:
endpoints
:
web
:
expose
:
"
*"
exposure
:
include
:
"
*"
endpoint
:
health
:
show-details
:
ALWAYS
...
...
This diff is collapsed.
Click to expand it.
spring-boot-admin-samples/spring-boot-admin-sample-servlet/src/main/resources/application.yml
View file @
807de8af
...
...
@@ -9,7 +9,8 @@ logging:
management
:
endpoints
:
web
:
expose
:
"
*"
exposure
:
include
:
"
*"
endpoint
:
health
:
show-details
:
ALWAYS
...
...
This diff is collapsed.
Click to expand it.
spring-boot-admin-samples/spring-boot-admin-sample-war/src/main/resources/application.yml
View file @
807de8af
...
...
@@ -9,7 +9,8 @@ spring:
management
:
endpoints
:
web
:
expose
:
"
*"
exposure
:
include
:
"
*"
endpoint
:
health
:
show-details
:
ALWAYS
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment