资源简介

flowable+springboot 实现工作流审批 全局变量流转,动态设置审批人 组审批,此服务集成了mybatis,tk-mapper,swagger,flowable,全局异常控制

资源截图

代码片段和文件信息

package com.litsoft.flowable;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;

/**
 * FlowableSpringbootApplication
 *
 * @author liqi
 * @date 2019/11/06
 */
@SpringBootApplication
@ComponentScan(basePackages = {“com.litsoft“})
@tk.mybatis.spring.annotation.MapperScan(“com.litsoft.flowable.bussiness.*.mapper“)
public class FlowableSpringbootApplication {

    public static void main(String[] args) {
        SpringApplication.run(FlowableSpringbootApplication.class args);
    }

}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-11-06 13:31  flowable-springboot\
     文件        1061  2019-10-29 10:16  flowable-springboot\LICENSE
     文件        5810  2019-10-29 10:16  flowable-springboot\mvnw.cmd
     目录           0  2019-11-06 13:31  flowable-springboot\target\
     目录           0  2019-11-06 13:32  flowable-springboot\target\test-classes\
     目录           0  2019-11-06 13:32  flowable-springboot\target\test-classes\meta-INF\
     文件          16  2019-11-06 13:32  flowable-springboot\target\test-classes\meta-INF\flowable-springboot.kotlin_module
     目录           0  2019-11-06 13:31  flowable-springboot\target\test-classes\com\
     目录           0  2019-11-06 13:31  flowable-springboot\target\test-classes\com\litsoft\
     目录           0  2019-11-06 13:31  flowable-springboot\target\test-classes\com\litsoft\flowable\
     文件         672  2019-11-06 13:32  flowable-springboot\target\test-classes\com\litsoft\flowable\FlowableSpringbootApplicationTests.class
     目录           0  2019-11-06 13:31  flowable-springboot\target\generated-sources\
     目录           0  2019-11-06 13:31  flowable-springboot\target\generated-sources\annotations\
     目录           0  2019-11-06 13:32  flowable-springboot\target\classes\
     文件        4299  2019-11-06 13:32  flowable-springboot\target\classes\flow_db.sql
     目录           0  2019-11-06 13:32  flowable-springboot\target\classes\processes\
     文件        7202  2019-11-06 13:32  flowable-springboot\target\classes\processes\ExpenseProcess.bpmn20.xml
     目录           0  2019-11-06 13:32  flowable-springboot\target\classes\meta-INF\
     文件          16  2019-11-06 13:32  flowable-springboot\target\classes\meta-INF\flowable-springboot.kotlin_module
     文件        2318  2019-11-06 13:32  flowable-springboot\target\classes\application.yml
     目录           0  2019-11-06 13:31  flowable-springboot\target\classes\com\
     目录           0  2019-11-06 13:31  flowable-springboot\target\classes\com\litsoft\
     目录           0  2019-11-06 13:43  flowable-springboot\target\classes\com\litsoft\flowable\
     目录           0  2019-11-06 13:31  flowable-springboot\target\classes\com\litsoft\flowable\handler\
     文件        2461  2019-11-06 13:32  flowable-springboot\target\classes\com\litsoft\flowable\handler\ManagerTaskHandler.class
     文件        3023  2019-11-06 13:32  flowable-springboot\target\classes\com\litsoft\flowable\handler\BossTaskHandler.class
     目录           0  2019-11-06 13:34  flowable-springboot\target\classes\com\litsoft\flowable\config\
     文件         937  2019-11-06 13:32  flowable-springboot\target\classes\com\litsoft\flowable\config\objectMapperConfig.class
     文件        1132  2019-11-06 13:32  flowable-springboot\target\classes\com\litsoft\flowable\config\ProcessEndListener.class
     文件        3119  2019-11-06 13:32  flowable-springboot\target\classes\com\litsoft\flowable\config\SpringUtils.class
     文件        2987  2019-11-06 13:34  flowable-springboot\target\classes\com\litsoft\flowable\config\Swagger2.class
............此处省略342个文件信息

评论

共有 条评论