3 Flowable整合Springboot及Flowable流程定义部署

1 Flowable整合SpringBoot

我们在项目中创建flowable-springboot模块,创建过程在上面已做描述,建好后的项目结构如下:

  在pom.xml中添加下面内容:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.1.9.RELEASE</version>
    </parent>

版权声明:本文为qq_36305027原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。