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