栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

springcloud 集成 activiti 工作流 报错调试(三)

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

springcloud 集成 activiti 工作流 报错调试(三)

  1. 报错:Parameter 0 of method managementSecurityFilterChain in org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration required a bean of type 'org.springframework.security.config.annotation.web.builders.HttpSecurity' that could not be found.
    解决方式:启动类中添加排除
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class,
        org.activiti.spring.boot.SecurityAutoConfiguration.class,
        org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class,
        org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration.class
})
  1. 报错:
Description:

An attempt was made to call a method that does not exist. The attempt was made from the following location:

    org.mybatis.spring.SqlSessionFactoryBean.buildSqlSessionFactory(SqlSessionFactoryBean.java:564)

The following method did not exist:

    org.apache.ibatis.session.Configuration.setDefaultEnumTypeHandler(Ljava/lang/Class;)V

The method's class, org.apache.ibatis.session.Configuration, is available from the following locations:

    jar:file:/D:/maven/apache-maven-3.3.9/repos/org/mybatis/mybatis/3.4.2/mybatis-3.4.2.jar!/org/apache/ibatis/session/Configuration.class

The class hierarchy was loaded from the following locations:

    org.apache.ibatis.session.Configuration: file:/D:/maven/apache-maven-3.3.9/repos/org/mybatis/mybatis/3.4.2/mybatis-3.4.2.jar

解决方式,考虑mybatis的版本,尝试将mybatis版本由3.4.2 切换为3.4.6


            org.mybatis
            mybatis
            3.4.6
        
  1. 报错:org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/modeler/modelList.html]")
    解决方式:thymeleaf相关报错,查看前端页面thymeleaf的语法使用。
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/340763.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号