# compileflow-demo **Repository Path**: jiawei651/compileflow-demo ## Basic Information - **Project Name**: compileflow-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-11-25 - **Last Updated**: 2021-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README compileflow logo # Compileflow Demo 使用[`compileflow`引擎](https://github.com/alibaba/compileflow)的demo,方便快速入门。 使用了`springboot`方式,具体请看代码。 ## demo运行 由于没有上传`IDE`工程文件如`IntelliJ IDEA`的`.idea`,所以`idea`打开demo时如果报:`Non-managed pom.xml file found`,那么请按下图配置`maven`环境即可: ![pic1](doc/image/pic1.png) 选中`pom.xml`: ![pic2](doc/image/pic2.png) 最后运行`DemoApplication`就能启动程序。