You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.github | 3 years ago | |
bin | 3 years ago | |
cjy-mini-project | 2 years ago | |
cjy-project | 2 years ago | |
doc | 2 years ago | |
ruoyi-admin | 2 years ago | |
ruoyi-common | 2 years ago | |
ruoyi-framework | 2 years ago | |
ruoyi-generator | 3 years ago | |
ruoyi-quartz | 2 years ago | |
ruoyi-system | 2 years ago | |
ruoyi-ui | 2 years ago | |
sql | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
pom.xml | 3 years ago | |
ry.bat | 3 years ago | |
ry.sh | 3 years ago |
README.md
景区综合管控平台
基于SpringBoot+Vue前后端分离的Java快速开发框架
平台简介
说明
- 数据库字段生成 去掉表名前缀 ruoyi-generator包内资源文件 generator.yml 设置更改 autoRemovePre:true tablePrefix: sys_,ti_,ec_ -- 增加自己的表前缀 用英文逗号分割
- 项目后台无权限开放 login(登录) 、captchaImage(验证码)、/enterprise/loginPageConfig(登录页静态资源信息) 其他操作必须登录后操作