Giter Site home page Giter Site logo

leebooksea2016 / jeecg-boot-activiti Goto Github PK

View Code? Open in Web Editor NEW

This project forked from happy-panda/jeecg-boot-activiti

0.0 0.0 0.0 8.26 MB

jeecg-boot开源版整合 activiti 5.22.0 版本 jeecg-boot activiti springboot,在线流程设计、通用流程操作,模块化可插拔,不影响主干代码版本升级。功能齐备,使用方法自己研究,正常开发者看看代码就应该会,看不会我解释起来也费劲。主维护国内码云,github换个地方就要维护一下地址才顺畅,麻烦

Home Page: https://gitee.com/happy-panda/jeecg-boot-activiti

License: Apache License 2.0

Java 68.94% CSS 0.12% Dockerfile 0.03% TSQL 30.38% PLpgSQL 0.03% PLSQL 0.01% FreeMarker 0.49%

jeecg-boot-activiti's Introduction

Jeecg-Boot 快速开发平台(前后端分离版本 之 activiti)

基于 https://github.com/zhangdaiscott/jeecg-boot 开源版的activiti流程扩展
为什么不继续维护fork仓库?

码云上项目搜索直接默认屏蔽fork项目,另外本人只提交issue,作者也不随便接受pull,维护fork仓库显得很呆,故而干脆自己新启一个仓库

当前已同步到版本: 2.2.0

主干文档就不在这里展示了,大家都是从主干那里到我这来的,对吧!本fork跟踪主干更新,会有少量修改,通常是为了更好的体验。要注意的是,本fork完全不会管online模块,因为本人不会去使用任何在线功能(原因不解释),可能会直接删掉一些相关文件。 如果介意,可自行copy我的代码,根据下述步骤自行整合到主干代码中。

activiti 模块说明

------- from pmc

使用activiti5.22.0版本

  • JeecgApplication.java
    修改注解
@SpringBootApplication(exclude = {org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class,
        org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration.class
,org.activiti.spring.boot.SecurityAutoConfiguration.class
})
  • jeecg-boot/jeecg-boot-module-system/pom.xml 添加依赖
<dependency>
    <groupId>org.jeecgframework.boot</groupId>
    <artifactId>jeecg-boot-module-activiti</artifactId>
    <version>${jeecgboot.version}</version>
</dependency>
  • jeecg-boot/pom.xml 添加

jeecg-boot-module-activiti

<modules>
    <module>jeecg-boot-base-common</module>
    <module>jeecg-boot-module-system</module>
    <module>jeecg-boot-module-activiti</module>
</modules>
  • jeecg-boot/jeecg-boot-module-activiti/db/ 文件夹内数据库初始化文件

其他,可网上搜索activiti 5.22.0 版本

  • ShiroConfig.java
    添加过滤路径
//activiti
filterChainDefinitionMap.put("/activiti/**", "anon");
filterChainDefinitionMap.put("/diagram-viewer/**", "anon");
filterChainDefinitionMap.put("/editor-app/**", "anon");
  • 启动

功能齐备,使用方法自己研究,正常开发者看看代码就应该会,看不会我解释起来也会挺费劲的。通过流程模块的七个菜单走查代码即可(看不见菜单,请先执行activiti模块包下的相关增量sql,再给菜单授权即可。),代码简单易读,一年经验的开发者读懂毫无问题!

捐赠

如果觉得还不错(本人觉得是相当不错,jeecg-boot+me 完胜淘宝上三百五百的破玩意。)
一毛两毛都是爱,一块两块都是情,土豪随意 ☺

jeecg-boot-activiti's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.