datart-server.cmd 812 B

1234567891011121314151617181920212223242526272829
  1. @echo off
  2. REM Datart
  3. REM <p>
  4. REM Copyright 2021
  5. REM <p>
  6. REM Licensed under the Apache License, Version 2.0 (the "License");
  7. REM you may not use this file except in compliance with the License.
  8. REM You may obtain a copy of the License at
  9. REM <p>
  10. REM http://www.apache.org/licenses/LICENSE-2.0
  11. REM <p>
  12. REM Unless required by applicable law or agreed to in writing, software
  13. REM distributed under the License is distributed on an "AS IS" BASIS,
  14. REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. REM See the License for the specific language governing permissions and
  16. REM limitations under the License.
  17. if "%1"=="start" goto START
  18. :START
  19. cd /d %~dp0
  20. cd ..
  21. java -server -Xms2G -Xmx2G -Dspring.profiles.active=config -Dfile.encoding=UTF-8 -cp ".\lib\*" datart.DatartServerApplication