方法一:
再idea中直接用maven引入
命令如下:
mvn install:install-file -Dfile=G:\code\bd\branches\bigdata-project-zuoke\app-logs-spark\src\lib\phoenix-4.7.0-clabs-phoenix1.3.0-client.jar -DgroupId=org.apache.phoenix -DartifactId=phoenix-client -Dversion=4.7.0 -Dpackaging=jar
pom中直接引入即可
方法二:通过相对路径引入
来源:CSDN
作者:草鱼带帽子
链接:https://blog.csdn.net/weixin_41876523/article/details/104791336