我已经更新了春季引导版本。
springBootVersion = "2.1.13.RELEASE" to "2.3.11.RELEASE"发布我得到的ResourceSupport没有找到错误。我读过讨厌的文档,并明白这个特定的类被重命名为其他类。我尝试过在依赖项下面进行升级,但是没有帮助。
compile "io.springfox:springfox-swagger-ui:3.0.0"
compile "io.springfox:springfox-swagger2:3.0.0"
compile 'io.springfox:springfox-boot-starter:3.0.0'你能帮我解决这个问题吗。
发布于 2021-12-06 00:24:53
我也有同样的问题,在Spring (参见https://docs.spring.io/spring-hateoas/docs/current/reference/html/#reference)中,您应该更改,ResourceSupport现在是RepresentationModel
https://stackoverflow.com/questions/68221772
复制相似问题