有时经常会遇到这样的问题:
could not transfer artifact com.microsoft.sqlserver:sqljdbc4:jar:4.0 from/to maven-default-http-blocker (http://0.0.0.0/): blocked mirror for repositories: [public (http://maven.aliyun.com/nexus/content/groups/public/, default, releases+snapshots)]
这是就需要在本地进行安装,...是你的jar包路径,尽量在管理员模式的cmd下运行
mvn install:install-file -Dfile="...\sqljdbc4-4.0.jar" -DgroupId=com.microsoft.sqlserver -DartifactId=sqljdbc4 -Dversion=4.0 -Dpackaging=jar