#安装 oracle 执行这个命令 mvn install:install-file -Dfile=/Users/admin/ojdbc6.jar -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.1.0 -Dpackaging=jar mvn install:install-file -Dfile=C:\Users\Administrator\ojdbc6.jar -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.1.0 -Dpackaging=jar #git推送失败,文件太多过或文件过大:fatal: the remote end hung up unexpectedly git config http.postBuffer 524288000 #取消每次git拉取代码时都需要输入帐号密码 #进入git项目目录,输入 git config --global credential.helper store #在开发工具中拉取或提交一次代码,输入一次用户名和密码,会自动保存git帐号 #密码,以后就不需要再输入了 #maven查看依赖树命令 mvn dependency:tree #mvn clean package -DskipTests