随笔分类 - SpringBoot
摘要:You often won’t need to use application events, but it can be handy to know that they exist. Internally, Spring Boot uses events to handle a variety o
阅读全文
摘要:1、系统自动生成 SpringApplication.run(XX.class, args); 2、创建SpringApplication对象 SpringApplication app = new SpringApplication(DemoApplication.class); app.setBannerMode(Banner.Mode.OFF); app.run(); 3、Fluent...
阅读全文
浙公网安备 33010602011771号