Skip to content

Commit fc47170

Browse files
ETIENNEgunnarmorling
ETIENNE
authored andcommitted
DBZ-4821 Added run.bat to debezium-server-dist
1 parent ba33e48 commit fc47170

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
*.groovy text
2020
*.css text
2121

22+
# Specify CRLF for batch files
23+
*.bat text eol=crlf
24+
2225
# Specify we want Java-friendly readable chunk headers for diff:
2326

2427
*.java diff=java

COPYRIGHT.txt

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Claus Guttesen
7272
Cliff Wheadon
7373
Collin Van Dyck
7474
Cory Harper
75+
Cyprien Etienne
7576
Cyril Scetbon
7677
Daan Roosen
7778
Daniel Petisme
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
SET PATH_SEP=;
3+
SET JAVA_BINARY=%JAVA_HOME%\bin\java
4+
5+
for %%i in (debezium-server-*runner.jar) do set RUNNER=%%~i
6+
echo %RUNNER%
7+
call "%JAVA_BINARY%" %DEBEZIUM_OPTS% %JAVA_OPTS% -cp %RUNNER%%PATH_SEP%conf%PATH_SEP%lib\* io.debezium.server.Main

0 commit comments

Comments
 (0)