i created a class to wrap the `router` block and u...
# spring
n
i created a class to wrap the
router
block and used it in the main
beans
block as
Copy code
bean(WebHttpHandlerBuilder.WEB_HANDLER_BEAN_NAME) {
        RouterFunctions.toWebHandler(PersonRoutes(PersonHandler(ref())).routes())
    }
no more success