Home

Awesome

<img src="doc/compileflow-logo.png" alt="compileflow logo" width="20%" align="right" />

Compileflow Demo

使用compileflow引擎的demo,方便快速入门。

使用了springboot方式,具体请看代码。

demo运行

由于没有上传IDE工程文件如IntelliJ IDEA.idea,所以idea打开demo时如果报:Non-managed pom.xml file found,那么请按下图配置maven环境即可:
pic1

选中pom.xml
pic2

最后运行DemoApplication就能启动程序。