|
|
@ -250,8 +250,7 @@ public class EnvChangeEntrance { |
|
|
|
FineLoggerFactory.getLogger().info("workspace service {} get annotation failed", clazz); |
|
|
|
FineLoggerFactory.getLogger().info("workspace service {} get annotation failed", clazz); |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
//一些不想暴露给用户的服务,可以在注解中不添加description,检测但不做提示,如固件回传
|
|
|
|
if(workspaceAPI.ignore()){ |
|
|
|
if(StringUtils.isEmpty(workspaceAPI.description())){ |
|
|
|
|
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
String descriptionOfCN = InterProviderFactory.getProvider().getLocText(workspaceAPI.description()); |
|
|
|
String descriptionOfCN = InterProviderFactory.getProvider().getLocText(workspaceAPI.description()); |
|
|
|