mirror of https://github.com/jeecgboot/JimuReport
Delete jimureport-samples/quickstart directory
parent
51f4958459
commit
38f26c9e61
|
@ -1,28 +0,0 @@
|
||||||
# 免安装启动版本
|
|
||||||
|
|
||||||
启动步骤:
|
|
||||||
|
|
||||||
- 1.本地安装jdk7+
|
|
||||||
|
|
||||||
- 2.下载项目 quickstart
|
|
||||||
|
|
||||||
```
|
|
||||||
git clone https://gitee.com/jeecg/JimuReport.git
|
|
||||||
cd JimuReport/jimureport-samples/quickstart
|
|
||||||
```
|
|
||||||
|
|
||||||
- 3.执行下面的脚本,初始化数据库
|
|
||||||
|
|
||||||
```
|
|
||||||
jimureport.mysql5.7.create.sql
|
|
||||||
```
|
|
||||||
|
|
||||||
- 4.双击 start.bat 启动
|
|
||||||
|
|
||||||
- 5.访问报表
|
|
||||||
|
|
||||||
http://localhost:8085/jmreport/list
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
java -jar jimureport-demo-1.3.jar
|
|
Loading…
Reference in New Issue