mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
18 lines
532 B
Batchfile
18 lines
532 B
Batchfile
@echo off
|
|
|
|
call set_maxkey_env.bat
|
|
|
|
echo == Web Server Apache Tomcat. ==
|
|
echo == Web Application Server will started. ==
|
|
echo == Please wait .... ==
|
|
|
|
echo == Start Apache Tomcat... ==
|
|
echo ===============================================================================
|
|
set CATALINA_HOME=./maxkey_wiki
|
|
call maxkey_wiki\bin\startup.bat
|
|
|
|
|
|
|
|
|
|
|