gpt4 book ai didi

spring - ApplicationEventMulticaster 未使用 Spring HATEOAS 初始化

转载 作者:行者123 更新时间:2023-12-02 09:30:39 25 4
gpt4 key购买 nike

我尝试使用EntityLinks Spring HATEOAS 的概念。

EntityLinks is available for dependency injection by activating @EnableEntityLinks in your Spring MVC configuration.

我就是这样做的:

@Configuration
@EnableEntityLinks
@ComponentScan(basePackages = { "de.sample.test" })
public class WebMvcConfig extends WebMvcConfigurerAdapter {
...
}

现在,如果我启动应用程序,我会收到以下错误:

java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7869d479: startup date [Thu Jun 29 13:42:58 CEST 2017]; root of context hierarchy

如果没有注释,应用程序将启动,但我没有 EntityLinks 支持。

有什么建议吗?提前致谢

最佳答案

我只是忘记了 data-rest-webmvc 依赖项。我遵循的教程中没有提到这一点。

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-webmvc</artifactId>
</dependency>

关于spring - ApplicationEventMulticaster 未使用 Spring HATEOAS 初始化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44824344/

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