change - 修改nacos地址

master
wenjy 7 months ago
parent 59fd765966
commit 4fc0614ad9

@ -100,11 +100,13 @@ public class SysLoginService
} }
/*passwordService.validate(user, password); /*passwordService.validate(user, password);
recordLogService.recordLogininfor(username, Constants.LOGIN_SUCCESS, "登录成功");*/ recordLogService.recordLogininfor(username, Constants.LOGIN_SUCCESS, "登录成功");*/
/****** 2023年6月30日 检查是否配置园区 ******/ /****** 2023年6月30日 检查是否配置园区 ******/
if (StringUtils.isEmpty(userInfo.getPoolName())) { if (StringUtils.isEmpty(userInfo.getPoolName())) {
recordLogService.recordLogininfor(username, Constants.LOGIN_FAIL, "用户暂未分配园区,请联系管理员"); recordLogService.recordLogininfor(username, Constants.LOGIN_FAIL, "用户暂未分配园区,请联系管理员");
throw new ServiceException("对不起,您的账号:" + username + " 暂未分配园区"); throw new ServiceException("对不起,您的账号:" + username + " 暂未分配园区");
} }
// 非免密 // 非免密
/*if (!noPassword) { /*if (!noPassword) {
passwordService.validate(user, password); passwordService.validate(user, password);

@ -14,12 +14,14 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
namespace: highway-mes
config: config:
# 配置中心地址 # 配置中心地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
namespace: highway-mes
# 共享配置 # 共享配置
shared-configs: shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}

@ -14,27 +14,30 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
namespace: highway-mes
config: config:
# 配置中心地址 # 配置中心地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
namespace: highway-mes
# 共享配置 # 共享配置
shared-configs: shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
sentinel: # sentinel:
# 取消控制台懒加载 # # 取消控制台懒加载
eager: true # eager: true
transport: # transport:
# 控制台地址 # # 控制台地址
dashboard: huawei-sentinel:8858 # dashboard: huawei-sentinel:8858
# nacos配置持久化 # # nacos配置持久化
datasource: # datasource:
ds1: # ds1:
nacos: # nacos:
server-addr: huawei-nacos:8848 # server-addr: tencent:8848
dataId: sentinel-ruoyi-gateway # namespace: mes
groupId: DEFAULT_GROUP # dataId: sentinel-ruoyi-gateway
data-type: json # groupId: DEFAULT_GROUP
rule-type: gw-flow # data-type: json
# rule-type: gw-flow

@ -14,12 +14,14 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
namespace: highway-mes
config: config:
# 配置中心地址 # 配置中心地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
namespace: highway-mes
# 共享配置 # 共享配置
shared-configs: shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}

@ -14,12 +14,14 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
namespace: highway-mes
config: config:
# 配置中心地址 # 配置中心地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
namespace: highway-mes
# 共享配置 # 共享配置
shared-configs: shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}

@ -14,12 +14,14 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
namespace: highway-mes
config: config:
# 配置中心地址 # 配置中心地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
namespace: highway-mes
# 共享配置 # 共享配置
shared-configs: shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}

@ -4,6 +4,8 @@ import java.util.ArrayList;
import java.util.Iterator; import java.util.Iterator;
import java.util.List; import java.util.List;
import java.util.stream.Collectors; import java.util.stream.Collectors;
import com.baomidou.dynamic.datasource.annotation.DS;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import com.ruoyi.common.core.constant.UserConstants; import com.ruoyi.common.core.constant.UserConstants;
@ -42,7 +44,7 @@ public class SysDeptServiceImpl implements ISysDeptService
* @return * @return
*/ */
@Override @Override
@DataScope(deptAlias = "d") @DS("#header.poolName")
public List<SysDept> selectDeptList(SysDept dept) public List<SysDept> selectDeptList(SysDept dept)
{ {
return deptMapper.selectDeptList(dept); return deptMapper.selectDeptList(dept);
@ -55,6 +57,7 @@ public class SysDeptServiceImpl implements ISysDeptService
* @return * @return
*/ */
@Override @Override
@DS("#header.poolName")
public List<TreeSelect> selectDeptTreeList(SysDept dept) public List<TreeSelect> selectDeptTreeList(SysDept dept)
{ {
List<SysDept> depts = SpringUtils.getAopProxy(this).selectDeptList(dept); List<SysDept> depts = SpringUtils.getAopProxy(this).selectDeptList(dept);

@ -14,15 +14,17 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
namespace: highway-mes
config: config:
# 配置中心地址 # 配置中心地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
# 共享配置 # 共享配置
shared-configs: shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
namespace: highway-mes
mysql: mysql:
#数据库链接前缀 #数据库链接前缀
prev: jdbc:mysql:// prev: jdbc:mysql://

@ -14,11 +14,13 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
namespace: highway-mes
config: config:
# 配置中心地址 # 配置中心地址
server-addr: huawei-nacos:8848 server-addr: tencent:8848
# 配置文件格式 # 配置文件格式
namespace: highway-mes
file-extension: yml file-extension: yml
# 共享配置 # 共享配置
shared-configs: shared-configs:

Loading…
Cancel
Save