Skip to content
New issue

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

dev-1.0.1 ,dss-apiservice-server 编译报错 #470

Closed
diff-stone opened this issue Jan 4, 2022 · 1 comment
Closed

dev-1.0.1 ,dss-apiservice-server 编译报错 #470

diff-stone opened this issue Jan 4, 2022 · 1 comment

Comments

@diff-stone
Copy link

diff-stone commented Jan 4, 2022

需要修改:
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());

@liuyou2
Copy link
Contributor

liuyou2 commented Jan 20, 2022

This problem will be solved in the latest version of DSS 1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants