Skip to content

一个用于Flowable概念理解和功能快速验证的项目

License

Notifications You must be signed in to change notification settings

jameingh/flowableUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

工程简介

一个用于Flowable概念理解和功能快速验证的项目

快速开发

swagger入口/idea中使用RestfulBox调试更快

http://127.0.0.1:8082/flowable-ui/doc.html

流程设计器入口,需要添加UI相关依赖

http://127.0.0.1:8082/flowable-ui/modeler/

延伸阅读

注意事项

数据库字符集编码不要使用utf8mb4

因为如果你设置的一个varchar字段使用的是utf8mb4字符集,那么索引最多可以存储 767 / 4 = 191个这样的字符。因为utf8mb4的字符每个占4B的存储空间,如果varchar使用utf8字符集,那么索引最多可以存储767 / 3 = 254个这样的字符。因为使用utf8存储的字符占3B的存储空间

否则会出现Specified key was too long; max key length is 767 bytes这个问题

因为flowable的id是varchar,然后又根据id建索引,所以如果没有足够的空间就会报错

About

一个用于Flowable概念理解和功能快速验证的项目

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages