资源简介
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\me
文件 16 2019-11-06 13:32 flowable-springboot\target\test-classes\me
目录 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.xm
目录 0 2019-11-06 13:32 flowable-springboot\target\classes\me
文件 16 2019-11-06 13:32 flowable-springboot\target\classes\me
文件 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\ob
文件 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个文件信息
相关资源
- Springboot整合mybatis简单登录
- 基于SpingBoot开发的购物商城
- springboot项目——基于springSecurity实现
- SpringBoot入门Demo非maven
- springboot+mybatis多数据源,aop动态切换
- 深入浅出SpringBoot2.x书签高清版
- springBoot完整整合WebService框架CXF
- mallmall 项目是一套电商系统,包括前
- 个人博客源码SSMSpringBoot、thymeleaf、
- SpringBoot WebService cxf接口发布以及lo
- spring cloudspring boot 两个项目完整
- Springboot集成spring-data-jpa增删查改使用
- springboot整合ueditor的demo
- springboot微信点餐系统代码
- springboot-基础.rar
- SpringBoot-Study--master.zip
- springboot整合fastdfs完整版代码
- 基于springboot2.x的Oauth2.0一键授权登录
- SpringBoot深入实践pdf及源码
- 基于SpringBoot的停车场管理系统.zip
- springboot2.zip
- SpringBoot+Vue全栈开发实战.zip
- Spring Boot 2企业应用实战.pdf
- Flowable modeler集成源码
- flowable-6.4.2.zip
- eclipse4.8的springboot插件安装包
- 基于hadoop的云盘系统系统+论文
- 爬虫基于Springboot+WebMagic+Mybatis+多数据
- springcloud项目+soul网关
- 黑马----tryl-SpringBoot与Shiro整合-权限管
评论
共有 条评论