fgv2.0 平台 electron 打包桌面应用
he wei
2026-03-16 886fa105718a4aca7ffa1e6ed5fe0238e04328c1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<service>
  <id>fgV2</id>
  <name>fgV2</name>
  <description>fg平台后台 java服务</description>
  <executable>"%BASE%\runtime\bin\java"</executable>
  <arguments>-jar "-Djasypt.encryptor.password=9Lu6HgEvttjj8vYhy3ID+PqPbumuXhcH" "%BASE%\fg_v2.0-1.0.jar"</arguments>
  <!-- 服务启动方式:Automatic  系统启动时自动启动, Manual  需手动启动, Boot, System -->
  <startmode>Automatic</startmode>
  <onfailure action="restart" delay="10 sec"/>
  <onfailure action="restart" delay="20 sec"/>
  <!-- 日志保存路径 -->
  <logpath>%BASE%\logs</logpath>
  <!-- 日志保存方式 -->
  <log mode="roll-by-size-time">
      <sizeThreshold>10240</sizeThreshold>
      <pattern>yyyyMMdd</pattern>
      <autoRollAtTime>00:00:00</autoRollAtTime>
      <zipOlderThanNumDays>5</zipOlderThanNumDays>
      <zipDateFormat>yyyyMM</zipDateFormat>
  </log>
</service>