Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_java
Project
Project
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
葛齐林
energyai_java
Commits
10aafb83
Commit
10aafb83
authored
Apr 07, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
5f1c57ab
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
bootstrap.yml
...ice-authorization-server/src/main/resources/bootstrap.yml
+1
-1
application-dev.yml
...vice-config-server/src/main/resources/application-dev.yml
+1
-1
application.yml
...oservice-config-server/src/main/resources/application.yml
+2
-2
bootstrap.yml
...service-discovery-eureka/src/main/resources/bootstrap.yml
+1
-1
bootstrap.yml
microservice-gateway-zuul/src/main/resources/bootstrap.yml
+1
-1
No files found.
microservice-authorization-server/src/main/resources/bootstrap.yml
View file @
10aafb83
...
...
@@ -16,7 +16,7 @@ eureka:
healthcheck
:
enabled
:
true
serviceUrl
:
defaultZone
:
http://user:password123@eureka:876
1
/eureka
defaultZone
:
http://user:password123@eureka:876
2
/eureka
instance
:
lease-renewal-interval-in-seconds
:
4
lease-expiration-duration-in-seconds
:
12
...
...
microservice-config-server/src/main/resources/application-dev.yml
View file @
10aafb83
...
...
@@ -92,7 +92,7 @@ eureka:
healthcheck
:
enabled
:
false
serviceUrl
:
defaultZone
:
http://user:password123@eureka:876
1
/eureka
defaultZone
:
http://user:password123@eureka:876
2
/eureka
instance
:
lease-renewal-interval-in-seconds
:
4
lease-expiration-duration-in-seconds
:
12
...
...
microservice-config-server/src/main/resources/application.yml
View file @
10aafb83
...
...
@@ -17,8 +17,8 @@ eureka:
healthcheck
:
enabled
:
true
serviceUrl
:
#
defaultZone: http://user:password123@eureka:8762/eureka
defaultZone
:
http://user:password123@eureka:8761/eureka
defaultZone
:
http://user:password123@eureka:8762/eureka
#
defaultZone: http://user:password123@eureka:8761/eureka
# defaultZone: http://user:password123@172.19.0.1:8761/eureka
instance
:
lease-renewal-interval-in-seconds
:
4
...
...
microservice-discovery-eureka/src/main/resources/bootstrap.yml
View file @
10aafb83
...
...
@@ -11,7 +11,7 @@ eureka:
register-with-eureka
:
false
fetch-registry
:
false
service-url
:
defaultZone
:
http://user:password123@eureka:876
1
/eureka
defaultZone
:
http://user:password123@eureka:876
2
/eureka
server
:
response-cache-update-interval-ms
:
3000
waitTimeInMsWhenSyncEmpty
:
300000
...
...
microservice-gateway-zuul/src/main/resources/bootstrap.yml
View file @
10aafb83
...
...
@@ -100,7 +100,7 @@ eureka:
fetch-registry
:
true
registry-fetch-interval-seconds
:
8
serviceUrl
:
defaultZone
:
http://user:password123@eureka:876
1
/eureka
defaultZone
:
http://user:password123@eureka:876
2
/eureka
instance
:
lease-renewal-interval-in-seconds
:
4
lease-expiration-duration-in-seconds
:
12
...
...
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