修复加载i18n问题

This commit is contained in:
六如
2025-02-19 16:12:34 +08:00
parent 7786d72ea3
commit 6c70e9a5d2

View File

@@ -50,7 +50,6 @@ public class OpenMessageFactory {
try {
Resource[] resources = resolver.getResources(I18N_CLASSPATH);
Set<String> isvModuleList = new LinkedHashSet<>();
logger.info("resource size:" + resources.length);
for (Resource resource : resources) {
String path = resource.getURL().getPath();
if (path == null) {