Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
changeBootEnvWindow.bat 1.36 KB
Copy Edit Raw Blame History
java110 authored 2022-11-11 00:18 . 加入供应商类型 功能
@setlocal enabledelayedexpansion
for /f "delims=" %%i in (service-acct\pom-boot.xml) do (
set a=%%i
echo !a!>>$)
move $ service-acct\pom.xml
for /f "delims=" %%i in (service-common\pom-boot.xml) do (
set a=%%i
echo !a!>>$)
move $ service-common\pom.xml
for /f "delims=" %%i in (service-community\pom-boot.xml) do (
set a=%%i
echo !a!>>$)
move $ service-community\pom.xml
for /f "delims=" %%i in (service-dev\pom-boot.xml) do (
set a=%%i
echo !a!>>$)
move $ service-dev\pom.xml
for /f "delims=" %%i in (service-fee\pom-boot.xml) do (
set a=%%i
echo !a!>>$)
move $ service-fee\pom.xml
for /f "delims=" %%i in (service-job\pom-boot.xml) do (
set a=%%i
echo !a!>>$)
move $ service-job\pom.xml
for /f "delims=" %%i in (service-oa\pom-boot.xml) do (
set a=%%i
echo !a!>>$)
move $ service-oa\pom.xml
for /f "delims=" %%i in (service-order\pom-boot.xml) do (
set a=%%i
echo !a!>>$)
move $ service-order\pom.xml
for /f "delims=" %%i in (service-report\pom-boot.xml) do (
set a=%%i
echo !a!>>$)
move $ service-report\pom.xml
for /f "delims=" %%i in (service-store\pom-boot.xml) do (
set a=%%i
echo !a!>>$)
move $ service-store\pom.xml
for /f "delims=" %%i in (service-user\pom-boot.xml) do (
set a=%%i
echo !a!>>$)
move $ service-user\pom.xml
for /f "delims=" %%i in (service-scm\pom-boot.xml) do (
set a=%%i
echo !a!>>$)
move $ service-scm\pom.xml
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化