解决idea打开bat文件出现乱码问题

This commit is contained in:
LvHejin 2026-04-02 21:05:13 +08:00
parent 693a517a79
commit f86b24a6ff
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
@echo off
echo.
echo [信息] 清理工程target生成路径。
echo [信息] 清理工程target生成路径。
echo.
%~d0

View File

@ -1,6 +1,6 @@
@echo off
echo.
echo [信息] 打包Web工程生成war/jar包文件。
echo [信息] 打包Web工程生成war/jar包文件。
echo.
%~d0

View File

@ -1,6 +1,6 @@
@echo off
echo.
echo [信息] 使用Jar命令运行Web工程。
echo [信息] 使用Jar命令运行Web工程。
echo.
cd %~dp0