
springboot
文章平均质量分 92
zychao_2013
生命不息奋斗不止
展开
-
springcloudfeign Required request body is missing
项目场景:Feign 接收DTO 在实现接口类,过不去,报Required request body is missing,困扰我18个小时问题描述:使用postman 发送json 格式数据,【content-type 设置 application/json】,json数据有多层嵌套。前端springboot controller接收数据,然后跳转到前端service,在service中请求Feign 接口2020-12-11 09:50:12.370 |-INFO [m...原创 2020-12-11 11:28:59 · 2796 阅读 · 1 评论 -
Consider defining a bean of type ‘com.xxx‘ in your configuration.
Consider defining a bean of type 'com.xxx' in your configuration.2020-11-30 15:18:55.723 WARN 1888 --- [ main] o.s.boot.SpringApplication : Unable to close ApplicationContextorg.springframework.beans.factory.BeanCreationExcepti...原创 2020-11-30 15:25:59 · 920 阅读 · 0 评论 -
springboot启动时 报Error creating bean with name ‘XXXMapper‘ defined in file
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'springApplicationAdminRegistrar' defined in class path resource [org/springframework/boot/autoconfigure/admin/SpringApplicationAdminJmxAutoConfiguration.class]原创 2020-11-11 10:06:45 · 16097 阅读 · 2 评论