Files
hl_zgbz/nladmin-system/start.bat

9 lines
132 B
Batchfile
Raw Normal View History

2022-04-20 11:21:00 +08:00
@echo off
d:
cd \software\springboot
java -jar hl_zgbz.jar
--spring.profiles.active=prod
--server.port=8010
-Dfile.encoding=UTF-8