Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

a-create-war-for-prod.bat 320 B

il y a 3 ans
12345
  1. @echo off
  2. copy /Y src\main\webapp\WEB-INF\classes\log4j.properties.prod src\main\webapp\WEB-INF\classes\log4j.properties
  3. copy /Y src\main\webapp\WEB-INF\app.properties.prod src\main\webapp\WEB-INF\app.properties
  4. copy /Y src\main\webapp\META-INF\context.xml.2fi src\main\webapp\META-INF\context.xml
  5. call gradlew clean war