jw项目windows环境软件安装
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
226 B

1 year ago
  1. chcp 65001
  2. @net stop mysql
  3. @net stop elasticsearch-service-x64
  4. @net stop redis
  5. @net start mysql
  6. @net start elasticsearch-service-x64
  7. @net start redis
  8. cd /d Z:\
  9. @call Z:\jar_restart.bat
  10. @call Z:\nginx.bat
  11. @echo server完成