java110
2022-09-17 854f57c7f9c8bfc6df1c80f4ccec24127f8e3575
1
2
3
4
5
6
7
8
9
10
11
12
#!/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