1、 到项目目录(pom.xml)下运行 : mvn install 2、 运行 jar : 在生成的目录( 一般为项目文件夹下的 target中) 找到 .jar 文件, 使用 java -jar 文件名.jar