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
| spring:
| profiles:
| active: @package.environment@
| mail:
| host: smtp.qq.com
| username: zan7755@qq.com
| password: larzjtymashjghbb
| default-encoding: UTF-8
| to: zan7755@qq.com,dengyijun@cnxzx.com
| jmx:
| enabled: false
| application:
| name: gc-log
| rabbitmq:
| listener:
| simple:
| acknowledge-mode: manual
| prefetch: 5
| cache:
| channel:
| size: 250
| main:
| allow-bean-definition-overriding: true
| session:
| store-type: redis
|
|
| server:
| port: 9000
| servlet:
| session:
| timeout: 60m
| cookie:
| path: /
| compression:
| enabled: true
| min-response-size: 1024
| mime-types: application/json
|
| info:
| app:
| name: 日志系统
|
| cron:
| queue: 0 0 0/1 * * ?
| deleteQueue: 0 5 0 1 * ?
|
|