当前位置: 首页 > article >正文

Springboot 启动 Property ‘sqlSessionFactory‘ or ‘sqlSessionTemplate‘ are required

   脚手架使用阿里云
   工具idea,创建mybatis 访问数据库 mapper xml 都配置了提示报错:

Property ‘sqlSessionFactory’ or ‘sqlSessionTemplate’ are required
解决方法:没有按照网络中所说的,添加代码。采用了添加一个配置druid-spring-boot-starter去实现。
实现之后的数据库依赖如下:

  <dependency>
        <groupId>org.mybatis.spring.boot</groupId>
        <artifactId>mybatis-spring-boot-starter</artifactId>
        <version>2.2.2</version>
    </dependency>

    <dependency>
        <groupId>com.mysql</groupId>
        <artifactId>mysql-connector-j</artifactId>
        <scope>runtime</scope>
    </dependency>

    <dependency>
        <groupId>com.alibaba</groupId>
        <artifactId>druid-spring-boot-starter</artifactId>
        <version>1.1.16</version>
    </dependency>

问题参考:https://blog.csdn.net/Forever_Devil/article/details/106219237/


http://www.kler.cn/a/442721.html

相关文章:

  • day10_Structured Steaming
  • WPF 如何添加系统托盘
  • Entity 的材质(棋盘、条纹、网格)
  • 【MySQL】SQL菜鸟教程(一)
  • Web前端界面开发
  • 深入学习 Python 量化编程
  • DC-6笔记
  • Mysql学习笔记之SQL-2
  • 剑指Offer|LCR 007. 三数之和
  • sunset: midnight
  • Elasticsearch Kibana (windows版本) 安装和启动
  • vue3-tp8-Element:对话框实现
  • TCP Analysis Flags 之 TCP Fast Retransmission
  • 【Unity功能集】TextureShop纹理工坊(二)图层(下)
  • 车辆重识别代码笔记12.18
  • JS的原型和原型链浅析
  • 深度学习中,卷积层的若干思考!!!
  • 【OSS】php使用oss存储
  • 【Elasticsearch】使用阿里云 infererence API 及 semantic text 进行向量搜索
  • 27.多态
  • DuckDB: 两种方法实现动态分组查询
  • 解决git push出现的报错:Permission denied (publickey)
  • 本地项目显示正常,打包部署后ElementUI重点饿图标全部显示异常为小方框
  • 天线覆盖方案简图
  • 云连POS-ERP管理系统ZksrService存在SQL注入漏洞
  • bug之浮点数精度求和计算