This commit is contained in:
Looly
2023-04-16 01:34:41 +08:00
parent 3b53230a38
commit bc9d665036
6 changed files with 132 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
# 无服务
serviceEmpty =
# 正常服务
service1 = org.dromara.hutool.core.spi.SpiUtilTest$TestService1
# 此服务类未定义
service2 = org.dromara.hutool.core.spi.SpiUtilTest$TestService2