摘要: 主配置类 @SpringBootApplication public class SpringBootDruidApplication { public static void main(String[] args) { SpringApplication.run(SpringBootAutoCon 阅读全文
posted @ 2019-12-13 15:37 BINGJJFLY 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 主类Main方法 public static void main(String[] args) { SpringApplication.run(SpringBootRunApplication.class, args); } 创建SpringApplication对象 public static C 阅读全文
posted @ 2019-12-13 12:48 BINGJJFLY 阅读(955) 评论(0) 推荐(0) 编辑