记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
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
董敬伟
liquidnet-bus-v1
Commits
65ce5912
Commit
65ce5912
authored
Apr 20, 2022
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~config:opt;
parent
4a8ebf41
Changes
32
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
80 additions
and
465 deletions
+80
-465
bootstrap-client-job.yml
...et-client-job/src/main/resources/bootstrap-client-job.yml
+1
-1
liquidnet-service-example.yml
...bus-config/liquidnet-config/liquidnet-service-example.yml
+13
-13
liquidnet-service-reconciliation.yml
...fig/liquidnet-config/liquidnet-service-reconciliation.yml
+10
-10
liquidnet-support-zuul.yml
...et-bus-config/liquidnet-config/liquidnet-support-zuul.yml
+4
-4
bootstrap-service-candy.yml
...candy-impl/src/main/resources/bootstrap-service-candy.yml
+1
-0
bootstrap-service-chime.yml
...chime-impl/src/main/resources/bootstrap-service-chime.yml
+1
-2
bootstrap-service-consumer-candy.yml
...y/src/main/resources/bootstrap-service-consumer-candy.yml
+2
-1
bootstrap-service-consumer-dragon.yml
.../src/main/resources/bootstrap-service-consumer-dragon.yml
+2
-1
bootstrap-service-consumer-kylin.yml
...n/src/main/resources/bootstrap-service-consumer-kylin.yml
+2
-1
bootstrap-service-consumer-stone.yml
...e/src/main/resources/bootstrap-service-consumer-stone.yml
+2
-1
bootstrap-service-consumer-sweet.yml
...t/src/main/resources/bootstrap-service-consumer-sweet.yml
+2
-1
bootstrap-service-dragon.yml
...agon-impl/src/main/resources/bootstrap-service-dragon.yml
+1
-2
bootstrap-service-executor-main.yml
...in/src/main/resources/bootstrap-service-executor-main.yml
+1
-1
bootstrap-service-kylin.yml
...kylin-impl/src/main/resources/bootstrap-service-kylin.yml
+2
-1
bootstrap-service-notify.yml
...tify-impl/src/main/resources/bootstrap-service-notify.yml
+1
-2
bootstrap-service-order.yml
...order-impl/src/main/resources/bootstrap-service-order.yml
+1
-2
bootstrap-service-platform.yml
...rm-impl/src/main/resources/bootstrap-service-platform.yml
+1
-1
bootstrap-service-slime.yml
...slime-impl/src/main/resources/bootstrap-service-slime.yml
+1
-0
bootstrap-k8s-test.yml
...vice-stone-impl/src/main/resources/bootstrap-k8s-test.yml
+0
-18
bootstrap-service-stone.yml
...stone-impl/src/main/resources/bootstrap-service-stone.yml
+1
-2
bootstrap-service-sweet.yml
...vice-sweet/src/main/resources/bootstrap-service-sweet.yml
+2
-1
application-dev-server1.yml
...ort-eureka/src/main/resources/application-dev-server1.yml
+0
-58
application-dev.yml
...net-support-eureka/src/main/resources/application-dev.yml
+8
-16
application-k8s-test.yml
...upport-eureka/src/main/resources/application-k8s-test.yml
+0
-58
application-prod-server1.yml
...rt-eureka/src/main/resources/application-prod-server1.yml
+0
-58
application-prod.yml
...et-support-eureka/src/main/resources/application-prod.yml
+7
-15
application-test-server1.yml
...rt-eureka/src/main/resources/application-test-server1.yml
+0
-58
application-test-server2.yml
...rt-eureka/src/main/resources/application-test-server2.yml
+0
-58
application-test-server3.yml
...rt-eureka/src/main/resources/application-test-server3.yml
+0
-58
application-test.yml
...et-support-eureka/src/main/resources/application-test.yml
+7
-15
bootstrap-dev.yml
...quidnet-support-zuul/src/main/resources/bootstrap-dev.yml
+1
-1
bootstrap-support-zuul.yml
...upport-zuul/src/main/resources/bootstrap-support-zuul.yml
+6
-5
No files found.
liquidnet-bus-client/liquidnet-client-job/src/main/resources/bootstrap-client-job.yml
View file @
65ce5912
...
@@ -10,7 +10,7 @@ spring:
...
@@ -10,7 +10,7 @@ spring:
cloud
:
cloud
:
config
:
config
:
# uri: http://127.0.0.1:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.10
6.122.201
:7002/support-config
# uri: http://39.10
7.71.112
:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-config/liquidnet-config/liquidnet-service-example.yml
View file @
65ce5912
...
@@ -17,7 +17,7 @@ spring:
...
@@ -17,7 +17,7 @@ spring:
# trace:
# trace:
# enabled: true
# enabled: true
datasource
:
datasource
:
name
:
liquidnet_bus_db
name
:
${liquidnet.mysql.database-name}
url
:
jdbc:mysql://${liquidnet.mysql.urlHostAndPort}/${liquidnet.mysql.database-name}?serverTimezone=UTC&characterEncoding=utf-8&useSSL=false
url
:
jdbc:mysql://${liquidnet.mysql.urlHostAndPort}/${liquidnet.mysql.database-name}?serverTimezone=UTC&characterEncoding=utf-8&useSSL=false
username
:
${liquidnet.mysql.username}
username
:
${liquidnet.mysql.username}
password
:
${liquidnet.mysql.password}
password
:
${liquidnet.mysql.password}
...
@@ -41,18 +41,18 @@ spring:
...
@@ -41,18 +41,18 @@ spring:
# port: ${liquidnet.rabbitmq.port}
# port: ${liquidnet.rabbitmq.port}
# username: ${liquidnet.rabbitmq.username}
# username: ${liquidnet.rabbitmq.username}
# password: ${liquidnet.rabbitmq.password}
# password: ${liquidnet.rabbitmq.password}
redis
:
#
redis:
database
:
15
#
database: 15
dbs
:
${liquidnet.redis.dbs}
#
dbs: ${liquidnet.redis.dbs}
port
:
${liquidnet.redis.port}
#
port: ${liquidnet.redis.port}
host
:
${liquidnet.redis.host}
#
host: ${liquidnet.redis.host}
password
:
${liquidnet.redis.password}
#
password: ${liquidnet.redis.password}
lettuce
:
#
lettuce:
pool
:
#
pool:
max-active
:
16
#
max-active: 16
max-wait
:
-1
#
max-wait: -1
max-idle
:
8
#
max-idle: 8
min-idle
:
4
#
min-idle: 4
# -----------------------------------------------------------
# -----------------------------------------------------------
knife4j
:
knife4j
:
enable
:
true
enable
:
true
...
...
liquidnet-bus-config/liquidnet-config/liquidnet-service-reconciliation.yml
View file @
65ce5912
...
@@ -47,16 +47,16 @@ spring:
...
@@ -47,16 +47,16 @@ spring:
# port: ${liquidnet.rabbitmq.port}
# port: ${liquidnet.rabbitmq.port}
# username: ${liquidnet.rabbitmq.username}
# username: ${liquidnet.rabbitmq.username}
# password: ${liquidnet.rabbitmq.password}
# password: ${liquidnet.rabbitmq.password}
redis
:
#
redis:
port
:
${liquidnet.redis.port}
#
port: ${liquidnet.redis.port}
host
:
${liquidnet.redis.host}
#
host: ${liquidnet.redis.host}
lettuce
:
#
lettuce:
pool
:
#
pool:
max-active
:
16
#
max-active: 16
max-wait
:
-1
#
max-wait: -1
max-idle
:
8
#
max-idle: 8
min-idle
:
4
#
min-idle: 4
password
:
${liquidnet.redis.password}
#
password: ${liquidnet.redis.password}
mvc
:
mvc
:
static-path-pattern
:
/templates/**
static-path-pattern
:
/templates/**
# 定位模板的目录
# 定位模板的目录
...
...
liquidnet-bus-config/liquidnet-config/liquidnet-support-zuul.yml
View file @
65ce5912
...
@@ -41,10 +41,10 @@ spring:
...
@@ -41,10 +41,10 @@ spring:
-
org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
-
org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
profiles
:
profiles
:
include
:
common-service
include
:
common-service
redis
:
#
redis:
port
:
${liquidnet.redis.port}
#
port: ${liquidnet.redis.port}
host
:
${liquidnet.redis.host}
#
host: ${liquidnet.redis.host}
password
:
${liquidnet.redis.password}
#
password: ${liquidnet.redis.password}
# -----------------------------------------------------------
# -----------------------------------------------------------
eureka
:
eureka
:
# client:
# client:
...
...
liquidnet-bus-service/liquidnet-service-candy/liquidnet-service-candy-impl/src/main/resources/bootstrap-service-candy.yml
View file @
65ce5912
...
@@ -10,6 +10,7 @@ spring:
...
@@ -10,6 +10,7 @@ spring:
cloud
:
cloud
:
config
:
config
:
# uri: http://127.0.0.1:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-chime/liquidnet-service-chime-impl/src/main/resources/bootstrap-service-chime.yml
View file @
65ce5912
...
@@ -9,9 +9,8 @@ eureka:
...
@@ -9,9 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://39.105.38.151:7002/support-config
# uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-consumer-all/liquidnet-service-consumer-candy/src/main/resources/bootstrap-service-consumer-candy.yml
View file @
65ce5912
...
@@ -9,7 +9,8 @@ eureka:
...
@@ -9,7 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-consumer-all/liquidnet-service-consumer-dragon/src/main/resources/bootstrap-service-consumer-dragon.yml
View file @
65ce5912
...
@@ -9,7 +9,8 @@ eureka:
...
@@ -9,7 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-consumer-all/liquidnet-service-consumer-kylin/src/main/resources/bootstrap-service-consumer-kylin.yml
View file @
65ce5912
...
@@ -9,7 +9,8 @@ eureka:
...
@@ -9,7 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-consumer-all/liquidnet-service-consumer-stone/src/main/resources/bootstrap-service-consumer-stone.yml
View file @
65ce5912
...
@@ -9,7 +9,8 @@ eureka:
...
@@ -9,7 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-consumer-all/liquidnet-service-consumer-sweet/src/main/resources/bootstrap-service-consumer-sweet.yml
View file @
65ce5912
...
@@ -9,7 +9,8 @@ eureka:
...
@@ -9,7 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-dragon/liquidnet-service-dragon-impl/src/main/resources/bootstrap-service-dragon.yml
View file @
65ce5912
...
@@ -9,9 +9,8 @@ eureka:
...
@@ -9,9 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://39.105.38.151:7002/support-config
# uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-executor-all/liquidnet-service-executor-main/src/main/resources/bootstrap-service-executor-main.yml
View file @
65ce5912
...
@@ -10,7 +10,7 @@ spring:
...
@@ -10,7 +10,7 @@ spring:
cloud
:
cloud
:
config
:
config
:
# uri: http://127.0.0.1:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.10
6.122.201
:7002/support-config
# uri: http://39.10
7.71.112
:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/resources/bootstrap-service-kylin.yml
View file @
65ce5912
...
@@ -9,7 +9,8 @@ eureka:
...
@@ -9,7 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-notify/liquidnet-service-notify-impl/src/main/resources/bootstrap-service-notify.yml
View file @
65ce5912
...
@@ -9,9 +9,8 @@ eureka:
...
@@ -9,9 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://39.105.38.151:7002/support-config
# uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-order/liquidnet-service-order-impl/src/main/resources/bootstrap-service-order.yml
View file @
65ce5912
...
@@ -9,9 +9,8 @@ eureka:
...
@@ -9,9 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://39.105.38.151:7002/support-config
# uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/resources/bootstrap-service-platform.yml
View file @
65ce5912
...
@@ -9,8 +9,8 @@ eureka:
...
@@ -9,8 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-slime/liquidnet-service-slime-impl/src/main/resources/bootstrap-service-slime.yml
View file @
65ce5912
...
@@ -10,6 +10,7 @@ spring:
...
@@ -10,6 +10,7 @@ spring:
cloud
:
cloud
:
config
:
config
:
# uri: http://127.0.0.1:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-stone/liquidnet-service-stone-impl/src/main/resources/bootstrap-k8s-test.yml
deleted
100644 → 0
View file @
4a8ebf41
# begin-dev-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
k8s-test
security
:
username
:
user
password
:
user123
eureka
:
#host: 192.168.216.81:7001
instance
:
prefer-ip-address
:
true
host
:
eureka-test-0.eureka-test-svc.zhengzai-test:7001/eureka-server/eureka,eureka-test-1.eureka-test-svc.zhengzai-test:7001/eureka-server/eureka,eureka-test-2.eureka-test-svc.zhengzai-test:7001/eureka-server/eureka
# end-dev-这里是配置信息基本值
spring
:
profiles
:
include
:
service-stone
liquidnet-bus-service/liquidnet-service-stone/liquidnet-service-stone-impl/src/main/resources/bootstrap-service-stone.yml
View file @
65ce5912
...
@@ -9,9 +9,8 @@ eureka:
...
@@ -9,9 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://39.105.38.151:7002/support-config
# uri: http://39.106.122.201:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-service/liquidnet-service-sweet/src/main/resources/bootstrap-service-sweet.yml
View file @
65ce5912
...
@@ -9,7 +9,8 @@ eureka:
...
@@ -9,7 +9,8 @@ eureka:
spring
:
spring
:
cloud
:
cloud
:
config
:
config
:
# uri: http://101.200.131.124:7002/support-config
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
discovery
:
...
...
liquidnet-bus-support/liquidnet-support-eureka/src/main/resources/application-dev-server1.yml
deleted
100644 → 0
View file @
4a8ebf41
liquidnet
:
logfile
:
path
:
/Users/anjiabin/data/logs
name
:
support-eureka
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
debug
server
:
port
:
7001
servlet
:
context-path
:
/eureka-server
spring
:
application
:
name
:
liquidnet-support-eureka
security
:
user
:
name
:
user
password
:
user123
eureka
:
instance
:
hostname
:
127.0.0.1
preferIpAddress
:
true
health-check-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/health
status-page-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/info
home-page-url
:
http://localhost:${server.port}${server.servlet.context-path}
metadata-map
:
configPath
:
${server.servlet.context-path}
management.context-path
:
${server.servlet.context-path}
server
:
enable-self-preservation
:
false
# 设为false,关闭自我保护 #自我保护设置 解决Eureka Server不踢出已关停的节点的问题,同时客户端也需要配置
eviction-interval-timer-in-ms
:
4000
# 清理间隔(单位毫秒,默认是60*1000)
client
:
register-with-eureka
:
false
#禁止自己当做服务注册
fetch-registry
:
false
#屏蔽注册信息
serviceUrl
:
defaultZone
:
http://${spring.security.user.name}:${spring.security.user.password}@${eureka.instance.hostname}:${server.port}${server.servlet.context-path}/eureka
# instance:
# prefer-ip-address: true
# instance-id: ${spring.application.name}:${server.port}
# hostname: localhost
logging
:
file
:
name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
max-size
:
200MB
pattern
:
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
root
:
info
#以下是为指定包设置日志级别
com.liquidnet
:
${liquidnet.logfile.level}
liquidnet-bus-support/liquidnet-support-eureka/src/main/resources/application-dev.yml
View file @
65ce5912
liquidnet
:
logfile
:
path
:
/data/logs
name
:
support-eureka
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
debug
server
:
server
:
port
:
7001
port
:
7001
servlet
:
servlet
:
...
@@ -23,7 +13,7 @@ spring:
...
@@ -23,7 +13,7 @@ spring:
eureka
:
eureka
:
instance
:
instance
:
hostname
:
172.17.
207.177
hostname
:
172.17.
192.42
preferIpAddress
:
true
preferIpAddress
:
true
health-check-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/health
health-check-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/health
status-page-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/info
status-page-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/info
...
@@ -46,13 +36,15 @@ eureka:
...
@@ -46,13 +36,15 @@ eureka:
logging
:
logging
:
file
:
file
:
name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
# name: ${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
name
:
/data/logs/support-eureka.log
max-size
:
200MB
max-size
:
200MB
max-history
:
7
pattern
:
pattern
:
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{9
6}:%line]
-
%msg%n'
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
%-5level
%X{lnsTranceId}
[%logger{5
6}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{9
6}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
%-5level
%X{lnsTranceId}
[%logger{5
6}:%line]
-
%msg%n'
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
level
:
root
:
info
root
:
error
#以下是为指定包设置日志级别
#以下是为指定包设置日志级别
com.liquidnet
:
${liquidnet.logfile.level}
com.liquidnet
:
debug
liquidnet-bus-support/liquidnet-support-eureka/src/main/resources/application-k8s-test.yml
deleted
100644 → 0
View file @
4a8ebf41
liquidnet
:
logfile
:
path
:
/data/logs
name
:
support-eureka
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
debug
server
:
port
:
7001
servlet
:
context-path
:
/eureka-server
spring
:
application
:
name
:
liquidnet-support-eureka
security
:
user
:
name
:
user
password
:
user123
eureka
:
instance
:
hostname
:
127.0.0.1
preferIpAddress
:
true
health-check-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/health
status-page-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/info
home-page-url
:
http://localhost:${server.port}${server.servlet.context-path}
metadata-map
:
configPath
:
${server.servlet.context-path}
management.context-path
:
${server.servlet.context-path}
server
:
enable-self-preservation
:
false
# 设为false,关闭自我保护 #自我保护设置 解决Eureka Server不踢出已关停的节点的问题,同时客户端也需要配置
eviction-interval-timer-in-ms
:
4000
# 清理间隔(单位毫秒,默认是60*1000)
client
:
register-with-eureka
:
true
#禁止自己当做服务注册
fetch-registry
:
true
#屏蔽注册信息
serviceUrl
:
defaultZone
:
http://${spring.security.user.name}:${spring.security.user.password}@eureka-test-0.eureka-test-svc.zhengzai-test:7001${server.servlet.context-path}/eureka
# instance:
# prefer-ip-address: true
# instance-id: ${spring.application.name}:${server.port}
# hostname: localhost
logging
:
file
:
name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
max-size
:
200MB
pattern
:
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
root
:
info
#以下是为指定包设置日志级别
com.liquidnet
:
${liquidnet.logfile.level}
liquidnet-bus-support/liquidnet-support-eureka/src/main/resources/application-prod-server1.yml
deleted
100644 → 0
View file @
4a8ebf41
liquidnet
:
logfile
:
path
:
/data/logs
name
:
support-eureka
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
debug
server
:
port
:
7001
servlet
:
context-path
:
/eureka-server
spring
:
application
:
name
:
liquidnet-support-eureka
security
:
user
:
name
:
user
password
:
user123
eureka
:
instance
:
hostname
:
172.17.207.189
preferIpAddress
:
true
health-check-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/health
status-page-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/info
home-page-url
:
http://localhost:${server.port}${server.servlet.context-path}
metadata-map
:
configPath
:
${server.servlet.context-path}
management.context-path
:
${server.servlet.context-path}
server
:
enable-self-preservation
:
false
# 设为false,关闭自我保护 #自我保护设置 解决Eureka Server不踢出已关停的节点的问题,同时客户端也需要配置
eviction-interval-timer-in-ms
:
4000
# 清理间隔(单位毫秒,默认是60*1000)
client
:
register-with-eureka
:
true
#禁止自己当做服务注册
fetch-registry
:
true
#屏蔽注册信息
serviceUrl
:
defaultZone
:
http://${spring.security.user.name}:${spring.security.user.password}@172.17.207.189:7001${server.servlet.context-path}/eureka
# instance:
# prefer-ip-address: true
# instance-id: ${spring.application.name}:${server.port}
# hostname: localhost
logging
:
file
:
name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
max-size
:
200MB
pattern
:
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
root
:
info
#以下是为指定包设置日志级别
com.liquidnet
:
${liquidnet.logfile.level}
\ No newline at end of file
liquidnet-bus-support/liquidnet-support-eureka/src/main/resources/application-prod.yml
View file @
65ce5912
liquidnet
:
logfile
:
path
:
/data/logs
name
:
support-eureka
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
debug
server
:
server
:
port
:
7001
port
:
7001
servlet
:
servlet
:
...
@@ -46,13 +36,15 @@ eureka:
...
@@ -46,13 +36,15 @@ eureka:
logging
:
logging
:
file
:
file
:
name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
# name: ${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
name
:
/data/logs/support-eureka.log
max-size
:
200MB
max-size
:
200MB
max-history
:
7
pattern
:
pattern
:
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{9
6}:%line]
-
%msg%n'
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
%-5level
%X{lnsTranceId}
[%logger{5
6}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{9
6}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
%-5level
%X{lnsTranceId}
[%logger{5
6}:%line]
-
%msg%n'
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
level
:
root
:
info
root
:
error
#以下是为指定包设置日志级别
#以下是为指定包设置日志级别
com.liquidnet
:
${liquidnet.logfile.level}
com.liquidnet
:
error
liquidnet-bus-support/liquidnet-support-eureka/src/main/resources/application-test-server1.yml
deleted
100644 → 0
View file @
4a8ebf41
liquidnet
:
logfile
:
path
:
/data/logs
name
:
support-eureka
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
debug
server
:
port
:
7001
servlet
:
context-path
:
/eureka-server
spring
:
application
:
name
:
liquidnet-support-eureka
security
:
user
:
name
:
user
password
:
user123
eureka
:
instance
:
hostname
:
172.17.207.177
preferIpAddress
:
true
health-check-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/health
status-page-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/info
home-page-url
:
http://localhost:${server.port}${server.servlet.context-path}
metadata-map
:
configPath
:
${server.servlet.context-path}
management.context-path
:
${server.servlet.context-path}
server
:
enable-self-preservation
:
false
# 设为false,关闭自我保护 #自我保护设置 解决Eureka Server不踢出已关停的节点的问题,同时客户端也需要配置
eviction-interval-timer-in-ms
:
4000
# 清理间隔(单位毫秒,默认是60*1000)
client
:
register-with-eureka
:
true
#禁止自己当做服务注册
fetch-registry
:
true
#屏蔽注册信息
serviceUrl
:
defaultZone
:
http://${spring.security.user.name}:${spring.security.user.password}@172.17.121.157:7001${server.servlet.context-path}/eureka,http://${spring.security.user.name}:${spring.security.user.password}@172.17.121.158:7001${server.servlet.context-path}/eureka
# instance:
# prefer-ip-address: true
# instance-id: ${spring.application.name}:${server.port}
# hostname: localhost
logging
:
file
:
name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
max-size
:
200MB
pattern
:
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
root
:
info
#以下是为指定包设置日志级别
com.liquidnet
:
${liquidnet.logfile.level}
\ No newline at end of file
liquidnet-bus-support/liquidnet-support-eureka/src/main/resources/application-test-server2.yml
deleted
100644 → 0
View file @
4a8ebf41
liquidnet
:
logfile
:
path
:
/data/logs
name
:
support-eureka
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
debug
server
:
port
:
7001
servlet
:
context-path
:
/eureka-server
spring
:
application
:
name
:
liquidnet-support-eureka
security
:
user
:
name
:
user
password
:
user123
eureka
:
instance
:
hostname
:
172.17.121.157
preferIpAddress
:
true
health-check-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/health
status-page-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/info
home-page-url
:
http://localhost:${server.port}${server.servlet.context-path}
metadata-map
:
configPath
:
${server.servlet.context-path}
management.context-path
:
${server.servlet.context-path}
server
:
enable-self-preservation
:
false
# 设为false,关闭自我保护 #自我保护设置 解决Eureka Server不踢出已关停的节点的问题,同时客户端也需要配置
eviction-interval-timer-in-ms
:
4000
# 清理间隔(单位毫秒,默认是60*1000)
client
:
register-with-eureka
:
true
#禁止自己当做服务注册
fetch-registry
:
true
#屏蔽注册信息
serviceUrl
:
defaultZone
:
http://${spring.security.user.name}:${spring.security.user.password}@172.17.207.177:7001${server.servlet.context-path}/eureka,http://${spring.security.user.name}:${spring.security.user.password}@172.17.121.158:7001${server.servlet.context-path}/eureka
# instance:
# prefer-ip-address: true
# instance-id: ${spring.application.name}:${server.port}
# hostname: localhost
logging
:
file
:
name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
max-size
:
200MB
pattern
:
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
root
:
info
#以下是为指定包设置日志级别
com.liquidnet
:
${liquidnet.logfile.level}
\ No newline at end of file
liquidnet-bus-support/liquidnet-support-eureka/src/main/resources/application-test-server3.yml
deleted
100644 → 0
View file @
4a8ebf41
liquidnet
:
logfile
:
path
:
/data/logs
name
:
support-eureka
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
debug
server
:
port
:
7001
servlet
:
context-path
:
/eureka-server
spring
:
application
:
name
:
liquidnet-support-eureka
security
:
user
:
name
:
user
password
:
user123
eureka
:
instance
:
hostname
:
172.17.121.158
preferIpAddress
:
true
health-check-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/health
status-page-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/info
home-page-url
:
http://localhost:${server.port}${server.servlet.context-path}
metadata-map
:
configPath
:
${server.servlet.context-path}
management.context-path
:
${server.servlet.context-path}
server
:
enable-self-preservation
:
false
# 设为false,关闭自我保护 #自我保护设置 解决Eureka Server不踢出已关停的节点的问题,同时客户端也需要配置
eviction-interval-timer-in-ms
:
4000
# 清理间隔(单位毫秒,默认是60*1000)
client
:
register-with-eureka
:
true
#禁止自己当做服务注册
fetch-registry
:
true
#屏蔽注册信息
serviceUrl
:
defaultZone
:
http://${spring.security.user.name}:${spring.security.user.password}@172.17.207.177:7001${server.servlet.context-path}/eureka,http://${spring.security.user.name}:${spring.security.user.password}@172.17.121.157:7001${server.servlet.context-path}/eureka
# instance:
# prefer-ip-address: true
# instance-id: ${spring.application.name}:${server.port}
# hostname: localhost
logging
:
file
:
name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
max-size
:
200MB
pattern
:
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
root
:
info
#以下是为指定包设置日志级别
com.liquidnet
:
${liquidnet.logfile.level}
\ No newline at end of file
liquidnet-bus-support/liquidnet-support-eureka/src/main/resources/application-test.yml
View file @
65ce5912
liquidnet
:
logfile
:
path
:
/data/logs
name
:
support-eureka
file-max-size
:
200MB
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
debug
server
:
server
:
port
:
7001
port
:
7001
servlet
:
servlet
:
...
@@ -46,13 +36,15 @@ eureka:
...
@@ -46,13 +36,15 @@ eureka:
logging
:
logging
:
file
:
file
:
name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
# name: ${liquidnet.logfile.path}/${liquidnet.logfile.name}.log
name
:
/data/logs/support-eureka.log
max-size
:
200MB
max-size
:
200MB
max-history
:
7
pattern
:
pattern
:
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{9
6}:%line]
-
%msg%n'
file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
%-5level
%X{lnsTranceId}
[%logger{5
6}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{9
6}:%line]
-
%msg%n'
console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
%-5level
%X{lnsTranceId}
[%logger{5
6}:%line]
-
%msg%n'
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level
:
level
:
root
:
info
root
:
error
#以下是为指定包设置日志级别
#以下是为指定包设置日志级别
com.liquidnet
:
${liquidnet.logfile.level}
com.liquidnet
:
info
liquidnet-bus-support/liquidnet-support-zuul/src/main/resources/bootstrap-dev.yml
View file @
65ce5912
...
@@ -6,7 +6,7 @@ liquidnet:
...
@@ -6,7 +6,7 @@ liquidnet:
username
:
user
username
:
user
password
:
user123
password
:
user123
eureka
:
eureka
:
host
:
127.0.0.1
:7001
host
:
39.107.71.112
:7001
# end-dev-这里是配置信息基本值
# end-dev-这里是配置信息基本值
spring
:
spring
:
...
...
liquidnet-bus-support/liquidnet-support-zuul/src/main/resources/bootstrap-support-zuul.yml
View file @
65ce5912
...
@@ -10,8 +10,9 @@ spring:
...
@@ -10,8 +10,9 @@ spring:
cloud
:
cloud
:
config
:
config
:
# uri: http://127.0.0.1:7002/support-config
# uri: http://127.0.0.1:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
uri
:
http://39.107.71.112:7002/support-config
name
:
${spring.application.name}
#默认为spring.application.name
# profile: ${liquidnet.cloudConfig.profile}
discovery
:
# name: ${spring.application.name} #默认为spring.application.name
enabled
:
true
# discovery:
service-id
:
liquidnet-support-config
# enabled: true
\ No newline at end of file
# service-id: liquidnet-support-config
\ No newline at end of file
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