# compileflow-demo **Repository Path**: coding2014/compileflow-demo ## Basic Information - **Project Name**: compileflow-demo - **Description**: compileflow-demo - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-19 - **Last Updated**: 2024-08-28 ## 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`就能启动程序。