support spi

This commit is contained in:
Looly
2020-03-02 18:08:58 +08:00
parent 85c9dae9ae
commit bd6b07f6b9
7 changed files with 81 additions and 130 deletions

View File

@@ -15,6 +15,7 @@
* 【core 】 增加ServiceLoaderUtil
* 【core 】 增加EnumUtil.getEnumAt方法
* 【core 】 增强EnumConvert判断能力issue#I17082@Gitee
* 【log 】 使用SPI机制代替硬编码
### Bug修复