优化代码。

This commit is contained in:
chenxudong 2025-08-12 11:05:04 +08:00
parent ec99d9af56
commit 6212a1d580
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -36,6 +36,7 @@ class ComacDBService(win32serviceutil.ServiceFramework):
java_exe, java_exe,
f"-jar", f"-jar",
jar_path, jar_path,
f"--file.enc.passwd=adknfhkj87654knd",
f"--logging.file.path={app_log_dir}", f"--logging.file.path={app_log_dir}",
f"--logging.file.name={app_log_dir}/app_{formatted_time}.log", f"--logging.file.name={app_log_dir}/app_{formatted_time}.log",
f"--winPrefix={current_dir}", f"--winPrefix={current_dir}",