2

我想使用嵌入式配置服务器加载 spring-boot 配置而不暴露配置服务器其余端点或不继承 @EnableMvc 以便我可以使用基于 @EnableWebFlux 的控制器/处理程序

根据https://github.com/spring-cloud/spring-cloud-config/issues/885未解决的问题,我不能同时激活 config-server 和 webflux

造成的:

java.lang.IllegalStateException: The Java/XML config for Spring MVC and Spring WebFlux cannot both be enabled, e.g. via @EnableWebMvc and @EnableWebFlux, in the same application.
    at org.springframework.util.Assert.state(Assert.java:73) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE]

每当我运行代码时都会引发

4

0 回答 0