Blame view

changeBootEnvLinux.sh 721 Bytes
88e030b7   王彪总   init project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  #!/usr/bin/env bash
  cp -r service-acct/pom-boot.xml service-acct/pom.xml
  cp -r service-common/pom-boot.xml service-common/pom.xml
  cp -r service-community/pom-boot.xml service-community/pom.xml
  cp -r service-dev/pom-boot.xml service-dev/pom.xml
  cp -r service-fee/pom-boot.xml service-fee/pom.xml
  cp -r service-job/pom-boot.xml service-job/pom.xml
  cp -r service-oa/pom-boot.xml service-oa/pom.xml
  cp -r service-order/pom-boot.xml service-order/pom.xml
  cp -r service-report/pom-boot.xml service-report/pom.xml
  cp -r service-store/pom-boot.xml service-store/pom.xml
  cp -r service-user/pom-boot.xml service-user/pom.xml
  cp -r service-scm/pom-boot.xml service-scm/pom.xml
  cp -r service-api/pom-boot.xml service-api/pom.xml