資源簡介
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個文件信息
評論
共有 條評論