Giter VIP home page Giter VIP logo

flowableui's Introduction

工程简介

一个用于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建索引,所以如果没有足够的空间就会报错

flowableui's People

Contributors

xinrong2019 avatar jameingh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.