Explorar el Código

添加打包脚本。

yangzhijie hace 6 años
padre
commit
99ff866946
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      package.bat

+ 6 - 0
package.bat

@@ -0,0 +1,6 @@
+title maven clean package
+set current_path="%cd%"
+cd %current_path%
+call mvn clean 
+call mvn package
+pause