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

在创建jar包时的注意事项 #38

Open
uselessbaozi opened this issue Mar 22, 2024 · 0 comments
Open

在创建jar包时的注意事项 #38

uselessbaozi opened this issue Mar 22, 2024 · 0 comments

Comments

@uselessbaozi
Copy link
Contributor

当我准备把刚刚完成的SQL Server支持准备打包时,发生了找不到jar包的错误。经过排查后,总结一下方法

  1. 根据Nacos的仓库https://github.com/alibaba/nacos项目的版本更新父项目alibaba-nacos.version的值。如目前的值为2.4.0-SNAPSHOT
  2. 可能发生无法找到jar包com.dameng:DmJdbcDriver18:jar:8.1.2.114,这可能是因为你的电脑上没有该jar包。这时可以根据注释的提示修改版本为8.1.2.79,并将达梦依赖的systemPathscope的标签删除,以便从在线仓库中下载。
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

1 participant