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: 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