Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 304 Bytes

Readme.md

File metadata and controls

17 lines (9 loc) · 304 Bytes

spring-boot-flowable

Spring Boot整合Flowable6.3.0并支持Druid连接池

编译

mvn package

部署启动

测试环境(默认)

java -jar spring-boot-flowable-0.0.1-SNAPSHOT.jar

生产环境

java -jar spring-boot-flowable-0.0.1-SNAPSHOT.jar --spring.profiles.active=prod