在 Spring Boot 应用程序中,我有一个WebMvc
扩展WebMvcConfigurationSupport的配置。
当我将依赖项添加到:
org.springframework.cloud:spring-cloud-starter-consul-discovery:1.2.1.RELEASE
然后我得到:
工厂方法“defaultServletHandlerMapping”抛出异常;嵌套异常是 java.lang.IllegalArgumentException:需要 ServletContext 来配置默认 servlet 处理
有什么提示吗?
谢谢!