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.

15 lines
302 B

1 year ago
  1. @echo off
  2. setlocal enabledelayedexpansion
  3. setlocal enableextensions
  4. set ES_MAIN_CLASS=org.elasticsearch.common.settings.KeyStoreCli
  5. set ES_ADDITIONAL_CLASSPATH_DIRECTORIES=lib/tools/keystore-cli
  6. call "%~dp0elasticsearch-cli.bat" ^
  7. %%* ^
  8. || goto exit
  9. endlocal
  10. endlocal
  11. :exit
  12. exit /b %ERRORLEVEL%