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
修改 pom.xml 文件,修改为本地模式 <artifactId>config-center-local</artifactId>,启动服务,提示找不到类 com.alibaba.nacos.client.config.utils.MD5。
<artifactId>config-center-local</artifactId>
com.alibaba.nacos.client.config.utils.MD5
错误原因:com.gomcarter.developer.service.InterfacesService 中使用了com.alibaba.nacos.client.config.utils.MD5 Hash 函数。
com.gomcarter.developer.service.InterfacesService
The text was updated successfully, but these errors were encountered:
https://github.com/gomcarter/developer/issues/5
5129005
#5
Sorry, something went wrong.
No branches or pull requests
修改 pom.xml 文件,修改为本地模式
<artifactId>config-center-local</artifactId>
,启动服务,提示找不到类com.alibaba.nacos.client.config.utils.MD5
。错误原因:
com.gomcarter.developer.service.InterfacesService
中使用了com.alibaba.nacos.client.config.utils.MD5
Hash 函数。The text was updated successfully, but these errors were encountered: