我seedstack
通过上面提到的指南创建了简单的 Web 项目http://seedstack.org/docs/basics/
Undertow 也以seedstack:run
.
但是,在访问“hello”资源时,会引发以下异常:
错误 2018-07-25 21:37:34,468 XNIO-1 task-2 io.undertow.request
UT005023:对 /api/seed-w20/application/configuration 的异常处理请求通过在 org.seedstack.w20.internal.W20Module.configure(W20Module.java:51) 处绑定返回 null(通过模块:com.google.inject.util.Modules$OverrideModule -> io.nuun.kernel.core.internal。 injection.KernelGuiceModuleInternal -> org.seedstack.w20.internal.W20Module) 但 org.seedstack.w20.internal.FragmentManagerImpl.(FragmentManagerImpl.java:32) 的第三个参数在 org.seedstack.w20.internal 中不是 @Nullable。 W20Module.configure(W20Module.java:51)(通过模块:com.google.inject.util.Modules$OverrideModule -> io.nuun.kernel.core.internal.injection.KernelGuiceModuleInternal -> org.seedstack.w20.internal。 W20Module),同时定位 org.seedstack.w20.internal.FragmentManagerImpl.(FragmentManagerImpl.java:32) 的第三个参数的 org.seedstack.w20.internal.ConfiguredApplication,同时定位 org.seedstack.w20.internal.FragmentManagerImpl 同时为 org.seedstack.w20.internal.rest.application.ApplicationConfigurationResource.fragmentManager(ApplicationConfigurationResource.java:38) 的字段定位 org.seedstack.w20.FragmentManager 同时定位 org.seedstack.w20.internal .rest.application.ApplicationConfigurationResource
请问有什么帮助吗?