In-depth understanding of Java SPI at the source code level – vivo Internet Technology- News Fast Delivery
Author: vivo Internet Server Team – Zhang Peng SPI is a mechanism for dynamically loading services. Its core idea is decoupling, which is a typical microkernel architecture model. SPI is widely used in the Java world, such as Dubbo, Spring Boot and other frameworks. This article starts with the analysis of the source code, and […]