com.github.tianjing:tgtools-flowable-autoconfigure

flowable 功能扩展并将模型管理单独拿出来便于项目依赖,具体参看test-tgtools-flowable-webapp

License

License

Categories

Categories

Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

com.github.tianjing
ArtifactId

ArtifactId

tgtools-flowable-autoconfigure
Last Version

Last Version

6.4.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.tianjing:tgtools-flowable-autoconfigure
flowable 功能扩展并将模型管理单独拿出来便于项目依赖,具体参看test-tgtools-flowable-webapp
Project URL

Project URL

https://github.com/tianjing/tgtools-flowable.git

Download tgtools-flowable-autoconfigure

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.tianjing/tgtools-flowable-autoconfigure/ -->
<dependency>
    <groupId>com.github.tianjing</groupId>
    <artifactId>tgtools-flowable-autoconfigure</artifactId>
    <version>6.4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tianjing/tgtools-flowable-autoconfigure/
implementation 'com.github.tianjing:tgtools-flowable-autoconfigure:6.4.2.0'
// https://jarcasting.com/artifacts/com.github.tianjing/tgtools-flowable-autoconfigure/
implementation ("com.github.tianjing:tgtools-flowable-autoconfigure:6.4.2.0")
'com.github.tianjing:tgtools-flowable-autoconfigure:jar:6.4.2.0'
<dependency org="com.github.tianjing" name="tgtools-flowable-autoconfigure" rev="6.4.2.0">
  <artifact name="tgtools-flowable-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tianjing', module='tgtools-flowable-autoconfigure', version='6.4.2.0')
)
libraryDependencies += "com.github.tianjing" % "tgtools-flowable-autoconfigure" % "6.4.2.0"
[com.github.tianjing/tgtools-flowable-autoconfigure "6.4.2.0"]

Dependencies

compile (9)

Group / Artifact Type Version
com.github.tianjing : tgtools.core jar RELEASE
com.github.tianjing : tgtools-flowable-db-dm jar 6.4.2.0
org.springframework.boot : spring-boot-starter-web jar 2.1.6.RELEASE
org.springframework.boot : spring-boot-starter-aop jar 2.1.6.RELEASE
org.flowable : flowable-spring-boot-starter jar 6.4.2
org.flowable : flowable-ui-modeler-rest jar 6.4.2
org.flowable : flowable-ui-modeler-logic jar 6.4.2
org.flowable : flowable-ui-modeler-conf jar 6.4.2
com.dameng : Dm7JdbcDriver17 jar 7.6.0.77

Project Modules

There are no modules declared in this project.

tgtools-flowable

tgtools-flowable

说明

项目初衷 解决flowable 支持 达梦库。

目前我接触的国产库是 达梦6 7; 由于达梦6 sql 语法支持需要改动很多东西, 参考https://github.com/tianjing/tgtools.activiti.dm.git ; 本项目目前不考虑支持达梦6,优先考虑达梦7的版本。 达梦7与oracle sql差异较少,通过少量的改动即可支持。

版本规则 6.5.0.0 前三位为 flowable 版本号,第四位为本项目版号

目标

支持达梦7;

支持模型管理;

正常使用常用的Serice;

取消idm、用户权限表单等,成为一个类似 activiti一样一个独立框架使用;

问题

CNNM 案例模型

DMN 决策

这些我都不熟悉,目前不会调整。

Versions

Version
6.4.2.0