摘要: 在我们开始定义之前我们应该知道springBoot的大致运行原理,我们从springBoot启动类开始。首先我们看下这个注解,@SpringBootApplication,跟进去可以看到如下代码:@Target(... 阅读全文
posted @ 2019-03-21 01:38 明智说 阅读(119) 评论(0) 推荐(0)