123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- spring:
- profiles:
- active: dev
- application:
- name: longarticle-recommend-server
- # cloud:
- # sentinel:
- # eager: true
- # transport:
- # port: 8719
- # log:
- # dir: /datalog/sentinel
- # datasource:
- # ds1:
- # apollo:
- # namespace-name: application
- # flow-rules-key: sentinel.flowRules
- # default-flow-rule-value: []
- # rule-type: flow
- #grpc:
- # server:
- # port: 9001
- # reflection-service-enabled: true
- # client:
- # recommend-feature:
- # negotiationType: PLAINTEXT
- # abtest:
- # negotiationType: PLAINTEXT
- server:
- internal-port: 30081
- tomcat:
- threads:
- max: 1000
- uri-encoding: UTF-8
- accept-count: 1000
- connection-timeout: 30000
- servlet:
- context-path: /
- session:
- timeout: 60
- pagehelper:
- helper-dialect: mysql
- logging:
- file:
- path: /datalog/weblog/${spring.application.name}/
- app:
- id: longarticle-recommend
- apollo:
- bootstrap:
- enabled: true
- namespaces: application
- cacheDir: /datalog/apollo-cache-dir
- mybatis:
- mapper-locations: classpath:/mapper/*.xml
- rocketmq:
- accessKey: LTAI4G7puhXtLyHzHQpD6H7A
- secretKey: nEbq3xWNQd1qLpdy2u71qFweHkZjSG
- nameSrvAddr: http://MQ_INST_1894469520484605_BXhXuzkZ.mq-internet-access.mq-internet.aliyuncs.com:80
|