diff --git a/common/bin/deploy.bat b/common/bin/deploy.bat index 5e52bb4b..4e18109c 100644 --- a/common/bin/deploy.bat +++ b/common/bin/deploy.bat @@ -14,4 +14,5 @@ cd %~dp0 cd .. call mvn clean deploy -Dmaven.test.skip=true -Pdeploy +cmd /c msg %username% /time:0 /w "部署完成..." pause \ No newline at end of file diff --git a/common/bin/package.bat b/common/bin/package.bat index 8fe98465..303b1608 100644 --- a/common/bin/package.bat +++ b/common/bin/package.bat @@ -14,4 +14,5 @@ cd %~dp0 cd .. call mvn clean install -Dmaven.test.skip=true -Ppackage +cmd /c msg %username% /time:0 /w "打包完成..." pause \ No newline at end of file diff --git a/modules/core/bin/deploy.bat b/modules/core/bin/deploy.bat index 5e52bb4b..4e18109c 100644 --- a/modules/core/bin/deploy.bat +++ b/modules/core/bin/deploy.bat @@ -14,4 +14,5 @@ cd %~dp0 cd .. call mvn clean deploy -Dmaven.test.skip=true -Pdeploy +cmd /c msg %username% /time:0 /w "部署完成..." pause \ No newline at end of file diff --git a/modules/core/bin/package.bat b/modules/core/bin/package.bat index 8fe98465..303b1608 100644 --- a/modules/core/bin/package.bat +++ b/modules/core/bin/package.bat @@ -14,4 +14,5 @@ cd %~dp0 cd .. call mvn clean install -Dmaven.test.skip=true -Ppackage +cmd /c msg %username% /time:0 /w "打包完成..." pause \ No newline at end of file diff --git a/modules/template/bin/package.bat b/modules/template/bin/package.bat index 8fe98465..303b1608 100644 --- a/modules/template/bin/package.bat +++ b/modules/template/bin/package.bat @@ -14,4 +14,5 @@ cd %~dp0 cd .. call mvn clean install -Dmaven.test.skip=true -Ppackage +cmd /c msg %username% /time:0 /w "打包完成..." pause \ No newline at end of file diff --git a/parent/bin/deploy.bat b/parent/bin/deploy.bat index 5e52bb4b..4e18109c 100644 --- a/parent/bin/deploy.bat +++ b/parent/bin/deploy.bat @@ -14,4 +14,5 @@ cd %~dp0 cd .. call mvn clean deploy -Dmaven.test.skip=true -Pdeploy +cmd /c msg %username% /time:0 /w "部署完成..." pause \ No newline at end of file diff --git a/parent/bin/package.bat b/parent/bin/package.bat index 8fe98465..303b1608 100644 --- a/parent/bin/package.bat +++ b/parent/bin/package.bat @@ -14,4 +14,5 @@ cd %~dp0 cd .. call mvn clean install -Dmaven.test.skip=true -Ppackage +cmd /c msg %username% /time:0 /w "打包完成..." pause \ No newline at end of file diff --git a/root/bin/package.bat b/root/bin/package.bat index d444ea04..aaadbd6a 100644 --- a/root/bin/package.bat +++ b/root/bin/package.bat @@ -14,4 +14,5 @@ cd %~dp0 cd .. call mvn clean install -Dmaven.test.skip=true -Ppackage +cmd /c msg %username% /time:0 /w "打包完成..." pause \ No newline at end of file diff --git a/web/bin/docker-bulid.bat b/web/bin/docker-bulid.bat index 86c62d5f..caedd835 100644 --- a/web/bin/docker-bulid.bat +++ b/web/bin/docker-bulid.bat @@ -5,7 +5,7 @@ rem * rem * Author: ThinkGem@163.com rem */ echo. -echo [信息] 使用 Spring Boot Docker 编译 Web 工程。 +echo [信息] 打包Web工程,导入到Docker服务。 echo. %~d0 @@ -14,4 +14,5 @@ cd %~dp0 cd .. call mvn clean package docker:build -Dmaven.test.skip=true -U -Pdocker +cmd /c msg %username% /time:0 /w "打包完成..." pause \ No newline at end of file diff --git a/web/bin/init-data.bat b/web/bin/init-data.bat index 82cfe6d8..61274fdf 100644 --- a/web/bin/init-data.bat +++ b/web/bin/init-data.bat @@ -39,5 +39,5 @@ cd .. set "MAVEN_OPTS=%MAVEN_OPTS% -Xms256m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m" call mvn clean test -Dmaven.test.skip=false -Dtest=com.jeesite.test.InitFilemanagerData,com.jeesite.test.InitCoreData -Djeesite.initdata=true -Djdbc.jta.enabled=false -U -cmd /c msg %username% /time:0 /w "打包完成..." +cmd /c msg %username% /time:0 /w "初始化数据库完成..." pause \ No newline at end of file