java
关于springboot加了@RestController注解依然会寻找静态资源的问题
/** * @author: lpy * @Date: 2022/11/23 */ @Compone 阅读更多…
java
A component required a bean of type xx that could not be found
问题及背景表述 刚创建了一个小项目 层级大概是这样的 ├─.idea ├─Bilibili-api 阅读更多…
java
未知异常:nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘state’ not found.
登上服务器查看了一下日志 定位到错误在这里 看到打印出来的sql语句是没有问题的 POMapper. 阅读更多…
java
Error creating bean with name ’employeeController’: Unsatisfied dependency expressed
问题 在运行一个新项目的时候 报错 org.springframework.beans.factor 阅读更多…