application-test.yml
3.6 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
## 多环境个性化配置(开发环境) 默认
#lhcredit:
# # 文件下载服务器地址
# downloadUrl: 127.0.0.1
# # 文件路径
# profile: C:/profile/
# # 实例演示开关
# demoEnabled: true
#server:
# # 服务器的HTTP端口,默认为80
# port: 8082
#
## 日志配置
#logging:
# level:
# com.lhcredit: debug
# org.springframework: debug
# org.spring.springboot.dao: debug
## Shiro
#shiro:
# session:
# # 同一个用户最大会话数,比如2的意思是同一个账号允许最多同时两个人登录(默认-1不限制)
# maxSession: -1
## 数据源配置
#spring:
# datasource:
# druid:
# # 主库数据源
# master:
# url: jdbc:mysql://192.168.3.188:3306/credit_manager?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: root
# # password: LianHe-ZhengXin-64912118
# password: lianhe@123456
# # url: jdbc:mysql://localhost:3306/credit_manager?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# # username: root
# # password: root
# # 从库数据源
# slave:
# # 从数据源开关/默认关闭
# enabled: true
# url: jdbc:mysql://192.168.3.188:3306/dna_api?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: root
# # password: Lhzx18!@#-abc
# password: lianhe@123456
# redis:
# # Redis服务器地址
# host: 192.168.1.60
# # Redis服务器连接端口
# port: 6379
# # Redis服务器连接密码(默认为空)
# jedis:
# pool:
# # 连接池最大连接数(使用负值表示没有限制)
# max-active: 8
# # 连接池最大阻塞等待时间(使用负值表示没有限制)
# max-wait: -1
# # 连接池中的最大空闲连接
# max-idle: 8
# # 连接池中的最小空闲连接
# min-idle: 0
# # 连接超时时间(毫秒)
# timeout: 0
# database: 9
# elasticsearch:
# host: 172.17.202.239
# port: 9200
## FastDFS
## ===================================================================
## 分布式文件系统FDFS配置
## ===================================================================
#fdfs:
# so-timeout: 1501
# connect-timeout: 601
# thumb-image: #缩略图生成参数
# width: 150
# height: 150
## web-server-url: http://img30.lhdna.com
## tracker-list: 192.168.1.30:22122
# web-server-url: http://img30.lhdna.com
# tracker-list: 192.168.1.30:22122
## 爬虫数据源
#crawleddata:
#
# # 获取爬虫数据源接口
# financialDataUrl: http://outerapi.lhdna.com/api/V1.1/chinaWealth/webFind.form
# financialToken: 1
# trustDataUrl: http://outerapi.lhdna.com/api/V1.1/xintuo/webFind.form
# trustToken: 1
# productWorthUrl: http://outerapi.lhdna.com/api/V1.1/chinaWealthPaint/webFind.form
# worthToken: 1
# pageNum: 200
#
#oss:
# ossUrl:
#
#dnaapi:
# monitorAdd: http://lhapi.lhdna.com/api/web/monitorInfo/monitorAddByList
# monitorDelete: http://lhapi.lhdna.com/api/web/monitorInfo/monitorDelByList
# search: http://lhapi.lhdna.com/api/V4.0/searchList
#
### 数据中心(天眼查,司法大数据)
#dataCenters:
# key: xygj
# url: http://lhapi.lhdna.com/api/
# token: f21bcdd7-90a7-4d39-9bed-56bed670314a
#
#crm:
# url: http://192.168.1.171/
# token: 4389cc63-7db8-45d4-abd1-242fec622c58
#report:
# url: http://192.168.1.181:9999/
# token: 4389cc63-7db8-45d4-abd1-242fec622c58
#
#echarts:
# url: "http://imgservice.lhdna.com/"