update README.md
This commit is contained in:
67
README.md
67
README.md
@@ -134,8 +134,8 @@
|
|||||||
|
|
||||||
### 在线演示
|
### 在线演示
|
||||||
|
|
||||||
1. 全栈版地址:<http://demo.jeesite.com>
|
1. 分离版地址:<https://vue.jeesite.com>
|
||||||
2. Vue3分离版地址:<http://vue.jeesite.com>
|
2. 经典版地址:<https://demo.jeesite.com>
|
||||||
|
|
||||||
### 本地运行
|
### 本地运行
|
||||||
|
|
||||||
@@ -147,10 +147,11 @@
|
|||||||
6. 浏览器访问:<http://127.0.0.1:8980/js> 账号 system 密码 admin
|
6. 浏览器访问:<http://127.0.0.1:8980/js> 账号 system 密码 admin
|
||||||
7. 部署常见问题:<https://jeesite.com/docs/faq/>
|
7. 部署常见问题:<https://jeesite.com/docs/faq/>
|
||||||
8. 分离端安装:<https://jeesite.com/docs/vue-install-deploy/>
|
8. 分离端安装:<https://jeesite.com/docs/vue-install-deploy/>
|
||||||
|
9. 分离端常见问题:<https://jeesite.com/docs/vue-faq/>
|
||||||
|
|
||||||
### 快速运行
|
### 快速运行
|
||||||
|
|
||||||
1. 环境准备:`JDK 1.8 or 11、17`、`Maven 3.6+`、无需准备数据库(使用内嵌 H2 DB、Vue资源包)
|
1. 环境准备:`JDK 1.8 or 11、17`、`Maven 3.6+`、无需准备数据库(使用内嵌 H2 DB、包含 Vue 和 全栈双版本)
|
||||||
2. 下载源码:<https://gitee.com/thinkgem/jeesite5/repository/archive/v5.9.zip> 并解压
|
2. 下载源码:<https://gitee.com/thinkgem/jeesite5/repository/archive/v5.9.zip> 并解压
|
||||||
3. 执行脚本:`/web-fast/bin/run-tomcat.bat` 启动服务即可(自动初始化库)
|
3. 执行脚本:`/web-fast/bin/run-tomcat.bat` 启动服务即可(自动初始化库)
|
||||||
4. Vue分离版本地址:<http://127.0.0.1:8980/vue/login>
|
4. Vue分离版本地址:<http://127.0.0.1:8980/vue/login>
|
||||||
@@ -160,7 +161,7 @@
|
|||||||
|
|
||||||
### 容器运行
|
### 容器运行
|
||||||
|
|
||||||
- 拉取 Docker 镜像(演示使用,JeeSite版本较久):
|
- 拉取 Docker 镜像(JeeSite版本不是最新):
|
||||||
```sh
|
```sh
|
||||||
docker pull thinkgem/jeesite-web
|
docker pull thinkgem/jeesite-web
|
||||||
```
|
```
|
||||||
@@ -170,31 +171,50 @@ docker run --name jeesite-web -p 8980:8980 -d --restart unless-stopped \
|
|||||||
-v ~/:/data thinkgem/jeesite-web && docker logs -f jeesite-web
|
-v ~/:/data thinkgem/jeesite-web && docker logs -f jeesite-web
|
||||||
```
|
```
|
||||||
- 浏览器访问:<http://127.0.0.1:8980/js/> 账号 system 密码 admin
|
- 浏览器访问:<http://127.0.0.1:8980/js/> 账号 system 密码 admin
|
||||||
- 分离端安装:<https://jeesite.com/docs/vue-install-deploy/>
|
|
||||||
|
|
||||||
### 开发环境
|
### 开发环境
|
||||||
|
|
||||||
1. 部署运行文档:<https://jeesite.com/docs/install-deploy/>
|
1. 部署运行文档:<https://jeesite.com/docs/install-deploy/>
|
||||||
2. 部署常见问题:<https://jeesite.com/docs/faq/>
|
2. 部署常见问题:<https://jeesite.com/docs/faq/>
|
||||||
3. 分离端安装:<https://jeesite.com/docs/vue-install-deploy/>
|
3. 分离端运行文档:<https://jeesite.com/docs/vue-install-deploy/>
|
||||||
|
4. 分离端常见问题:<https://jeesite.com/docs/vue-faq/>
|
||||||
|
|
||||||
## 技术文章
|
## 技术文章
|
||||||
|
|
||||||
* 菜单和按钮权限:<https://jeesite.com/docs/permi-shiro/>
|
* 库表生成、代码生成:https://jeesite.com/docs/code-gen/>
|
||||||
* 强大的数据权限:<https://jeesite.com/docs/service-datascope/#数据权限>
|
* 菜单权限、按钮权限:<https://jeesite.com/docs/permi-shiro/>
|
||||||
* 表结构数据字典:<https://jeesite.com/docs/code-gen/#表结构数据字典>
|
* 数据权限、库事务:<https://jeesite.com/docs/service-datascope/#数据权限>
|
||||||
* 持久层设计:<https://jeesite.com/docs/dao-mybatis/>
|
* 表结构、数据字典:<https://jeesite.com/docs/code-gen/#表结构数据字典>
|
||||||
* 后端工具:<https://jeesite.com/docs/sys-utils/>
|
* 持久层框架、SQL:<https://jeesite.com/docs/dao-mybatis/>
|
||||||
|
* 后端常用工具:<https://jeesite.com/docs/sys-utils/>
|
||||||
|
|
||||||
|
**分离版**
|
||||||
|
|
||||||
|
* 版本介绍:<https://jeesite.com/docs/jeesite-vue/>
|
||||||
|
* 源码解析:<https://jeesite.com/docs/vue-crud-view/>
|
||||||
|
* 表单组件:<https://jeesite.com/docs/vue-basic-form/>
|
||||||
|
* 表格组件:<https://jeesite.com/docs/vue-basic-table/>
|
||||||
|
* 参数配置:<https://jeesite.com/docs/vue-settings/>
|
||||||
|
* 常用组件:<https://jeesite.com/docs/vue-comp/>
|
||||||
|
* 前端权限:<https://jeesite.com/docs/vue-auth/>
|
||||||
|
* 图标组件:<https://jeesite.com/docs/vue-icon/>
|
||||||
|
* 前端样式库:<https://jeesite.com/docs/vue-style/>
|
||||||
|
* 多语言国际化:<https://jeesite.com/docs/vue-i18n/>
|
||||||
|
|
||||||
|
**经典版**
|
||||||
|
|
||||||
* 表单组件:<https://jeesite.com/docs/views-beetl/>
|
* 表单组件:<https://jeesite.com/docs/views-beetl/>
|
||||||
* 表格组件:<https://jeesite.com/docs/datagrid/>
|
* 表格组件:<https://jeesite.com/docs/datagrid/>
|
||||||
* js工具:<https://jeesite.com/docs/jeesite-js/>
|
* 常用工具:<https://jeesite.com/docs/jeesite-js/>
|
||||||
|
* 自定义主题:<https://jeesite.com/docs/custom-views/>
|
||||||
|
|
||||||
## 专题文章
|
## 专题文章
|
||||||
|
|
||||||
* 自定义主题:<https://jeesite.com/docs/custom-views/>
|
* 系统接口文档:<https://jeesite.com/docs/mobile-rest-api/>
|
||||||
* 国际化多语言:<https://jeesite.com/docs/i18n-locale/>
|
* 多语言国际化:<https://jeesite.com/docs/i18n-locale/>
|
||||||
* 接口文档:<https://jeesite.com/docs/mobile-rest-api/>
|
|
||||||
* BPM工作流引擎:<https://jeesite.com/docs/bpm/>
|
* BPM工作流引擎:<https://jeesite.com/docs/bpm/>
|
||||||
|
* CMS内容管理:<https://jeesite.com/docs/cms/>
|
||||||
|
* AI知识库助手:<https://jeesite.com/docs/cms-ai/>
|
||||||
* 用户类型:<https://jeesite.com/docs/user-type/>
|
* 用户类型:<https://jeesite.com/docs/user-type/>
|
||||||
* 消息推送:<https://jeesite.com/docs/msg-push-use/>
|
* 消息推送:<https://jeesite.com/docs/msg-push-use/>
|
||||||
* 单点登录:<https://jeesite.com/docs/sso-cas/>
|
* 单点登录:<https://jeesite.com/docs/sso-cas/>
|
||||||
@@ -215,20 +235,9 @@ docker run --name jeesite-web -p 8980:8980 -d --restart unless-stopped \
|
|||||||
* Spring Cloud 微服务:<https://jeesite.com/docs/springcloud/>
|
* Spring Cloud 微服务:<https://jeesite.com/docs/springcloud/>
|
||||||
* 分布式事务 Seata:<https://jeesite.com/docs/springcloud-seata/>
|
* 分布式事务 Seata:<https://jeesite.com/docs/springcloud-seata/>
|
||||||
* 读写分离、分库分表:<https://jeesite.com/docs/sharding/>
|
* 读写分离、分库分表:<https://jeesite.com/docs/sharding/>
|
||||||
|
* 监控系统集成:<https://jeesite.com/docs/webadmin/>
|
||||||
## 前后分离版
|
* 追踪系统集成:<https://jeesite.com/docs/skywalking/>
|
||||||
|
* ELK日志收集:<https://jeesite.com/docs/elk-log/>
|
||||||
* Vue 版介绍:<https://jeesite.com/docs/jeesite-vue/>
|
|
||||||
* Vue 安装部署:<https://jeesite.com/docs/vue-install-deploy/>
|
|
||||||
* Vue 参数配置:<https://jeesite.com/docs/vue-settings/>
|
|
||||||
* Vue 前端权限:<https://jeesite.com/docs/vue-auth/>
|
|
||||||
* Vue 源码解析:<https://jeesite.com/docs/vue-crud-view/>
|
|
||||||
* Vue 表单组件:<https://jeesite.com/docs/vue-basic-form/>
|
|
||||||
* Vue 表格组件:<https://jeesite.com/docs/vue-basic-table/>
|
|
||||||
* Vue 常用组件:<https://jeesite.com/docs/vue-comp/>
|
|
||||||
* Vue 图标组件:<https://jeesite.com/docs/vue-icon/>
|
|
||||||
* Vue 国际化多语言:<https://jeesite.com/docs/vue-i18n/>
|
|
||||||
* Vue 样式库:<https://jeesite.com/docs/vue-style/>
|
|
||||||
|
|
||||||
## 授权协议声明
|
## 授权协议声明
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user