123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- logging:
- level:
- root: INFO
- com:
- zaxxer:
- hikari: DEBUG
- abi:
- bees:
- promotion: INFO
- org:
- springframework:
- cloud:
- kubernetes: DEBUG
- server:
- port: 8080
- max-http-header-size: 8192
- spring:
- servlet:
- multipart:
- max-file-size: 10MB
- max-request-size: 40MB
- datasource:
- driver-class-name: org.mariadb.jdbc.Driver
- management:
- endpoint:
- restart:
- enabled: true
- health:
- show-details: ALWAYS
- metrics:
- enabled: true
- prometheus:
- enabled: true
- endpoints:
- web:
- exposure:
- include: '*'
- metrics:
- export:
- prometheus:
- enabled: true
- mybatis-plus:
- mapper-locations: classpath:dao/mapper/*Mapper.xml
- global-config:
- db-config:
- id-type: auto
- logic-delete-value: 1
- logic-not-delete-value: 0
- xxl:
- job:
- admin:
- addresses: ${XXL_JOB_ADMIN_ADDRESSES}
- executor:
- appname: xxl-job-executor-task-cirle
- ip:
- port: ${XXL_JOB_EXECUTOR_PORT}
- logpath: D:/xxlJob/
- logretentiondays: 30
- address:
- accessToken:
- tableStore:
- endPoint: https://ABIALI-BEES-DEV.cn-shanghai.ots.aliyuncs.com
- accessKeyId: LTAI5tJsggmweHRJXmojeY65
- accessKeySecret: EZWyrgZKV0iejOEq8JPEF8b82mdXxJ
- instanceName: ABIALI-BEES-DEV
- system:
- url: http://system_url/
- smtp:
- host: smtp.office365.com
- port: 587
- auth: true
- mail:
- send:
- user: APAC.budtech.sales@Budweiserapac.com
- username: APAC.budtech.sales@Budweiserapac.com
- authcode: 3edc4rfvT!@
- qms:
- sms:
- requestId: 1213dsdsds15sd15tgh
- source: codepacket-service
- templateCode: SMS_206560232
- signName: 百威QMS
|