# compileflow-demo **Repository Path**: tryhub/compileflow-demo ## Basic Information - **Project Name**: compileflow-demo - **Description**: 使用compileflow引擎的demo,方便快速入门。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-07-13 - **Last Updated**: 2023-09-05 ## 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`就能启动程序。