DBZ-4821 Added run.bat to debezium-server-dist

This commit is contained in:
ETIENNE 2022-03-09 14:37:51 +01:00 committed by Gunnar Morling
parent ba33e483ae
commit fc47170e29
3 changed files with 11 additions and 0 deletions

3
.gitattributes vendored
View File

@ -19,6 +19,9 @@
*.groovy text
*.css text
# Specify CRLF for batch files
*.bat text eol=crlf
# Specify we want Java-friendly readable chunk headers for diff:
*.java diff=java

View File

@ -72,6 +72,7 @@ Claus Guttesen
Cliff Wheadon
Collin Van Dyck
Cory Harper
Cyprien Etienne
Cyril Scetbon
Daan Roosen
Daniel Petisme

View File

@ -0,0 +1,7 @@
SET PATH_SEP=;
SET JAVA_BINARY=%JAVA_HOME%\bin\java
for %%i in (debezium-server-*runner.jar) do set RUNNER=%%~i
echo %RUNNER%
call "%JAVA_BINARY%" %DEBEZIUM_OPTS% %JAVA_OPTS% -cp %RUNNER%%PATH_SEP%conf%PATH_SEP%lib\* io.debezium.server.Main