mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
修复加载i18n问题
This commit is contained in:
@@ -50,7 +50,6 @@ public class OpenMessageFactory {
|
|||||||
try {
|
try {
|
||||||
Resource[] resources = resolver.getResources(I18N_CLASSPATH);
|
Resource[] resources = resolver.getResources(I18N_CLASSPATH);
|
||||||
Set<String> isvModuleList = new LinkedHashSet<>();
|
Set<String> isvModuleList = new LinkedHashSet<>();
|
||||||
logger.info("resource size:" + resources.length);
|
|
||||||
for (Resource resource : resources) {
|
for (Resource resource : resources) {
|
||||||
String path = resource.getURL().getPath();
|
String path = resource.getURL().getPath();
|
||||||
if (path == null) {
|
if (path == null) {
|
||||||
|
Reference in New Issue
Block a user