springBoot2.1.5集成Activiti7.1.24

    xiaoxiao2023-10-20  165

    原文地址:https://www.xugj520.cn/archives/springBoot_Activiti.html

    Activiti系列文章地址:https://www.xugj520.cn/category/Activiti/

    一、使用IDEA快速搭建SpringBoot项目

    请在百度中自行搜索 或者直接跳转:https://blog.csdn.net/frank_come/article/details/80824968

    二、设置pom.xml

    pom文件配置如下:

    <?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"> <modelVersion>4.0.0</mo
    最新回复(0)