美文网首页
springBoot+mybatis报错Property 'sq

springBoot+mybatis报错Property 'sq

作者: 转角大大 | 来源:发表于2018-09-17 16:41 被阅读0次

    报错为:Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required

    缺少jar包引起

    <dependency>

        <groupId>org.mybatis.spring.boot</groupId>

        <artifactId>mybatis-spring-boot-starter</artifactId>

        <version>1.3.2</version>

    </dependency>

    相关文章

      网友评论

          本文标题:springBoot+mybatis报错Property 'sq

          本文链接:https://www.haomeiwen.com/subject/exdrnftx.html