# demo04 **Repository Path**: FlowableDemo/demo04 ## Basic Information - **Project Name**: demo04 - **Description**: Flowable风格流程引擎配置 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ------ 环境: [jkd8+]() [Flowable6.4.0]() [mysql5.6+]() ------ ## 流程配置方式: ![](./images/bpmn_config.png) ## 实践测试 - 选创建flowable数据库 ``` CREATE DATABASE IF NOT EXISTS flowable default charset utf8 COLLATE utf8_general_ci; ``` - 运行测试类