-
Notifications
You must be signed in to change notification settings - Fork 17
/
launch-dqo.cmd
18 lines (17 loc) · 931 Bytes
/
launch-dqo.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@echo off
@REM
@REM Copyright © 2021-2024 DQOps (support@dqops.com)
@REM
@REM Licensed under the Apache License, Version 2.0 (the "License");
@REM you may not use this file except in compliance with the License.
@REM You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing, software
@REM distributed under the License is distributed on an "AS IS" BASIS,
@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@REM See the License for the specific language governing permissions and
@REM limitations under the License.
@REM
"%DQO_RUNNER%" %DQO_JAVA_OPTS% --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED -Djava.library.path="%DQO_HOME%\bin" %INCLUDE_DQOPS_PAID_JAR% -cp "%DQO_LAUNCH_CLASSPATH%" org.springframework.boot.loader.PropertiesLauncher %*