Mixing @Controller and RouterFunctions [SPR-15611] #20170
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: invalid
An issue that we don't feel is valid
Biju Kunjummen opened SPR-15611 and commented
Hi, This is likely a gap in my understanding - I tried this with Spring Boot 2.0.0.M1. If I define a RouterFunction, any
@Controller
annotated method no longer works and if I explicitly have an@EnableWebFlux
then RouterFunction breaks. Is there anyway for both styles to work at the same time.Affects: 5.0 RC1
The text was updated successfully, but these errors were encountered: