mirror of
https://github.com/201206030/novel.git
synced 2025-07-17 01:36:37 +00:00
fix(NestedIOException.java): 解决 mybatis-plus 3.5.1 与 Spring 6 的兼容问题
mybatis-plus 的 MybatisSqlSessionFactoryBean 中使用到了 NestedIOException 这个异常,Spring 6 开始移除了该异常。
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
package io.github.xxyopen.novel;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class NovelApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user