mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 03:27:49 +08:00
修复加载i18n问题
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user