skyouc
8 小时以前 2265a4ba25b765d08795018f78ac9bceb87e4f45
src/main/resources/application.yml
@@ -8,28 +8,28 @@
      - zh-CN
      - en-US
    # 内置语言包读取位置:classpath:/i18n/<locale>/*.properties
    # 外置可安装语言包覆盖目录:./stock/out/@pom.build.finalName@/i18n/<locale>/*.properties
    pack-path: ./stock/out/@pom.build.finalName@/i18n
    # 外置可安装语言包覆盖目录:./stock/out/wcs/i18n/<locale>/*.properties
    pack-path: ./stock/out/wcs/i18n
    # 外置语言包热加载检查周期(秒)
    refresh-seconds: 10
server:
  port: 9090
  servlet:
    context-path: /@pom.build.finalName@
    context-path: /wcs
  shutdown: graceful
spring:
  application:
    name: @pom.build.finalName@
    name: wcs
  datasource:
    hikari:
      validation-timeout: 3000
      connection-test-query: select 1
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://127.0.0.1:3306/wcs?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    url: jdbc:mysql://192.168.10.240:3306/nbtlwcs?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: root
    password: zy@123
  mvc:
    static-path-pattern: /**
  data:
@@ -82,7 +82,7 @@
logging:
  file:
    path: ./stock/out/@pom.build.finalName@/logs
    path: ./stock/out/wcs/logs
super:
  pwd: xltys1995
@@ -92,7 +92,7 @@
#License相关配置
license:
  subject: crnWcsDev
  subject: nbtlwcs_dev
  publicAlias: publicCert
  storePass: public_zhongyang_123456789
  licensePath: license.lic
@@ -104,20 +104,20 @@
  threadControlCount: 10
  liftType: lift
mainProcessPlugin: FakeProcess
mainProcessPlugin: NormalProcess
deviceLogStorage:
  # 设备日志存储方式 mysql file
  type: file
  # file类型存储地址
  loggingPath: ./stock/out/@pom.build.finalName@/deviceLogs
  loggingPath: ./stock/out/wcs/deviceLogs
  # 日志过期时间 单位天
  expireDays: 7
devicePingStorage:
  enabled: true
  # 秒级设备网络探测日志存储地址
  loggingPath: ./stock/out/@pom.build.finalName@/devicePingLogs
  loggingPath: ./stock/out/wcs/devicePingLogs
  # 日志过期时间 单位天
  expireDays: 7
  # 采样周期(毫秒)