摘要: SpringBoot原理深入及源码分析 一、依赖管理 为什么导入dependency时不需要指定版本 <!-- Spring Boot父项目依赖管理 --> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent 阅读全文
posted @ 2021-11-22 14:49 志旋 阅读(266) 评论(0) 推荐(0)