摘要: springboot自动配置原理加载主流程 @SpringBootApplication @Target(ElementType.TYPE) //注解可以标在哪里 @Retention(RetentionPolicy.RUNTIME) // 注解的有效范围 @Documented // 生成doc 阅读全文
posted @ 2021-04-19 00:34 阿灿呀 阅读(143) 评论(0) 推荐(0)