Skip to content

Commit 8fd9580

Browse files
author
老干爹
committed
v3.0.1 Bug Fix
1.修复sentinel配置异常
1 parent 046eb5c commit 8fd9580

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ace-modules/ace-admin/src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ spring:
5050
nacos:
5151
discovery:
5252
server-addr: 127.0.0.1:8848
53-
sentinel:
54-
transport:
55-
dashboard: localhost:8080
53+
sentinel:
54+
transport:
55+
dashboard: localhost:8080
5656
sleuth:
5757
enabled: false
5858
sample:

ace-modules/ace-sample/src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ spring:
4040
nacos:
4141
discovery:
4242
server-addr: 127.0.0.1:8848
43-
sentinel:
44-
transport:
45-
dashboard: localhost:8080
43+
sentinel:
44+
transport:
45+
dashboard: localhost:8080
4646

4747

4848
auth:

0 commit comments

Comments
 (0)