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.
15 lines
730 B
15 lines
730 B
<p align="center">
|
|
<img alt="logo" src="https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png">
|
|
</p>
|
|
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">景区综合管控平台</h1>
|
|
<h4 align="center">基于SpringBoot+Vue前后端分离的Java快速开发框架</h4>
|
|
|
|
|
|
## 平台简介
|
|
|
|
## 说明
|
|
1. 数据库字段生成 去掉表名前缀
|
|
ruoyi-generator包内资源文件 generator.yml 设置更改
|
|
autoRemovePre:true
|
|
tablePrefix: sys_,ti_,ec_ -- 增加自己的表前缀 用英文逗号分割
|
|
2. 项目后台无权限开放 login(登录) 、captchaImage(验证码)、/enterprise/loginPageConfig(登录页静态资源信息) 其他操作必须登录后操作
|
|
|