
SpringBoot
小狐狸和小兔子
个人[Gitee Pages](https://rockychen121.gitee.io/)
展开
-
关于SpringBoot 接收List<Bean>参数问题(POST请求方式)
接部门排序后,前端已经返回了我们想要的数据格式(采用FormData方式),但是后台一直迟迟无法接收到我想要的(不想用json字符串来接收,还得转),一脸问号,这是什么操作?一定是姿势不对,org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported at org.springframewor原创 2020-07-20 11:12:49 · 8425 阅读 · 0 评论 -
A component required a bean of type ‘XXX‘ that could not be found 解决办法
springboot应用启动的时候,bean的加载扫描失败,错误信息如下A component required a bean of type 'XXX' that could not be found.***************************APPLICATION FAILED TO START***************************Description:A component required a bean of type 'com.littlefox.clo原创 2020-10-16 16:48:49 · 62047 阅读 · 10 评论