新增一个极小的内核web服务,1秒启动项目。

This commit is contained in:
thinkgem
2023-09-21 15:30:19 +08:00
parent 81cb9dcbba
commit dff27dc659
30 changed files with 1261 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
@echo off
rem /**
rem * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
rem * No deletion without permission, or be held responsible to law.
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [<5B><>Ϣ] <20><><EFBFBD><EFBFBD>Web<65><62><EFBFBD>̣<EFBFBD><CCA3><EFBFBD><EFBFBD><EFBFBD>Docker<65><72><EFBFBD><EFBFBD>
echo.
%~d0
cd %~dp0
cd ..
call mvn clean package docker:remove docker:build -Dmaven.test.skip=true -U
cd bin
pause