add ServiceLoader

This commit is contained in:
Looly
2020-03-01 19:02:06 +08:00
parent d5506b7d9e
commit b740fe6480
2 changed files with 59 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
* 【core 】 增加ValueListHandler优化结果集获取方式
* 【http 】 支持patch方法issue#666@Github
* 【crypto】 BCUtil支持更加灵活的密钥类型增加writePemObject方法
* 【core 】 增加ServiceLoaderUtil
### Bug修复