数据库链接配置修改 , 单用户登录.

yun-zuoyi
wei.peng 6 years ago
parent f089942c7b
commit 17746e308d

@ -69,6 +69,7 @@ public class SystemLoginService implements ISystemLoginService {
SysUser user = getUserLoginInfo(userToken.getLoginName(),userToken.getLoginPwd());
LOGGER.info("【验证用户checkUserLogin】{}",user);
//未抛异常,封装用户
AuthUtil.checkLoginOnly(userToken.getLoginName());
return packSessionUser(user,CommonEnumUtil.USER_TYPE.USER.getCode(),userToken.getLanguageCode());
}

@ -171,7 +171,7 @@ fastdfs.tracker_servers=tracker:22122
# tracker的http端口
fastdfs.http_tracker_http_port=22122
# 使用自定义工具获取文件展示地址
fastdfs.http.ui.host=http://192.168.1.56:7030
fastdfs.http.ui.host=http://tracker:22122
#密码
#fastdfs.http.secret_key=

@ -171,11 +171,11 @@ spring.sleuth.sampler.probability=1.0
################ FastDfs 配置 ################
#tracker服务器ip
fastdfs.tracker_servers=192.168.1.56:7031
fastdfs.tracker_servers=tracker:22122
# tracker的http端口
fastdfs.http_tracker_http_port=7031
fastdfs.http_tracker_http_port=22122
# 使用自定义工具获取文件展示地址
fastdfs.http.ui.host=http://dfs.estsh.com
fastdfs.http.ui.host=http://tracker:22122
#密码
#fastdfs.http.secret_key=

@ -171,11 +171,11 @@ spring.sleuth.sampler.probability=1.0
################ FastDfs 配置 ################
#tracker服务器ip
fastdfs.tracker_servers=192.168.1.56:7031
fastdfs.tracker_servers=tracker:22122
# tracker的http端口
fastdfs.http_tracker_http_port=7031
fastdfs.http_tracker_http_port=22122
# 使用自定义工具获取文件展示地址
fastdfs.http.ui.host=http://dfs.estsh.com
fastdfs.http.ui.host=http://tracker:22122
#密码
#fastdfs.http.secret_key=

Loading…
Cancel
Save