dbsd_kczx_java/jeecg-boot/jeecg-boot-module-system/docs/项目说明

18 lines
537 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

一、技术文档
http://jeecg-boot.mydoc.io
二、部署文档
修改redis、数据库配置文件
修改上传文件目录
修改登录页面提示账号密码
修改前端API的图片访问域名
重要方法:
动态加载路由的类: SysPermissionController.queryByUser
路由name命名规则 通过菜单URL生成路由name去掉URL前缀斜杠替换内容中的斜杠/’为-
举例: URL = /isystem/role
RouteName = isystem-role