This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
web-sketch-webskt-query-agent/README.md
2023-01-10 15:51:02 +08:00

36 lines
857 B
Markdown
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.

### 关于项目
- 系统后端框架有Spring BootSpring SpringMVCMyBatis; 前段框架有BootstrapJquery, Layer, Vue。项目完全纯注解零XML配置。
> 第一次运行系统,请先运行 [SQL代码](/mysql/efo.sql) , 并登陆系统修改用户 `system` (默认密码 `123456`)的密码
### 环境要求
- MySQL 5.7+
- JDK 1.8+
### 系统部分截图(背景图片可通过配置设置)
- 登录页面(包含登录、注册、密码重置),路径 `/signin`
- 资源首页,路径 `/index`
- 上传页面,路径 `/upload`
- 管理员管理页面,路径 `/admin`
- 远程文件管理(管理服务器端所有文件,只有系统用户才能进入此页面),路径 `/filemanager`
> 此功能基于 [angular-filamanager](https://github.com/joni2back/angular-filemanager) 实现