WebFlux is non-blocking, asynchronous web framework based on project Reactor.
Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as : Security, monitoring/metrics, and resiliency.
本文记录jvm 对象内部实现
本文介绍 Mybatis 以及 spring-mybatis 的架构与实现
本文记录spring logging 的原理与配置
本文记录 java AbstractQueuedSynchronizer (AQS) 的设计、实现以及具体应用。
This Article describes fork join framework design and implementation