标签

 spring boot 

相关的文章:

本列表页汇集了关于 Spring Boot 的多篇文章,涵盖从基础知识到高级应用的最佳实践,帮助开发者深入理解和应用 Spring Boot 技术。

Spring Boot 启动流程概述

在 Spring 启动流程概述 中,D瓜哥简要介绍了一下 Spring 的启动流程概述。前段时间查看了一下 Spring Boot 的启动流程,画了个时序图,分享一下。 图 1. Spring Boot 启动流程 结合这张时序图,再加上 Spring 启动流程概述 中的 Spring 启动时序图,就可以看到 Spring Boot 和 Spring 启动的全貌了。

D瓜哥介绍了Spring Boot的启动流程,并绘制了时序图,结合其他资料可以全面理解Spring Boot与Spring的启动过程。

原文中文,约300字,阅读约需1分钟。发表于:
阅读原文

新直播 – 使用Spring Debugger排查Spring Boot应用程序

Join us for a new IntelliJ IDEA Livestream episode with Marco Belher and explore how to uncover and fix Spring Boot bugs using the Spring Debugger in IntelliJ IDEA. Date: July 17, 2025 Time:...

加入Marco Belher的IntelliJ IDEA直播,学习如何使用Spring Debugger排查和修复Spring Boot中的错误。直播时间为2025年7月17日UTC下午3点至4点,将探讨实际问题,帮助开发者解决代码隐患。

新直播 – 使用Spring Debugger排查Spring Boot应用程序
原文英文,约300词,阅读约需1分钟。发表于:
阅读原文

通过 Spring Debugger 解密 Spring Boot

Spring Boot is a marvel of developer productivity. It hides the plumbing and gets you up and running fast. Components are “miraculously” autowired, properties are “magically” resolved, and...

Spring Boot 提高了开发效率,但调试可能复杂。Spring Debugger 插件帮助开发者更好地理解 Spring 应用,提供可视化的 bean、属性和事务信息,简化调试,提升生产力。

通过 Spring Debugger 解密 Spring Boot
原文英文,约1200词,阅读约需5分钟。发表于:
阅读原文

Spring Boot 3.3.13 现已发布

On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 3.3.13 has been released and is now available from Maven Central. This release includes 35 bug fixes,...

Spring Boot 3.3.13已发布,修复35个错误并改进文档。此版本标志着对3.3.x的开源支持结束,建议尽快升级至3.4.x或3.5.x。如需帮助,请查看问题库中的“理想贡献”标签。

Spring Boot 3.3.13 现已发布
原文英文,约200词,阅读约需1分钟。发表于:
阅读原文

Spring Boot 3.5.3 现已发布

Spring Boot 3.5.3 has been released and is now available from Maven Central. This unscheduled release fixes a single nasty regression that was accidentally introduced in the Spring Boot 3.5.1 and...

Spring Boot 3.5.3已发布,修复了3.5.1中引入的严重回归问题。可从Maven Central获取。

Spring Boot 3.5.3 现已发布
原文英文,约100词,阅读约需1分钟。发表于:
阅读原文

Spring Boot 3.5.2 现已发布

Spring Boot 3.5.2 has been released and is now available from Maven Central. This unscheduled release fixes a single nasty regression that was accidentally introduced in the Spring Boot...

Spring Boot 3.5.2 发布,修复了 3.5.1 版本中意外引入的严重回归问题。更多修复请参见 3.5.1 的公告和发布说明。

Spring Boot 3.5.2 现已发布
原文英文,约100词,阅读约需1分钟。发表于:
阅读原文
原文英文,约200词,阅读约需1分钟。发表于:
阅读原文
原文英文,约200词,阅读约需1分钟。发表于:
阅读原文
原文英文,约2800词,阅读约需10分钟。发表于:
阅读原文

OpenFeign与WebClient:如何为您的Spring Boot项目选择REST客户端

When building microservices with Spring Boot, you’ll have to decide how the services will communicate with one another. The basic choices in terms of protocols are Messaging and REST. In this...

在构建Spring Boot微服务时,服务间通信可选择Messaging或REST。本文讨论了OpenFeign和WebClient。OpenFeign适合同步调用,简化代码并集成Spring Cloud;WebClient支持非阻塞异步调用,适合高并发场景。选择依据系统架构和性能需求。

OpenFeign与WebClient:如何为您的Spring Boot项目选择REST客户端
原文英文,约1000词,阅读约需4分钟。发表于:
阅读原文