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

posted on 2019-09-17 17:33  PPBoy  阅读(218)  评论(0编辑  收藏  举报

导航