Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eureka-server
Project
Project
Details
Activity
Releases
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
cmiov005
eureka-server
Commits
3ceac14d
Commit
3ceac14d
authored
Jul 08, 2019
by
houg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置
parent
94b2f56b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
application.yml
src/main/resources/application.yml
+2
-2
No files found.
src/main/resources/application.yml
View file @
3ceac14d
...
@@ -13,9 +13,9 @@ app:
...
@@ -13,9 +13,9 @@ app:
#表示是否将自己注册到Eureka Server上,默认为true
#表示是否将自己注册到Eureka Server上,默认为true
eureka
:
eureka
:
client
:
client
:
register
WithE
ureka
:
false
register
-with-e
ureka
:
false
#表示是否从Eureka Server上获取注册信息,默认为true
#表示是否从Eureka Server上获取注册信息,默认为true
fetch
R
egistry
:
false
fetch
-r
egistry
:
false
serviceUrl
:
serviceUrl
:
defaultZone
:
http://localhost:${server.port}/register/eureka/
defaultZone
:
http://localhost:${server.port}/register/eureka/
instance
:
instance
:
...
...
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