From cf556d1ca17fd76ee1d9696aa08fd68d11b54a8b Mon Sep 17 00:00:00 2001 From: Foming Date: Wed, 2 Mar 2022 08:11:47 +0000 Subject: [PATCH] update README.md. --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index d093d0dc..2e154832 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# **在线体验暂时下线,不要在问了** ## 简介 @@ -8,6 +9,10 @@ ## 在线体验 **在线体验暂时下线** +####   [在线体验](https://report.anji-plus.com/index.html "链接"): https://report.anji-plus.com/index.html  体验账号:guest 密码:guest + +####   [在线文档](https://report.anji-plus.com/report-doc/ "doc"): https://report.anji-plus.com/report-doc/
+ ####   [在线提问](https://gitee.com/anji-plus/report/issues "issue"): https://gitee.com/anji-plus/report/issues
## 发行版本 @@ -22,6 +27,10 @@ ![操作](https://images.gitee.com/uploads/images/2021/0703/094742_c0243f70_1728982.gif "2021-07-03_09-43-50.gif") +![视频](https://report.anji-plus.com/report-doc/static/Rhea.mp4)
+ +**[更多社区大屏案例](https://report.anji-plus.com/report-doc/guide/bigScreenCase.html)**
+ ## 数据流程图 ![An image](https://images.gitee.com/uploads/images/2021/0630/160451_31bb9052_1728982.png) @@ -109,10 +118,20 @@ bin/start.bat Windows修改第4行的JAVA_HOME后(去掉rem注释),双击启 http://serverip:9095 ``` +**[运行环境参考文档](https://report.anji-plus.com/report-doc/guide/quicklyDevelop.html)**
+ +**[源码编译部署参考文档](https://report.anji-plus.com/report-doc/guide/quicklySource.html)**
+ +**[发行版部署参考文档](https://report.anji-plus.com/report-doc/guide/quicklyDistribution.html)**
+ +**[前后端分离部署参考文档](https://report.anji-plus.com/report-doc/guide/quicklySeparate.html)**
+ ## 操作手册 新建数据源(重置mysql数据源) --> 新建数据集(编写sql) --> 新建大屏(设计大屏)
+**[在线文档](https://report.anji-plus.com/report-doc/guide/datasource.html)** + ## SQL初始化 sql文件的目录在:report-core --> src --> main --> resources -- > db.migration
@@ -120,6 +139,19 @@ sql文件的目录在:report-core --> src --> main --> resources -- > db.migra 系统初始化时flyway会自动的将该目录下的sql文件执行,不需要手动执行sql文件。
执行完将会创建 aj_report(存放系统基础数据) 和 aj_report_init(存放示例数据) 俩个库。
+## 谁在使用 + +希望你们的logo出现在此,[请点此Issue进行登记](https://gitee.com/anji-plus/report/issues/I3ZXT4) ,我们将优先进行技术支持
+ + + + + +
+ + + + ## 未来计划 - 大屏宽高动态可视化 @@ -141,6 +173,8 @@ sql文件的目录在:report-core --> src --> main --> resources -- > db.migra - Jdk 11 - Mysql 8.0(8.0.23/26版本没有问题,8.0.21版本存在问题) +**[常见问题](https://report.anji-plus.com/report-doc/guide/question.html)** + ## 商业授权 AJ-Report使用[Apache2.0开源协议](http://www.apache.org/licenses/LICENSE-2.0.html)