我们项目每一条的 sql 执行日志以后都会有 SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@12f36ee4] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@767980a7] will not be managed by Spring 这样一条日志, 一直排查不出来原因, 用的是 druid 链接池,mysql 数据库,目前确定的是数据库可以正常使用, 但是如果有一些异常会导致程序卡死, 有遇到过这类问题的大佬能说下解决方案嘛?