springboot

The
Blog

Discover 11 articles in springboot.

springboot
#2

Spring Boot 自动配置原理

深入理解 @SpringBootApplication 注解组合、自动配置生效机制(spring.factories 与 AutoConfiguration.imports)、自定义 Starter 的编写方法

Read More
springboot
#3

依赖注入与 Bean 管理

深入理解 Spring IoC 容器核心概念、@Bean/@Component/@Configuration 注解使用、构造器注入与 Setter 注入、@Autowired 与 @Qualifier 精确注入、Bean 作用域与优先级控制

Read More
springboot
#4

RESTful API 与 Web 开发

掌握 @RestController、@RequestMapping 系列注解、@PathVariable/@RequestParam/@RequestBody 参数绑定、REST 风格 URL 设计、响应封装与 @Validated 参数校验

Read More
springboot
#5

数据访问:JPA 与 MyBatis

Spring Data JPA 实体映射与 Repository 接口、MyBatis-Plus 增强用法、JdbcTemplate 原始查询、事务管理(@Transactional 传播行为与隔离级别)完整指南

Read More
springboot
#6

多环境配置与外部化配置

application-{profile}.yml 多环境切换、@ConfigurationProperties 强类型配置绑定、@Value 占位符、配置加密与自定义配置加载顺序

Read More