# flable-example-spring-boot-3 **Repository Path**: laochen/flable-example-spring-boot-3 ## Basic Information - **Project Name**: flable-example-spring-boot-3 - **Description**: spring-boot3+flowable6.8+jdk17 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-01 - **Last Updated**: 2024-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ymltoproperties ``` https://www.toyaml.com/index.html ``` # [flowable 6.5 在线文档](http://www.shareniu.com/flowable6.5_zh_document/bpm/index.html) # 知识点 ``` flowable-ui-modeler-app:主要为前端界面,文件在 resource/static 下 flowable-ui-modeler-conf:主要为一些配置文件 Configuration flowable-ui-modeler-logic:主要为一些业务逻辑还有 SQL flowable-ui-modeler-rest:主要为 rest 接口 ``` # Liquibase无法启动,因为在'Migration File: class path‘中找不到changelog ``` https://cloud.tencent.com/developer/ask/sof/903326 ``` # 集成WEB端管理 ``` 登录账号:admin/test 登录成功后空白页使用 http://127.0.0.1:3000/admin 进入首页 集成条件 spring-boot 2.7.13+jdk17 maven 依赖 org.flowable flowable-engine ${flowable.version} org.slf4j slf4j-api org.slf4j slf4j-log4j12 org.flowable flowable-spring-boot-starter-ui-modeler ${flowable.version} org.flowable flowable-spring-boot-starter-ui-admin ${flowable.version} org.flowable flowable-spring-boot-starter-ui-idm ${flowable.version} org.flowable flowable-spring-boot-starter-ui-task ${flowable.version} ```