Skip to content

启动步骤

Oven edited this page Jul 28, 2020 · 3 revisions

安装步骤

1. 下载代码

git clone https://github.com/503612012/demo.git

2. 初始化数据

mysql加载demo.sql文件

3. 编译代码

进入项目根目录执行:mvn clean compile package -Ppro

4. 启动工程

进入项目根目录执行:./start.sh

5. 停止工程

进入项目根目录执行:./stop.sh

启动步骤

Clone this wiki locally