liuxiaolong
2019-05-06 c15226e1b58f255dbebf1bdca8d4e53b9277249c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
spring:
  application:
    name: add-person
 
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://192.168.1.173:3306/sys_user2?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
    username: root
    password: c++java123
    hikari:
      minimum-idle: 5
      maximum-pool-size: 20
      connection-test-query: SELECT 1
  redis:
    host: 192.168.1.173
    port: 6379
    timeout: 5000
    lettuce:
      pool:
        min-idle: 0
        max-idle: 8
        max-active: 8
        max-wait: -1
  servlet:
    multipart:
      enabled: true
      max-file-size: 2MB
      max-request-size: 50MB
mybatis:
  type-aliases-package: com.cloud.addperson.model
  mapper-locations: classpath:/mybatis-mapper/*.xml
  configuration:
    mapUnderscoreToCamelCase: true
server:
  port: 3697
es:
  es_network_host: http://192.168.1.182
  es_network_http_port: 9200
  es_Index_url: /videopersons,personaction
user:
  httpHost: http://192.168.1.182:3694/data/api-u/token/getUserName
imgPath:
  ip: http://192.168.1.182/
es_index_persons: videopersons
clusterLocaltion:
  pathUrl: http://192.168.1.182:3696/data/api-d/cluster/findClusterNodesByClusterIds
#fastdfs配置
fdfs:
  so-timeout: 1500
  connect-timeout: 600
  thumb-image:
    width: 150
    height: 150
  tracker-list:
    - 192.168.1.182:22122