Jelajahi Sumber

!6 notice
Merge pull request !6 from Raod/dev

Raod 4 tahun lalu
induk
melakukan
4486874d5c

+ 6 - 0
README.md

@@ -113,6 +113,12 @@ http://serverip:9095
 源码编译部署和发行版部署可参考在线文档 <br>
 https://report.anji-plus.com/report-doc/guide/quicklyDevelop.html
 
+## SQL初始化
+sql文件的目录在:report-core --> src --> main --> resources -- > db.migration <br>
+
+系统初始化时flyway会自动的将该目录下的sql文件执行,不需要手动执行sql文件。 <br>
+执行完将会创建 aj_report(存放系统基础数据) 和 aj_report_init(存放示例数据) 俩个库。 <br>
+
 ## 谁在使用
 
 希望你们的logo出现在此,[请点此Issue进行登记](https://gitee.com/anji-plus/report/issues/I3ZXT4) ,我们将优先进行技术支持 <br>

+ 1 - 0
doc/docs/guide/briefUsing.md

@@ -3,3 +3,4 @@
 <a href='http://www.anji-plus.com/'> <img src="https://report.anji-plus.com/file/download/d287d4d3-d30b-4850-9bac-a6c991409251" width = "130" height = "50" align=left/> </a>
 <a href='https://www.yunstech.cn/'><img src="https://www.yunstech.cn/images/logo.png" width = "130" height = "50" /> </a>
 <a href='http://www.fgkb.net/'><img src="https://report.anji-plus.com/file/download/9ee5b709-5033-4cd5-a784-ebd2877fd373" width = "130" height = "50" /> </a>
+<a href='https://www.gykjweb.com/'><img src="https://report.anji-plus.com/file/download/d13b03f5-0c20-4878-9a79-f3c76b44bfd9" width = "130" height = "130" /> </a>

+ 8 - 8
doc/docs/guide/dashboard.md

@@ -20,10 +20,10 @@
 
 ### 当前时间
 已支持多种时间格式,其他格式请提Issue <br>
-![img_1.png](../picture/dashboard/img_1.png)
+![img_1.png](../picture/dashboard/img_1.png) <br>
 
 ### 图片
-![img_7.png](../picture/dashboard/img_7.png)
+![img_7.png](../picture/dashboard/img_7.png) <br>
 
 ### 视屏
 **暂不支持循环播放**<br>
@@ -41,22 +41,22 @@
 
 ### 柱状堆叠图
 动态的数据集对应字典值需要选择一个“X轴”、“Y轴”、“柱状”,也就是说需要3个字段,不明白可以看看静态数据 <br>
-![img.17](../picture/dashboard/img_17.png)
+![img.17](../picture/dashboard/img_17.png) <br>
 **如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>**
 
 ### 折线堆叠图 
 动态的数据集对应字典值需要选择一个“X轴”、“Y轴”、“折线”,也就是说需要3个字段,不明白可以看看静态数据 <br>
-![img.17](../picture/dashboard/img_17.png)
+![img.17](../picture/dashboard/img_17.png) <br>
 **如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>**
 
 ### 折线图
 折线图数据集对应字典值需要选择一个“X轴”、“折线”,只需要2个字段 <br>
-![img_8.png](../picture/dashboard/img_8.png)
+![img_8.png](../picture/dashboard/img_8.png) <br>
 **如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>**
 
 ### 柱线图
 柱线图数据集对应字典值需要选择一个“X轴”、“柱状”、“折线”,需要3个字段 <br>
-![img9](../picture/dashboard/img_9.png)
+![img9](../picture/dashboard/img_9.png) <br>
 **如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>**
 
 ### 饼图
@@ -77,7 +77,7 @@
 **如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>**
 
 ### 中国地图
-**注**:气泡地图已支持动态数据,中国地图(迁徙图)暂不支持动态数据
+**注**:气泡地图已支持动态数据,中国地图(迁徙图)暂不支持动态数据 <br>
 气泡地图动态数据集,和饼图一样,对应字典值需要选择一个“Name”、“Value”,且name的字段值要和echarts图表里面的值能对应上,可参考静态数据 <br>
 ![img15](../picture/dashboard/img_15.png) <br>
 
@@ -87,7 +87,7 @@
 ![img16](../picture/dashboard/img_16.png) <br>
 **如有问题,请提交 [Issue](https://gitee.com/anji-plus/report/issues) <br>**
 
-### 热力
+### 散点
 **开发中** <br>
 
 ### 对比图

+ 8 - 1
doc/docs/guide/quicklyDevelop.md

@@ -29,4 +29,11 @@
 - [Node.js] 14.16.0
 - [Windows 10]
 
-已知 **Mysql8.0** 和 **Jdk11** 会出现兼容性问题,后续有解决方法将会在下方 **其他** 大类进行补充  
+已知 **Mysql8.0** 和 **Jdk11** 会出现兼容性问题,后续有解决方法将会在下方 **其他** 大类进行补充  
+
+## SQL初始化
+sql文件的地址是:report-core --> src --> main --> resources -- > db.migration <br>
+![sql](../picture/quickly/img_13.png)
+
+系统初始化时flyway会自动的将该目录下的sql文件执行,不需要手动执行sql文件。 <br>
+执行完将会创建 aj_report(存放系统基础数据) 和 aj_report_init(存放示例数据) 俩个库。 <br>

TEMPAT SAMPAH
doc/docs/picture/quickly/img_13.png


+ 1 - 0
report-core/src/main/assembly/assembly.xml

@@ -55,6 +55,7 @@
 			<outputDirectory>/</outputDirectory>
 			<includes>
 				<include>LICENSE</include>
+                <include>NOTICE</include>
 			</includes>
 		</fileSet>
 	</fileSets>