liuxiaolong
2019-05-06 f99bc8c6a1d10610373738edd7d0aa0181c81d99
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
spring:
  application:
    name: user-center
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://172.17.50.245: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: 172.17.50.245
    port: 6379
    timeout: 5000
    lettuce:
      pool:
        min-idle: 0
        max-idle: 8
        max-active: 8
        max-wait: -1
  http.multipart.local : D://temp
  rabbitmq:
    host: 172.17.50.245
    port: 5672
    username: cloud-dev
    password: cloud-dev
    virtual-host: /
  servlet:
    multipart:
      max-file-size: 100MB
      max-request-size: 100MB
  mvc:
    servlet:
      load-on-startup: 1
  aop:
    proxy-target-class: true
 
mybatis:
  type-aliases-package: com.cloud.model.sys,com.cloud.model.query.item,com.cloud.model.query.condition,com.cloud.model.update.condition
  mapper-locations: classpath:/mybatis-mappers/*
  configuration:
    mapUnderscoreToCamelCase: true
server:
  port: 3694
imgHttpUrl:
  URLSTR: http://172.17.50.242:8888/               #获取服务器图片的地址
logging:
  level:
    root: info
    com.cloud.user.dao: error
  file: logs/${spring.application.name}.log
c_server:
  port: 11111
es:
  es_network_host: 172.17.50.242
  es_network_http_port: 9200
fdfsImgUrl:
  server: http://58.118.225.79:44480/
dev_server:
  ip_host: http://172.17.50.245
  port: 3696
  addpath: /data/api-d/cluster
uploadImg:
  pathUrl: http://172.17.50.245:3697/addPerson/uploadByByte
singleEdit:
  pathUrl: http://172.17.50.245:3697/addPerson/singleEdit
toUpdate:
  pathUrl: http://172.17.50.245:3697/addPerson/getAlikePerson
uploadToSave:
  pathUrl: http://172.17.50.245:3697/addPerson/uploadToSave
editToSave:
  pathUrl: http://172.17.50.245:3697/addPerson/editToSave
addSingle:
  pathUrl: http://172.17.50.245:3697/addPerson/addSingle
anyThingToSave:
  pathUrl: http://172.17.50.245:3697/addPerson/anyThingToSave
clusterLocaltion:
  pathUrl: http://172.17.50.245:3696/data/api-d/cluster/findClusterNodesByClusterIds
#fastdfs配置
fdfs:
  so-timeout: 1500
  connect-timeout: 600
  thumb-image:
    width: 150
    height: 150
  tracker-list:
    - 172.17.50.242:22122