首页 JAVA异常积累
文章
取消

JAVA异常积累

1.org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.sky.mapper.EmployeeMapper.pageQuery]

这个错误表明在处理请求时发生了异常,异常的根本原因是 MyBatis 的绑定异常(BindingException)。具体来说,错误信息显示了一个无效的绑定语句(Invalid bound statement),即在 MyBatis 中找不到指定的语句。

2.“java: 警告: 源发行版 11 需要目标发行版 11”错误解决

“java: 警告: 源发行版 11 需要目标发行版 11”错误解决-CSDN博客

3.SpringBoot项目启动报 Disconnected from the target VM 错误

SpringBoot项目启动报 Disconnected from the target VM 错误_disconnected from the target vm, address: ‘javadeb-CSDN博客

4.IDEA| Spring Boot项目中@SpringBootTest测试的时候卡住,一直Resolving Juint-platform-engine/1.6.2……..

[IDEASpring Boot项目中@SpringBootTest测试的时候卡住,一直Resolving Juint-platform-engine/1.6.2…….._idea的pom@test为什么一直加载-CSDN博客](https://blog.csdn.net/Cobbyer/article/details/106601619)

5.java: 程序包org.springframework.boot不存在

6.新版IDEA无法创建二级包问题

新版IDEA无法创建二级包问题(已解决)_idea中二级包为什么创建不了-CSDN博客

7.解决办法:git错误 error: failed to push some refs to ‘https://github.com/…

解决办法:git错误 error: failed to push some refs to ‘https://github.com/…-CSDN博客

8.mybatis使用xml

springboot整合mybatis使用xml实现sql语句的配置,在insert之后返回自增id_db-column-underline-CSDN博客

9.SpringBoot Controller接收参数的几种常用方式

SpringBoot Controller接收参数的几种常用方式_spring boot 接收参数-CSDN博客

本文由作者按照 CC BY 4.0 进行授权
热门标签