![]() |
vor 3 Jahren | |
---|---|---|
files | vor 3 Jahren | |
key | vor 3 Jahren | |
readmeimg | vor 3 Jahren | |
src | vor 3 Jahren | |
.gitignore | vor 3 Jahren | |
Activiti-REST研究.pdf | vor 3 Jahren | |
README.md | vor 3 Jahren | |
bpmn.zip | vor 3 Jahren | |
pom.xml | vor 3 Jahren |
spring boot 1.5.8整合Activiti5.22及其Activiti-modeler
启动项目注意事项:
1、修改yml文件数据库地址及其用户名、密码。
2、默认启动端口为8080。
3、访问地址:localhost:8080。
4、建好数据库即可,表由Activiti自动创建。
#流程渲染
http://localhost:8081/diagram-viewer/index.html?processDefinitionId=my-process:1:5004
#运行时流程渲染
http://localhost:8081/diagram-viewer/index.html?processDefinitionId=assets_scrap:2:20015&processInstanceId=55019
spring boot 1.5.8整合Activiti5.22及其Activiti-modeler
启动项目注意事项:
1、修改yml文件数据库地址及其用户名、密码。