application.yml 3.28 KB
server:
  port: 8009
  undertow:
    worker-threads: 50

spring:
  application:
    name: fw-shirasawa
  attachment:
    invoker-system: shirasawa
  cache:
    locker:
      key-prefix: 'shirasawa:locker:'
    custom:
      global-prefix: 'shirasawa'

  cloud:
    nacos:
      discovery:
        server-addr: 192.168.0.230:8848
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    hikari:
      connection-test-query: SELECT 1 FROM DUAL
    password: mysql@pwd123
    url: jdbc:mysql://192.168.0.234:3306/fw_shirasawa?characterEncoding=UTF-8&useSSL=false
    username: root
  jackson:
    default-property-inclusion: non_null
    serialization:
      write-dates-as-timestamps: true
    time-zone: GMT+8
  main:
    allow-bean-definition-overriding: true
  profiles:
    active: cache,${activatedProfiles}
  redis:
    host: 192.168.0.234
    lettuce:
      pool:
        max-active: 20
        max-wait: 1S
        min-idle: 3
    port: 6379
    database: 5
  rest-result-processor:
    enabled: false
  servlet:
    multipart:
      enabled: true
      max-file-size: 50MB
      max-request-size: 100MB

auth:
  aes:
    key: bN7DVjFMJPcoWDcR
  ignore:
    start-with: /user/*,/role/*,/user/login
fastdfs:
  charset: UTF-8
  connectTimeout: 2
  group: cardfs
  networkTimeout: 30
  port: 8080
  secretKey: FastDFS1234567890
  servers: 192.168.0.230:22122
  token: 'no'
file:
  prefix: https://testimg.feewee.cn/
hystrix:
  command:
    default:
      circuitBreaker:
        forceClosed: true
        sleepWindowInMilliseconds: 100000
      execution:
        isolation:
          thread:
            timeoutInMilliseconds: 3000
  shareSecurityContext: true
info:
  build:
    artifact: ${project.artifactId}
    description: ${project.description}
    groupId: ${project.groupId}
    name: ${project.name}
    version: ${project.version}
mybatis-plus:
  configuration:
    cache-enabled: false
    local-cache-scope: statement
    log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
    map-underscore-to-camel-case: true
  mapper-locations: classpath*:mapper/*.xml
  type-aliases-package: cn.fw.data.base.db,cn.fw.common.attachment.domain
  type-enums-package: cn.fw.shirasawa.domain.enums.**,cn.fw.shirasawa.sdk.enums.**
  type-handlers-package: cn.fw.common.data.mybatis.handler
nacos:
  server-addr: 192.168.0.230:8848
ribbon:
  ConnectTimeout: 30000
  MaxAutoRetries: 0
  MaxAutoRetriesNextServer: 0
  ReadTimeout: 120000
rocketmq:
  name-server: 192.168.0.234:9876
  producer:
    group: ${spring.application.name}
logbook:
  format:
    style: http
  write:
    max-body-size: 300

management:
  endpoints:
    web:
      exposure:
        include: '*'
      # 监控路径前缀
      base-path: /actuator
  endpoint:
    # 开启允许远程shutdown,通过post请求。
    shutdown:
      enabled: true
    health:
      show-details: always
  metrics:
    tags:
      application: ${spring.application.name}

follow:
  max-size: 1000
  pno: 'BRB72153X6'
  ano: 'Z58SEK4M17'
  todo:
    failed-prefix: 'shirasawa:push2todo'
    FMCode: '50rmamxGp7'
    RMCode: 'Zb33mjtjVy'
    IRCode: 'RsavIrkhZm'
    ACCode: 'gWPMkrjkjH'
    AFCode: '9pidnWCBOT,8WMxLm2zT3'
    CFCode: '9gW2DIWfBN'
    PFCode: 'O6zZjZ17st'
    FACode: ''
    RVCode: ''
    PLCode: ''
    SFCode: ''
  FmTemplateCode: ''
  RmTemplateCode: ''
  IrTemplateCode: ''