springboot2集成activiti出错
报一个反射错误
java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy
解决方案:https://www.cnblogs.com/jiangwz/p/9711998.html
springboot2.0不支持activiti6,需要添加
@SpringBootApplication(exclude = SecurityAutoConfiguration.class)
https://www.jianshu.com/p/dd3734b666f9
欢迎大家加我qq:309620263探讨技术问题。