gpt4 book ai didi

java - 无法导入包 org.springframework.messaging 并使用 MessageHandler 接口(interface)

转载 作者:行者123 更新时间:2023-12-02 12:26:36 27 4
gpt4 key购买 nike

我花了相当多的时间试图弄清楚如何导入和使用来自 spring 框架MessageHandler 接口(interface)。以下是我使用 IntelliJ Idea IDE 所做的事情:

import org.springframework.messaging;

@EnableWs @Configuration public class WebServiceConfig extends WsConfigurerAdapter implements MessageHandler { ...

此外,我尝试设置我的 build.gradle 脚本,以便教我的 IDE 使用 spring-messaging,如下所示:

compile("org.springframework.spring-messaging:spring-boot-starter-web-services")

或根据this :

compile("org.springframework.spring-messaging:4.0.0.RELEASE")

我的绝望尝试都没有成功..我什至在列出的外部库中看不到相关库。谁能告诉我我搞砸了什么?

非常感谢...

最佳答案

这两种依赖关系都不能正确使用。

让我们转到 Maven 搜索并从那里复制并粘贴它!

compile 'org.springframework.boot:spring-boot-starter-web-services'

https://search.maven.org/#artifactdetails%7Corg.springframework.boot%7Cspring-boot-starter-web-services%7C1.5.6.RELEASE%7Cjar

compile 'org.springframework:spring-messaging:4.3.10.RELEASE'

https://search.maven.org/#artifactdetails%7Corg.springframework%7Cspring-messaging%7C4.3.10.RELEASE%7Cjar

现在,您必须将 Gradle 项目重新导入到您的 IDE,以使其理解您通过依赖项管理提供的内容。

关于java - 无法导入包 org.springframework.messaging 并使用 MessageHandler 接口(interface),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45439284/

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