|
@@ -30,10 +30,9 @@ if exist %ENCRYPT_FILE% (
|
|
set SERVER_OPTS=%SERVER_OPTS% -agentpath:%ENCRYPT_FILE%
|
|
set SERVER_OPTS=%SERVER_OPTS% -agentpath:%ENCRYPT_FILE%
|
|
)
|
|
)
|
|
|
|
|
|
-set SERVER_OPTS=%SERVER_OPTS% \
|
|
|
|
--Djava.ext.dirs="%JAVA_HOME%\jre\lib\ext;%DBS_HOME%lib" \
|
|
|
|
--Dspring.config.location=%DBS_HOME%conf\application.properties \
|
|
|
|
--Dfile.encoding=UTF-8 -Duser.dir=%DBS_HOME%
|
|
|
|
|
|
+set SERVER_OPTS=%SERVER_OPTS% -Djava.ext.dirs="%JAVA_HOME%\jre\lib\ext;%DBS_HOME%lib"
|
|
|
|
+set SERVER_OPTS=%SERVER_OPTS% -Dspring.config.location=%DBS_HOME%conf\application.properties
|
|
|
|
+set SERVER_OPTS=%SERVER_OPTS% -Dfile.encoding=UTF-8 -Duser.dir=%DBS_HOME%
|
|
|
|
|
|
echo %SERVER_OPTS%
|
|
echo %SERVER_OPTS%
|
|
java %SERVER_OPTS% org.dbsyncer.web.Application
|
|
java %SERVER_OPTS% org.dbsyncer.web.Application
|