-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
非官方简单说明 #16
Comments
<error_description> |
基于docker启动顺序eureka > config > portal-data > passport > portal > mps > auth > gateway 注册中心:eureka 配置中心:config 后台管理中心:portal-data、portal 后台统一登录(不是cas单点登录):passport(基于protal-data接口获取用户数据) 会员管理中心:mps 授权中心:auth(基于mps接口获取授权数据) 网关路由:gateway(基于mps和auth控制接口权限) |
基于idea 操作,
修改redis ip、 修改 mysql 配置,mysql 5.7 数据库建立两个用户portal 、 vole ,并导入对应sql文件。
打包root的vole,跳过测试
启动顺序,
最后gateway可以成功启动。
登录说明
passport只有登录页面,不能从这个模块登录,
portal是统一用户管理平台,从这里
http://{本地ip}:{VOLE-PORTAL的端口}
登录:用户名
xialaokou密码
123456`.登录调用的passport的服务,
统一用户管理平台的系统、角色、菜单、用户管理是portal里面的controller处理的。
暂时到这里吧,大家一起慢慢研究。
The text was updated successfully, but these errors were encountered: