123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- server:
- port: 8889
- servlet:
- context-path: /
- spring:
- application:
- name: client-api
- # 文件大小上传配置
- servlet:
- multipart:
- max-file-size: 200MB
- max-request-size: 200MB
- cache:
- type: redis
- #jackson json解析
- jackson:
- time-zone: GMT+8
- serialization:
- #关闭jackson 对json做解析
- fail-on-empty-beans: false
- # Redis
- redis:
- # host: 114.132.229.139
- host: 127.0.0.1
- port: 6379
- # password: 123456
- lettuce:
- pool:
- # 连接池最大连接数(使用负值表示没有限制) 默认 8
- max-active: 200
- # 连接池最大阻塞等待时间(使用负值表示没有限制) 默认 -1
- max-wait: 20
- # 连接池中的最大空闲连接 默认 8
- max-idle: 10
- # 连接池中的最小空闲连接 默认 8
- min-idle: 8
- datasource:
- driverClassName: com.mysql.cj.jdbc.Driver
- username: cb
- password: sEzfxcjZFEzfJrEA
- url: jdbc:mysql://139.9.38.185:3306/cb?useUnicode=true&characterEncoding=utf-8&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai
- # 忽略TOKEN 鉴权 的url
- ignored:
- urls:
- - /editor-app/**
- - /actuator**
- - /actuator/**
- - /MP_verify_qSyvBPhDsPdxvOhC.txt
- - /weixin/**
- - /source/**
- - /buyer/payment/cashier/**
- - /buyer/payment/cashierRefund/**
- - /buyer/other/pageData/**
- - /buyer/other/article/**
- - /buyer/goods/**
- - /buyer/store/**
- - /buyer/passport/connect/**
- - /buyer/members/**
- - /buyer/passport/member/**
- - /buyer/passport/member/refresh/**
- - /buyer/promotion/pintuan/**
- - /buyer/promotion/seckill/**
- - /buyer/promotion/pointsGoods/**
- - /buyer/promotion/coupon
- - /buyer/member/evaluation/**/goodsEvaluation
- - /buyer/member/evaluation/**/evaluationNumber
- - /buyer/other/appVersion/**
- - /buyer/broadcast/studio/**
- - /druid/**
- - /swagger-ui/index.html
- - /swagger-ui.html
- - /v3/api-docs
- - /v3/api-docs.yaml
- - /doc.html
- - /swagger-resources/**
- - /swagger/**
- - /webjars/**
- - /configuration/ui
- - /boot-admin
- - /**/*.js
- - /**/*.css
- - /**/*.png
- - /**/*.ico
- - /wx/user/login
- - /PVVE7X4F8U.txt
- - /app/admin/login
- - /phone/login/**
- - /common/sms/**
- - /app/admin/sms/login/**
- - /app/member/phone/**
- - /common/sys/**
- - /device/**
- - /common/ocr/**
- springdoc:
- api-docs:
- # 是否敞开接口文档
- enabled: true
- swagger-ui:
- # 耐久化认证数据,假如设置为 true,它会保存授权数据而且不会在浏览器关闭/刷新时丢掉
- persistAuthorization: true
- swagger:
- title: wteam API接口文档
- description: wteam Api Documentation
- version: 1.0.0
- termsOfServiceUrl: https://pickmall.cn
- contact:
- name: wteam
- url: https://pickmall.cn
- email: 1958615756@qq.com
- # Mybatis-plus
- mybatis-plus:
- mapper-locations: classpath*:mapper/*.xml
- configuration:
- #缓存开启
- cache-enabled: true
- #日志
- # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- # 日志
- #logging:
- # config: classpath:logback-spring.xml
- # # 输出级别
- # level:
- # root: info
- # # org.springframework: debug
- # file:
- # # 指定路径
- # path: lili-logs
- # logback:
- # rollingpolicy:
- # # 最大保存天数
- # max-history: 7
- # # 每个文件最大大小
- # max-file-size: 5MB
- #加密参数
- lili:
- system:
- isDemoSite: true
- statistics:
- # 在线人数统计 X 小时。这里设置48,即统计过去48小时每小时在线人数
- onlineMember: 48
- # 当前在线人数刷新时间间隔,单位秒,设置为600,则每10分钟刷新一次
- currentOnlineUpdate: 600
- #qq lbs 申请
- lbs:
- key: 4BYBZ-7MT6S-PUAOA-6BNWL-FJUD7-UUFXT
- sk: zhNKVrJK6UPOhqIjn8AQvG37b9sz6
- #域名
- domain:
- pc: https://pc-b2b2c.pickmall.cn
- wap: https://m-b2b2c.pickmall.cn
- store: https://store-b2b2c.pickmall.cn
- admin: https://admin-b2b2c.pickmall.cn
- #api地址
- api:
- buyer: https://buyer-api.pickmall.cn
- common: https://common-api.pickmall.cn
- manager: https://admin-api.pickmall.cn
- store: https://store-api.pickmall.cn
- # jwt 细节设定
- jwt-setting:
- # token过期时间(分钟)
- tokenExpireTime: 60
- # 使用Spring @Cacheable注解失效时间
- cache:
- # 过期时间 单位秒 永久不过期设为-1
- timeout: 1500
- #多线程配置
- thread:
- corePoolSize: 5
- maxPoolSize: 50
- queueCapacity: 50
- data:
- elasticsearch:
- cluster-name: elasticsearch
- cluster-nodes: 127.0.0.1:9200
- index:
- number-of-replicas: 0
- number-of-shards: 3
- index-prefix: lili
- schema: http
- # account:
- # username: elastic
- # password: LiLiShopES
- logstash:
- server: 192.168.0.116:4560
- rocketmq:
- promotion-topic: lili_promotion_topic
- promotion-group: lili_promotion_group
- msg-ext-topic: lili_msg_topic
- msg-ext-group: lili_msg_group
- goods-topic: lili_goods_topic
- goods-group: lili_goods_group
- order-topic: lili_order_topic
- order-group: lili_order_group
- member-topic: lili_member_topic
- member-group: lili_member_group
- store-topic: lili_store_topic
- store-group: lili_store_group
- other-topic: lili_other_topic
- other-group: lili_other_group
- notice-topic: lili_notice_topic
- notice-group: lili_notice_group
- notice-send-topic: lili_send_notice_topic
- notice-send-group: lili_send_notice_group
- after-sale-topic: lili_after_sale_topic
- after-sale-group: lili_after_sale_group
- wteam:
- # jwt 细节设定
- jwt-setting:
- # token过期时间(分钟)
- tokenExpireTime: 3600
- # 使用Spring @Cacheable注解失效时间
- cache:
- # 过期时间 单位秒 永久不过期设为-1
- timeout: 1500
- #
- #rocketmq:
- # name-server: 127.0.0.1:9876
- # producer:
- # group: lili_group
- # send-message-timeout: 30000
- #
- #xxl:
- # job:
- # admin:
- # addresses: http://127.0.0.1:9001/xxl-job-admin
- # executor:
- # appname: xxl-job-executor-lilishop
- # address:
- # ip:
- # port: 8891
- # logpath: ./xxl-job/executor
- # logretentiondays: 7
|