We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需要修改: com.webank.wedatasphere.dss.apiservice.core.service.impl.ApiServiceImpl 注释:49行 //import org.mortbay.log.log; 修改: 247行 修改前:Log.info("Update to other Api Service, ID: " + apiService.getTargetServiceId() + ",resourceId:" + maxTargetApiVersionVo.getBmlResourceId());
修改后:LOG.info("Update to other Api Service, ID: " + apiService.getTargetServiceId() + ",resourceId:" + maxTargetApiVersionVo.getBmlResourceId()); com.webank.wedatasphere.dss.apiservice.core.token.JwtManager 注释:32行://import org.mortbay.log.Log; 修改:74行 修改前: Log.info("token key str:"+key.toString()); 修改后: LOG.info("token key str:"+key.toString());
The text was updated successfully, but these errors were encountered:
This problem will be solved in the latest version of DSS 1.0.1
Sorry, something went wrong.
No branches or pull requests
需要修改:
com.webank.wedatasphere.dss.apiservice.core.service.impl.ApiServiceImpl
注释:49行 //import org.mortbay.log.log;
修改: 247行
修改前:Log.info("Update to other Api Service, ID: " + apiService.getTargetServiceId() + ",resourceId:" + maxTargetApiVersionVo.getBmlResourceId());
修改后:LOG.info("Update to other Api Service, ID: " + apiService.getTargetServiceId() + ",resourceId:" + maxTargetApiVersionVo.getBmlResourceId());
com.webank.wedatasphere.dss.apiservice.core.token.JwtManager
注释:32行://import org.mortbay.log.Log;
修改:74行
修改前: Log.info("token key str:"+key.toString());
修改后: LOG.info("token key str:"+key.toString());
The text was updated successfully, but these errors were encountered: