From 7671ad3a87508c6576bff86b858894e0baa4381c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Wed, 16 Feb 2022 13:25:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20sentinel=20=E6=8C=81?= =?UTF-8?q?=E4=B9=85=E5=8C=96=20dataId=20=E5=90=8D=E7=A7=B0=E4=B9=A6?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/dev/ruoyi-gateway.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dev/ruoyi-gateway.yml b/config/dev/ruoyi-gateway.yml index 3524cd49..fc3a0544 100644 --- a/config/dev/ruoyi-gateway.yml +++ b/config/dev/ruoyi-gateway.yml @@ -75,7 +75,7 @@ spring: ds1: nacos: server-addr: ${spring.cloud.nacos.server-addr} - dataId: sentinel-${spring.application.name} + dataId: sentinel-${spring.application.name}.json groupId: ${spring.cloud.nacos.config.group} namespace: ${spring.profiles.active} data-type: json