[springboot 3.3.7 ] Required a bean of type 'org.springframework.data.rest.webmvc.mapping.Associations' that could not be found.

问题是由于:developmentOnly 'org.springframework.boot:spring-boot-devtools 引起

原因暂时未知,

解决方案:从build.gradle中删除spring-boot-devtools

 

参考:https://github.com/springdoc/springdoc-openapi/issues/2828

posted @ 2025-01-23 17:03  94cool  阅读(19)  评论(0)    收藏  举报