25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

6 satır
273 B

  1. #!/bin/bash
  2. cp src/main/webapp/WEB-INF/classes/log4j.properties.prod src/main/webapp/WEB-INF/classes/log4j.properties
  3. cp src/main/webapp/WEB-INF/app.properties.prod src/main/webapp/WEB-INF/app.properties
  4. rm -rf src/main/webapp/META-INF/context.xml
  5. bash ./gradlew clean war