Reputation: 395
I was creating spring-boot project with Activiti.
I noticed that Activiti option is now missing from https://start.spring.io/ for both 1.5.18 and 2.1.1 versions of spring boot.
The Activiti 7 is under development (beta available) with examples on spring-boot 2.x
Can I use Activiti 7 with spring-boot 1.5.18?
Upvotes: 2
Views: 246
Reputation: 12548
For spring boot 1.x you are probably safest to use Activiti 6 as Activiti 7 is being built for spring boot 2.x. But if you're especially interested in Activiti 7 then please feel free to ask on the Activiti 7 gitter chat and discuss your use case with the development team and the community there.
Upvotes: 3