windows批量启动服务
Posted eternityz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows批量启动服务相关的知识,希望对你有一定的参考价值。
@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:
ginx-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-x64apache-tomcat-8.5.40in && startup.bat"
以上是关于windows批量启动服务的主要内容,如果未能解决你的问题,请参考以下文章
WINDOWS上通过bat批量后台启动JAR包并生成启动日志文件
WINDOWS上通过bat批量后台启动JAR包并生成启动日志文件