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
cfad8fe7
Commit
cfad8fe7
authored
Sep 13, 2017
by
Johnny Lim
Committed by
Johannes Edmeier
Sep 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
72246d6d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
client.adoc
spring-boot-admin-docs/src/main/asciidoc/client.adoc
+1
-1
DefaultServiceInstanceConverter.java
...boot/admin/discovery/DefaultServiceInstanceConverter.java
+1
-1
DefaultApplicationFactoryTest.java
...oot/admin/registration/DefaultApplicationFactoryTest.java
+1
-1
No files found.
spring-boot-admin-docs/src/main/asciidoc/client.adoc
View file @
cfad8fe7
...
...
@@ -115,7 +115,7 @@ spring.boot.admin.password
| spring.boot.admin.client.management-url
| Management-url to register with. Can be overridden in case the reachable url is different (e.g. Docker).
| Guessed based on managment-base-url and `management.context-path`.
| Guessed based on manag
e
ment-base-url and `management.context-path`.
| spring.boot.admin.client.service-base-url
| Base url for computing the service-url to register with. The path is inferred at runtime, and appended to the base url.
...
...
spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/discovery/DefaultServiceInstanceConverter.java
View file @
cfad8fe7
...
...
@@ -47,7 +47,7 @@ public class DefaultServiceInstanceConverter implements ServiceInstanceConverter
/**
* Default context-path to be appended to the url of the discovered service for the
* managment-url.
* manag
e
ment-url.
*/
private
String
managementContextPath
=
""
;
/**
...
...
spring-boot-admin-starter-client/src/test/java/de/codecentric/boot/admin/registration/DefaultApplicationFactoryTest.java
View file @
cfad8fe7
...
...
@@ -123,7 +123,7 @@ public class DefaultApplicationFactoryTest {
}
@Test
public
void
test_ssl_managment
()
{
public
void
test_ssl_manag
e
ment
()
{
management
.
setSsl
(
new
Ssl
());
management
.
getSsl
().
setEnabled
(
true
);
publishApplicationReadyEvent
(
factory
,
8080
,
9090
);
...
...
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