1. 程式人生 > >Maven 學習筆記

Maven 學習筆記

學習筆記 ins 版本 jdbc 命令 group 處理 sql ack


一、常用命令

1、安裝指定的jar包命令

mvn install:install-file -Dfile=sqljdbc4.jar -DgroupId=com.microsoft.sqlserver -DartifactId=sqljdbc4 -Dversion=4.0 -Dpackaging=jar

按照自己需要的,分別替換:文件名(-Dfile=?),組名(-DgroupId=?), jar包名(-DartifactId=?),jar包版本(-Dversion=?)


二、常見問題處理

Maven 學習筆記