Understanding SPI Mechanism in Java

Understanding SPI Mechanism in Java

Having memorized a lot of stock responses, I believe everyone has heard the term SPI Extension. Some interviewers really like to ask this question: How is Spring Boot’s auto-configuration implemented? Basically, if you mention that it is based on Spring’s SPI extension mechanism and bring up the spring.factories file and EnableAutoConfiguration, then you are likely … Read more