# java-spi-template **Repository Path**: qrkcn/java-spi-template ## Basic Information - **Project Name**: java-spi-template - **Description**: java spi 简单示例 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-24 - **Last Updated**: 2023-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # java-spi-template ### 介绍 SPI 全称为 Service Provider Interface,是一种服务发现机制。 本项目是SPI演示Demo drive-api:相当于java官方推出数据库接口规范 mysql-drive:相当于mysql实现 oracle-drive:相当于oracle实现 spi-use-demo:使用