This action will force synchronization from happy-panda/jeecg-boot-activiti, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
码云上项目搜索直接默认屏蔽fork项目,另外本人只提交issue,作者也不随便接受pull,维护fork仓库显得很呆,故而干脆自己新启一个仓库
主干文档就不在这里展示了,大家都是从主干那里到我这来的,对吧!本fork跟踪主干更新,会有少量修改,通常是为了更好的体验。要注意的是,本fork完全不会管online模块,因为本人不会去使用任何在线功能(原因不解释),可能会直接删掉一些相关文件。 如果介意,可自行copy我的代码,根据下述步骤自行整合到主干代码中。
整合文档已说明,使用文档无,必要的说明写在代码注释中,只要对jeecgboot熟悉,有一定工作经验的人自己看懂怎么用很容易。如果是初学者,个人不建议研究jeecgboot,相对来说此项目有一定技术经验门槛。建议初学者去学习一下若依,为什么若依粉丝量那么多,也是这个道理。
使用activiti5.22.0版本
@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
})
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-module-activiti</artifactId>
<version>${jeecgboot.version}</version>
</dependency>
jeecg-boot-module-activiti
<modules>
<module>jeecg-boot-base-common</module>
<module>jeecg-boot-module-system</module>
<module>jeecg-boot-module-activiti</module>
</modules>
其他,可网上搜索activiti 5.22.0 版本
//activiti
filterChainDefinitionMap.put("/activiti/**", "anon");
filterChainDefinitionMap.put("/diagram-viewer/**", "anon");
filterChainDefinitionMap.put("/editor-app/**", "anon");
功能齐备,使用方法自己研究,正常开发者看看代码就应该会,看不会我解释起来也会挺费劲的。通过流程模块的七个菜单走查代码即可(看不见菜单,请先执行activiti模块包下的相关增量sql,再给菜单授权即可。),代码简单易读,一年经验的开发者读懂毫无问题!
如果觉得还不错(本人觉得是相当不错,jeecg-boot+me 完胜淘宝上三百五百的破玩意。)
一毛两毛都是爱,一块两块都是情,土豪随意 ☺
Sign in to post a comment
Repository Comments ( 0 )