If you remove from pom springboot*mvc not work @Value and in constructor of component new object (not using @Autowire as in best practices, if you use autowire have the same problems)if you use only webflux (no classical Springboot) with routers and not @controller.
Somebody know reasons and solutions about it?