Newer
Older
casic-production-safety / casic-web / src / main / build / bin / start.bat
liwenhao on 26 Mar 2024 109 bytes 安全生产初版提交
@echo off
title ${project.build.finalName}
java -Dfile.encoding=utf-8  -jar ./lib/casic-web-2.0.0.jar
@pause