Files
my-worker/web-fast/README.md
2024-09-14 13:06:00 +08:00

26 lines
953 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.

## 介绍
jeesite-web-fast 是 JeeSite 快速体验项目,默认采用 H2 数据库,
无需手动初始化数据库,启动项目时,自动完成数据库初始化。
可非常快速的本地运行编译 JeeSite 平台。
## 使用方法
1. 环境准备:`JDK 1.8 or 11、17``Maven 3.6+`、无需准备数据库(使用内嵌 H2 DB
2. 下载源码:<https://gitee.com/thinkgem/jeesite5/repository/archive/v5.9.zip> 并解压
3. 执行脚本:`/web-fast/bin/run-tomcat.bat` 启动服务即可(自动初始化库)
4. Vue分离版本地址<http://127.0.0.1:8980/vue/login>
5. 全栈版本地址:<http://127.0.0.1:8980/a/login>
6. 初始登录账号超级管理员system 密码admin
7. 部署常见问题:<https://jeesite.com/docs/faq/>
## 文档
部署文档http://jeesite.com/docs/install-deploy/
常见问题http://jeesite.com/docs/faq/
更多文档http://jeesite.com/docs