@SpringBootApplication public class ReactiveApi { public static void main(String[] args) { SpringApplication.run(ReactiveApi.class, args); } }