如何在Jhipster中使用Spring的RouterFunction



在简单的项目(spring-boot-start -web)我只是添加(@Bean) RouterFunction ...和它为我工作

但是在jhipster 7生成的项目中,我不能使用RouterFunction,似乎RouterFunction被某些东西阻塞了。

我尝试删除弹簧,安全,webFilter,... .,但仍然不能

我解决了这个问题:

问题在于,在ClientForwardController.forward()中,它在FunctionController之前阻塞了所有Get请求和(forward:/)。

相关内容

  • 没有找到相关文章

最新更新