project-mirai / mirai-api-http

Mirai HTTP API (console) plugin
GNU Affero General Public License v3.0
1.65k stars 345 forks source link

fix: load factory #639

Closed cssxsh closed 1 year ago

cssxsh commented 1 year ago

直接使用 ServiceLoader.load 只能加载到 插件本地的 服务,无法从其他插件加载

cssxsh commented 1 year ago

使用了 net.mamoe.mirai.api.http.spi.persistence.PersistenceFactory 的 插件实例

https://github.com/cssxsh/mirai-hibernate-http