@echo off
start cmd /c "title api service && echo api service is ready start!!! && cd c:\api && java -jar api.jar"
start cmd /c "title dev service && echo dev service is ready start!!! && cd c:\dev && java -jar dev.jar"
start cmd /c "title jeecg service && echo jeecg service is ready start!!! && cd c:\quant && java -jar jeecg-boot-module-system-2.1.0.jar"
start cmd /c "title nginx service && echo nginx service is ready start!!! && cd C:\nginx-1.17.3 && nginx -c conf/nginx_custom.conf"
start cmd /c "title redis service && echo redis service is ready start!!! && cd C:\Redis-x64-3.2.100 && redis-server.exe redis.windows.conf"
start cmd /c "title tomncat service && echo tomcat service is ready start!!! && cd C:\apache-tomcat-8.5.40-windows-x64\apache-tomcat-8.5.40\bin && startup.bat"
相关文章:
- Windows启动MySQL服务 2021-12-28
- windows启动redis服务 2021-07-13
- IDEA中如何设置微服务批量启动 2021-11-25
- 手动启动 Windows VMware 服务 2022-12-23
- windows 服务自动启动脚本 监控windows服务,并且自动启动 2022-01-08
- windows下bat批量处理启动exe 2022-12-23
- Windows下启动redis服务 2021-06-14