MAVEN IP地址数据库从github上面下载打包最后到导入到maven中
1、下载地址:https://github.com/wzhe06/ipdatabase
2、文件存放路径:C:\Users\TIAN\Downloads\ipdatabase-master\ipdatabase-master>
输入:cmd
C:\Users\TIAN\Downloads\ipdatabase-master\ipdatabase-master>mvn clean package -DskipTests
3、mvn install:install-file -Dfile=jar包的位置 -DgroupId=一般是公司名倒序 -DartifactId=唯一型ID -DartifactId=文件夹名字 -Dversion=版本号 -Dpackaging=jar