Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
fdcd70ce
Commit
fdcd70ce
authored
Apr 15, 2018
by
ykb
Browse files
修复bug
parent
6f934d89
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin-cloud/admin-cloud-eureka-server/src/main/resources/application.properties
View file @
fdcd70ce
...
@@ -2,7 +2,7 @@ server.port=8761
...
@@ -2,7 +2,7 @@ server.port=8761
spring.application.name
=
eureka-service
spring.application.name
=
eureka-service
#eureka-server
#eureka-server
eureka.instance.hostname
=
loclhost
eureka.instance.hostname
=
loc
a
lhost
eureka.client.register-with-eureka
=
false
eureka.client.register-with-eureka
=
false
eureka.client.fetch-registry
=
false
eureka.client.fetch-registry
=
false
eureka.client.serviceUrl.defaultZone
=
http://${eureka.instance.hostname}:${server.port}/eureka/
eureka.client.serviceUrl.defaultZone
=
http://${eureka.instance.hostname}:${server.port}/eureka/
Write
Preview
Supports
Markdown
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