From 29b34d842758065750cef60f726cb47db048c93c Mon Sep 17 00:00:00 2001 From: yirenyishi Date: Sun, 5 Aug 2018 18:32:20 +0800 Subject: [PATCH] sc dashboard --- sc-dashboard/application-csdn.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sc-dashboard/application-csdn.yml diff --git a/sc-dashboard/application-csdn.yml b/sc-dashboard/application-csdn.yml new file mode 100644 index 0000000..a3b3982 --- /dev/null +++ b/sc-dashboard/application-csdn.yml @@ -0,0 +1,18 @@ +spring: + profiles: + active: csdn +server: + port: 8900 +turbine: + aggregator: + clusterConfig: default + appConfig: sc-consumer + clusterNameExpression: "'default'" +spring: + application: + name: sc-dashboard +#management: +# endpoints: +# web: +# exposure: +# include: '*' \ No newline at end of file