摘要:
问题: 开发过程中碰到错误 nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘XXX’ not found. 解决思路: 1.排查Dao层没有加@Param注解出现错误。 2.Param的包导入是否正 阅读全文
posted @ 2022-11-22 19:25
羽毛球打的贼好
阅读(762)
评论(0)
推荐(0)
摘要:
Failed to start end point associated with ProtocolHandler [“http-nio-8081”] 在运行springboot时出现了如上错误, 在将application.yml-server-porter的数值从8081修改成1025后运行成功 阅读全文
posted @ 2022-11-22 09:46
羽毛球打的贼好
阅读(182)
评论(0)
推荐(0)