Newer
Older
pichan-haerbin / src / main / resources / application.yml
chaizhuang on 10 May 2023 1 KB 更换平台测试
##########################################################
##################  所有profile共有的配置  #################
##########################################################
spring:
  profiles:
    active: prod
mybatis-plus:
  global-config:
    enable-sql-runner: true
  configuration:
    # 配置结果集属性为空时 是否映射返回结果
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
#    log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
###################  mybatis-plus配置  ###################
###################  casic配置  ###################
swagger:
  enable: true
  groupName: "批产演示"
nb:
  aep-url:
    ag-api.ctwing.cn/aep_device_command/command
  device-groups:
    - product-id: 15479098
      MasterKey: cfb695a6ede049f28063aa8d40bad01a
      ttl: 86400
      aep-key: SJRVantB7j6
      aep-secret: svpyFLm1JD
    - product-id: 15475976
      MasterKey: be9d6a5240fa42869db51682ef6f33c8
      ttl: 86400
      aep-key: YQTX3kLIdJ4
      aep-secret: FN0n9BLyb2

    - product-id: 15432101
      MasterKey: 46eb5fd9f7364b9abe41b26e369149f3
      ttl: 86400
      aep-key: YQTX3kLIdJ4
      aep-secret: FN0n9BLyb2
# 第三方压力厂商的配置
press-device:
  product-id: 15476466
  MasterKey: 10bf05ab84ec434e8843558c99bcf6d1
  ttl: 86400
  aep-key: YQTX3kLIdJ4
  aep-secret: FN0n9BLyb2