08-13-2015 01:37 AM
<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot-starter-rest-api</artifactId>
<version>5.17.0</version>
</dependency>
08-13-2015 04:44 AM
02-20-2016 01:08 AM
09-21-2015 08:24 AM
10-20-2015 11:58 AM
01-19-2016 03:59 AM
02-24-2016 04:25 AM
05-16-2016 04:07 AM
05-18-2017 09:21 PM
I believe this might be pretty late, but for me the below worked. I am using Spring Boot 1.5.2.RELEASE and activiti 5.22.0 and activiti-rest 5.17.0.
@SpringBootApplication(exclude = {
org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration.class,
org.activiti.spring.boot.SecurityAutoConfiguration.class,
org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.class })
supersun _ Thanks for the pointer, but if I had org.activiti.spring.boot.RestApiAutoConfiguration.class added to this, then none of the REST APIs were exposed, so that need to be taken out from the exclusion list.
Hope this helps people having similar issues.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.