
Java框架
文章平均质量分 65
Java框架
此方星河
计算机专业大四在读
展开
-
Mybatis中报错:attempted to return null from a method with a primitive return type (int)
Mybatis中报错:attempted to return null from a method with a primitive return type (int)原创 2022-04-29 19:41:24 · 1212 阅读 · 4 评论 -
Java新建Maven项目学习Spring注解开发显示:Unsupported class file major version 60
Java新建Maven项目学习Spring注解开发显示:Unsupported class file major version 60原创 2022-05-13 11:15:18 · 9427 阅读 · 18 评论 -
Springboot运行报错: “status“: 404, “error“: “Not Found“
Springboot运行报错: "status": 404, "error": "Not Found"原创 2022-05-27 18:49:15 · 21138 阅读 · 6 评论 -
Spring整合MyBatis及Junit4.11报错:No tests found matching [{ExactMatcher:fDisplayName=testFindById]...
java.lang.Exception: No tests found matching [{ExactMatcher:fDisplayName=testFindById], {ExactMatcher:fDisplayName=testFindById(com.linxuan.test.AccountServiceTest)], {LeadingIdentifierMatcher:fClassName=com.linxuan.test.AccountServiceTest,fLeadingIdentif原创 2023-02-05 21:55:52 · 420 阅读 · 0 评论 -
Caused by: org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file...
Caused by: org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet: file [D:\Java\IdeaProjects\ssm\springmvc01\target\classes\com\linxuan\controller\Use原创 2022-05-17 08:04:15 · 7598 阅读 · 1 评论 -
学习Idea基于Gradle构建SpringBoot3.0集成MP项目
从MP的依赖关系可以看出,通过依赖传递已经将MyBatis与MyBatis整合Spring的jar包导入,我们不需要额外在添加MyBatis的相关jar包。我们这个项目使用的SpringBoot版本是3.0.2,如果不使用MP3.5.3及以上,使用的是3.4.1。MP官网:https://mp.baomidou.com/。手动导入Druid和MyBatisPlus依赖。原创 2023-02-13 17:38:18 · 1643 阅读 · 0 评论