Skip to content

Commit

Permalink
高级篇完结
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceSeason committed Nov 5, 2020
1 parent 86fd094 commit 3e1cecc
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion gulimall-auth-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: #
server-addr: #nacos注册中心地址
sentinel:
transport:
dashboard: localhost:8080
Expand Down
2 changes: 1 addition & 1 deletion gulimall-cart/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: #
server-addr: #nacos注册中心地址
sentinel:
transport:
dashboard: localhost:8080
Expand Down
2 changes: 1 addition & 1 deletion gulimall-coupon/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: #
server-addr: #nacos注册中心地址
sentinel:
transport:
dashboard: localhost:8080
Expand Down
2 changes: 1 addition & 1 deletion gulimall-member/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: #
server-addr: #nacos注册中心地址
sentinel:
transport:
dashboard: localhost:8080
Expand Down
2 changes: 1 addition & 1 deletion gulimall-order/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: #
server-addr: #nacos注册中心地址
sentinel:
transport:
dashboard: localhost:8080
Expand Down
2 changes: 1 addition & 1 deletion gulimall-product/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: #
server-addr: #nacos注册中心地址
# 文件上传秘钥
alicloud:
access-key: #
Expand Down
2 changes: 1 addition & 1 deletion gulimall-search/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: #
server-addr: #nacos注册中心地址
sentinel:
transport:
dashboard: localhost:8080
Expand Down
2 changes: 1 addition & 1 deletion gulimall-seckill/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: #
server-addr: #nacos注册中心地址
sentinel:
transport:
dashboard: localhost:8080
Expand Down
2 changes: 1 addition & 1 deletion gulimall-third-party/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: #:8848
server-addr: #nacos注册中心地址:8848
alicloud:
access-key: #
secret-key: #
Expand Down
2 changes: 1 addition & 1 deletion gulimall-ware/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: #
server-addr: #nacos注册中心地址
sentinel:
transport:
dashboard: localhost:8080
Expand Down
4 changes: 2 additions & 2 deletions renren-fast/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ spring:
cloud:
nacos:
discovery:
server-addr: #:8848
server-addr: #nacos注册中心地址:8848
config:
name: renren-fast
server-addr: #
server-addr: #nacos注册中心地址
namespace: 0a4ed40b-20a1-4f2c-a741-49279a883ffb
sentinel:
transport:
Expand Down

0 comments on commit 3e1cecc

Please sign in to comment.