We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
开发工具:idea mybatis-plus-boot-starter版本:3.2.0 idea已安装插件JRebel mybatisPlus extension版本:0.0.2 jrebel方式debug和run启动都是npe报错: Caused by: java.lang.NullPointerException: null at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:510)
The text was updated successfully, but these errors were encountered:
能否提供你的上述项目最小可运行环境(数据库+项目最小结构DEMO),方便我进行DEBUG
Sorry, something went wrong.
No branches or pull requests
开发工具:idea
mybatis-plus-boot-starter版本:3.2.0
idea已安装插件JRebel mybatisPlus extension版本:0.0.2
jrebel方式debug和run启动都是npe报错:
Caused by: java.lang.NullPointerException: null
at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:510)
The text was updated successfully, but these errors were encountered: