都运行成功,除了getaway模块

This commit is contained in:
陈云志
2020-12-18 13:28:13 +08:00
parent 467279cc19
commit b4d580ab79
34 changed files with 1588 additions and 162 deletions

View File

@@ -3,7 +3,7 @@ server:
port: 8080
# Spring
spring:
spring:
application:
# 应用名称
name: ruoyi-gateway
@@ -16,10 +16,10 @@ spring:
nacos:
discovery:
# 服务注册地址
server-addr: 127.0.0.1:8848
server-addr: 192.168.8.201:8848
config:
# 配置中心地址
server-addr: 127.0.0.1:8848
server-addr: 192.168.8.201:8848
# 配置文件格式
file-extension: yml
# 共享配置
@@ -34,7 +34,7 @@ spring:
datasource:
ds1:
nacos:
server-addr: 127.0.0.1:8848
server-addr: 192.168.8.201:8848
dataId: sentinel-ruoyi-gateway
groupId: DEFAULT_GROUP
data-type: json