springboot项目,运行过程中突然爆如下错误,一直运行的好好的,并没有修改任何东西?

作者站长头像
站长
· 阅读数 4

项目代码并没有修改,运行的好好的,今天启动突然爆这个错了,并不是网上说的代码有错误报错如下

Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2dbe837b] was not registered for synchronization because synchronization is not active

yml配置文件如下

server:
  port: 8080
spring:
  datasource:
    druid:
      driver-class-name: com.mysql.cj.jdbc.Driver
      url: jdbc:mysql://110.35.20.7:3306/cos?useUnicode=true&characterEncoding=utf8&autoReconnect=true&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=Asia/Shanghai
      username: mes_it
      password: 123456

mybatis-plus:
  config-location: classpath:mybatis/mybatis-config.xml
  mapper-locations: classpath:mybatis/mapper/*.xml






回复
1个回答
avatar
test
2024-07-09
回复
likes
适合作为回答的
  • 经过验证的有效解决办法
  • 自己的经验指引,对解决问题有帮助
  • 遵循 Markdown 语法排版,代码语义正确
不该作为回答的
  • 询问内容细节或回复楼层
  • 与题目无关的内容
  • “赞”“顶”“同问”“看手册”“解决了没”等毫无意义的内容