mirror of https://github.com/jeecgboot/JimuReport
启动文档
parent
5577bc1645
commit
854e6b3f63
|
@ -1,18 +1,19 @@
|
||||||
# 免安装运行版本
|
# 免安装启动版本
|
||||||
|
|
||||||
启动步骤:
|
启动步骤:
|
||||||
|
|
||||||
- 1、本地安装jdk7+
|
- 1.本地安装jdk7+
|
||||||
|
|
||||||
- 2、初始化数据库,执行下面的脚本
|
- 2.初始化数据库,执行下面的脚本
|
||||||
|
|
||||||
```
|
```
|
||||||
jimureport.mysql5.7.create.sql
|
jimureport.mysql5.7.create.sql
|
||||||
```
|
```
|
||||||
|
|
||||||
- 3、双击start.bat 启动
|
- 3.双击 start.bat 启动
|
||||||
|
|
||||||
- 4、访问报表 :http://localhost:8085/jmreport/list
|
- 4.访问报表
|
||||||
|
http://localhost:8085/jmreport/list
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue