Loading...
出现这种情况只需要在MyMvcConfig类中中添加以下代码即可。 private static final String[] CLASSPATH_RESOURCE_LOCATIONS = { "classpath:/META-INF/resources/", "classpath:/resources/", ...
springboot整合swagger2时启动项目报错: Parameter 0 of method linkDiscoverers in org.springframework.hateoas.config.HateoasConfiguration required a single bean, but 3 were found: - relProviderPluginRegis...