- 添加 sentinel,配置
This commit is contained in:
parent
e2a2fb2b11
commit
236f0f3333
@ -1,6 +1,14 @@
|
|||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: order-application
|
name: order-application
|
||||||
|
cloud:
|
||||||
|
sentinel:
|
||||||
|
transport:
|
||||||
|
port: 8719
|
||||||
|
dashboard: localhost:12088
|
||||||
|
metric:
|
||||||
|
charset: UTF-8
|
||||||
|
eager: false
|
||||||
|
|
||||||
# server
|
# server
|
||||||
server:
|
server:
|
||||||
|
@ -1,6 +1,14 @@
|
|||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: pay-application
|
name: pay-application
|
||||||
|
cloud:
|
||||||
|
sentinel:
|
||||||
|
transport:
|
||||||
|
port: 8719
|
||||||
|
dashboard: localhost:12088
|
||||||
|
metric:
|
||||||
|
charset: UTF-8
|
||||||
|
eager: false
|
||||||
|
|
||||||
# server
|
# server
|
||||||
server:
|
server:
|
||||||
|
@ -1,6 +1,14 @@
|
|||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: product-application
|
name: product-application
|
||||||
|
cloud:
|
||||||
|
sentinel:
|
||||||
|
transport:
|
||||||
|
port: 8719
|
||||||
|
dashboard: localhost:12088
|
||||||
|
metric:
|
||||||
|
charset: UTF-8
|
||||||
|
eager: false
|
||||||
|
|
||||||
# server
|
# server
|
||||||
server:
|
server:
|
||||||
|
@ -1,6 +1,14 @@
|
|||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: promotion-application
|
name: promotion-application
|
||||||
|
cloud:
|
||||||
|
sentinel:
|
||||||
|
transport:
|
||||||
|
port: 8719
|
||||||
|
dashboard: localhost:12088
|
||||||
|
metric:
|
||||||
|
charset: UTF-8
|
||||||
|
eager: false
|
||||||
|
|
||||||
# server
|
# server
|
||||||
server:
|
server:
|
||||||
|
@ -1,6 +1,14 @@
|
|||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: search-application
|
name: search-application
|
||||||
|
cloud:
|
||||||
|
sentinel:
|
||||||
|
transport:
|
||||||
|
port: 8719
|
||||||
|
dashboard: localhost:12088
|
||||||
|
metric:
|
||||||
|
charset: UTF-8
|
||||||
|
eager: false
|
||||||
|
|
||||||
# server
|
# server
|
||||||
server:
|
server:
|
||||||
|
@ -5,7 +5,7 @@ spring:
|
|||||||
sentinel:
|
sentinel:
|
||||||
transport:
|
transport:
|
||||||
port: 8719
|
port: 8719
|
||||||
dashboard: localhost:18001
|
dashboard: localhost:12088
|
||||||
metric:
|
metric:
|
||||||
charset: UTF-8
|
charset: UTF-8
|
||||||
eager: false
|
eager: false
|
||||||
|
@ -1,6 +1,14 @@
|
|||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: user-application
|
name: user-application
|
||||||
|
cloud:
|
||||||
|
sentinel:
|
||||||
|
transport:
|
||||||
|
port: 8719
|
||||||
|
dashboard: localhost:12088
|
||||||
|
metric:
|
||||||
|
charset: UTF-8
|
||||||
|
eager: false
|
||||||
|
|
||||||
# server
|
# server
|
||||||
server:
|
server:
|
||||||
|
Loading…
Reference in New Issue
Block a user