nacos-group / nacos-plugin

A collection of Nacos plug-ins, providing Nacos with pluggable plug-in capabilities, support for user customization and high scalability
Apache License 2.0
90 stars 69 forks source link

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

Open uselessbaozi opened 5 months ago

uselessbaozi commented 5 months ago

当我准备把刚刚完成的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的标签删除,以便从在线仓库中下载。