- 添加 sentinel,配置

This commit is contained in:
sin 2019-05-15 20:01:30 +08:00
parent e2a2fb2b11
commit 236f0f3333
7 changed files with 49 additions and 1 deletions

View File

@ -1,6 +1,14 @@
spring:
application:
name: order-application
cloud:
sentinel:
transport:
port: 8719
dashboard: localhost:12088
metric:
charset: UTF-8
eager: false
# server
server:

View File

@ -1,6 +1,14 @@
spring:
application:
name: pay-application
cloud:
sentinel:
transport:
port: 8719
dashboard: localhost:12088
metric:
charset: UTF-8
eager: false
# server
server:

View File

@ -1,6 +1,14 @@
spring:
application:
name: product-application
cloud:
sentinel:
transport:
port: 8719
dashboard: localhost:12088
metric:
charset: UTF-8
eager: false
# server
server:

View File

@ -1,6 +1,14 @@
spring:
application:
name: promotion-application
cloud:
sentinel:
transport:
port: 8719
dashboard: localhost:12088
metric:
charset: UTF-8
eager: false
# server
server:

View File

@ -1,6 +1,14 @@
spring:
application:
name: search-application
cloud:
sentinel:
transport:
port: 8719
dashboard: localhost:12088
metric:
charset: UTF-8
eager: false
# server
server:

View File

@ -5,7 +5,7 @@ spring:
sentinel:
transport:
port: 8719
dashboard: localhost:18001
dashboard: localhost:12088
metric:
charset: UTF-8
eager: false

View File

@ -1,6 +1,14 @@
spring:
application:
name: user-application
cloud:
sentinel:
transport:
port: 8719
dashboard: localhost:12088
metric:
charset: UTF-8
eager: false
# server
server: