您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

6 行
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