在c盘有驱动下载的配置文件
在这里插入图片描述
默认使用的中央仓库所以下载很慢

<!--改之前用的maven中央仓库下载很慢
    <artifact name="Apache Phoenix Client">
        <version version="4.15">
            <item url="https://repository.apache.org/content/repositories/releases/org/apache/phoenix/phoenix-client/4.15.0-HBase-1.5/phoenix-client-4.15.0-HBase-1.5.jar"/>
        </version>
    </artifact>
-->
	<!-- 改之后的,将重要窗口地址替换成阿里maven仓库地址-->
   <artifact name="Apache Phoenix Client">
    <version version="4.15">
      <item url="https://maven.aliyun.com/repository/public/org/apache/phoenix/phoenix-client/4.15.0-HBase-1.5/phoenix-client-4.15.0-HBase-1.5.jar"/>
    </version>
   </artifact>
Logo

一站式 AI 云服务平台

更多推荐