run-doc.bat 272 B

12345678910111213141516
  1. @echo off
  2. set pan=""
  3. set currPath=""
  4. set jarName = ""
  5. set pan=%~d0
  6. set currPath=%~dp0
  7. %pan%
  8. cd %currPath%
  9. mvn smart-doc:openapi -Dfile.encoding=UTF-8 -pl :secure-producting-host -am
  10. mvn smart-doc:html -Dfile.encoding=UTF-8 -pl :secure-producting-host -am
  11. pause>nul