-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathallan-dev.yml
More file actions
59 lines (55 loc) · 1.38 KB
/
allan-dev.yml
File metadata and controls
59 lines (55 loc) · 1.38 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
server:
port: 8765
spring:
http:
encoding:
enabled: true
charset: UTF-8
application:
name: allan
datasource:
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://39.100.131.79:3306/fa_kobe2?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
username: root
password: jxh1988
rabbitmq:
host: 39.100.131.79
port: 5672
virtual-host: /
redis:
database: 0
host: 39.100.131.79
port: 6379
password: jxh1988
mongo:
host: 39.100.131.79
port: 27017
dbName: fit-eat
username: jxh
password: jxh1988
url: ${spring.mongo.username}:${spring.mongo.password}@${spring.mongo.host}:${spring.mongo.port}/${spring.mongo.dbName}
session:
store-type: redis
timeout: 3600 #seconds in used
redis:
flush-mode: on-save # Sessions flush mode.
namespace: kater # Namespace for keys used to store sessions.
#database: 5
redis:
allan:
database: 2
lettuce:
pool:
max-active: 8
max-wait: 10000
max-idle: 4
min-idle: 0
timeout: 1000000
shutdown-timeout: 400
mybatis-plus:
mapperLocations: classpath*:mapper/*.xml
typeAliasesPackage: com.f.a.allan.entity.pojo
storage:
file:
path: /Users/micezhao/Downloads
max_size: 16M