完成用户管理的功能开发

This commit is contained in:
YunaiV
2020-07-23 07:27:52 +08:00
parent ef1354478e
commit 25047e081c
10 changed files with 57 additions and 8 deletions

View File

@@ -11,10 +11,14 @@ spring:
# Spring Cloud Nacos Discovery 配置项
discovery:
server-addr: 400-infra.server.iocoder.cn:8848 # Nacos 服务器地址
namespace: local # Nacos 命名空间
namespace: dev # Nacos 命名空间
# Dubbo 配置项
dubbo:
# Dubbo 注册中心
registry:
address: spring-cloud://400-infra.server.iocoder.cn:8848 # 指定 Dubbo 服务注册中心的地址
# address: spring-cloud://400-infra.server.iocoder.cn:8848 # 指定 Dubbo 服务注册中心的地址
address: nacos://400-infra.server.iocoder.cn:8848?namespace=dev # 指定 Dubbo 服务注册中心的地址
# Dubbo 服务提供者的配置
provider:
tag: ${DUBBO_TAG} # Dubbo 路由分组

View File

@@ -41,4 +41,4 @@ dubbo:
# Dubbo 服务消费者的配置
consumer:
OAuth2Rpc:
versoin: 1.0.0
version: 1.0.0