Maven Spring-Boot插件启动正常 Main函数启动正常

Jrebel Mybatis java.lang.NullPointerException: null

用的版本是

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

更换到

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

原因是Jrebel对于静态类加载机制有问题吧

使用Jrebel的版本是
Jrebel Mybatis java.lang.NullPointerException: null

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2021-05-18
  • 2021-11-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-10-18
  • 2022-01-18
  • 2021-09-27
  • 2022-12-23
相关资源
相似解决方案