Maven Spring-Boot插件启动正常 Main函数启动正常
用的版本是
<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的版本是