Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/347.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Spring boot mvc遗留集成问题_Java_Spring_Spring Mvc_Spring Boot - Fatal编程技术网

Java Spring boot mvc遗留集成问题

Java Spring boot mvc遗留集成问题,java,spring,spring-mvc,spring-boot,Java,Spring,Spring Mvc,Spring Boot,您好,我正在使用SpringBootLegacy将SpringBoot与传统应用程序集成 <listener> <listener-class>org.springframework.boot.legacy.context.web.SpringBootContextLoaderListener</listener-class> </listener> org.springframework.boot.legacy.context.web

您好,我正在使用SpringBootLegacy将SpringBoot与传统应用程序集成

<listener>
    <listener-class>org.springframework.boot.legacy.context.web.SpringBootContextLoaderListener</listener-class>
</listener>

org.springframework.boot.legacy.context.web.SpringBootContextLoaderListener
这是我正在使用的上下文侦听器。集成后,我的控制器端点是

HTTP状态406-

类型状态报告

信息

说明根据请求“接受”标头,此请求标识的资源只能生成具有不可接受特征的响应

当独立运行时,相同的应用程序正确地给出响应。整合遗产的缺失是什么