gpt4 book ai didi

spring - SpringBoot中无法解析ServletRegistrationBean

转载 作者:行者123 更新时间:2023-12-04 23:15:21 26 4
gpt4 key购买 nike

我在一个基于 SpringBoot 的项目中工作

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

我将 pom 更新为
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.3.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

拥有最后一个版本,但在那之后我无法再编译该项目,因为我有这个问题:
The import org.springframework.boot.context.embedded.ServletRegistrationBean cannot be 
resolved

最佳答案

解决了 !
org.springframework.boot.context.embedded.ServletRegistrationBean在 1.4 中被弃用,支持或 org.springframework.boot.web.servlet.ServletRegistrationBean .前者在 1.5 中被删除,因为它已被弃用

关于spring - SpringBoot中无法解析ServletRegistrationBean,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43575185/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com