Spring 本机 - CustomAuthenticationManager (ReactiveAuthenticationManager)

Spring native - CustomAuthenticationManager (ReactiveAuthenticationManager)

我无法使本机图像工作。我有我的自定义 Reactive Authentication Manager,当我 运行 使用 mvn spring-boot:运行 服务时,一切正常。但是,当我使用本机映像创建容器并 运行 它时,出现以下错误:

webflux-netty_1  | java.lang.IllegalStateException: No provider found for class com.example.webflux.security.JwtAuthenticationToken
webflux-netty_1  |      at org.springframework.security.web.server.authentication.AuthenticationWebFilter.lambda$authenticate(AuthenticationWebFilter.java:123) ~[na:na]
webflux-netty_1  |      Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
webflux-netty_1  | Error has been observed at the following site(s):
webflux-netty_1  |      |_ checkpoint ? org.springframework.security.web.server.authentication.AuthenticationWebFilter [DefaultWebFilterChain]
webflux-netty_1  |      |_ checkpoint ? org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]

我找不到任何例子。有人可以帮忙吗?

非常感谢您。 最好的问候。

好吧,这是我犯的一个愚蠢的错误,我已经意识到了这一点,因为我在 IntelliJ IDEA 中遇到了同样的错误 运行。对不起。结束问题。