前端:
后端:agile-bpm-basic
Agile-bpm-basic的部署文档,从项目的README.md里得知,有spring boot版本:
## spring boot 版本
https://gitee.com/agile-bpm/agilebpm-base-spring-boot/tree/master
又从上面的地址里,追到了http://doc.agilebpm.cn,接着找到了部署文档,地址如下:
AgileBPM® 敏捷工作流开发平台—开源免费-基于 Activiti 工作流引擎、Flowable
在 *** 作演示项目的时候,遇到了spring-boot-starter-parent报红的问题,解决方法参考了下面的文章:
关于spring-boot-starter-parent报红的解决方法_铁铮的博客的博客-CSDN博客_spring-boot-starter-parent报错
spring-boot创建项目pom.xml出现spring-boot-starter-parent版本报红问题_feifeiwuxian的博客-CSDN博客_spring-boot-starter-parent爆红
SpringBoot项目导入后SpringBoot类全部报红 – 张学徒的小屋
分为2步:
- File -> Invalidate Caches / Restart... -> Invalidate and Restart
- 在根pom.xml上,鼠标右键,选maven => reload project
如果还有问题,就执行 mvn clean install -U 再试
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)