An open API service indexing awesome lists of open source software.

https://github.com/coding-w/spi-demo


https://github.com/coding-w/spi-demo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# spi-demo

SPI 即 Service Provider Interface ,“服务提供者的接口”,专门提供给服务提供者或者扩展框架功能的开发者去使用的一个接口。SPI 将服务接口和具体的服务实现分离开来,将服务调用方和服务实现者解耦,能够提升程序的扩展性、可维护性。修改或者替换服务实现并不需要修改调用方。