确实牛逼
@SpringBootApplication public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } }