Commit 1f0913bcc0a5fd77e771ccdfea098ca2c27cfd43
1 parent
1c197205
配置文件添加;
Showing
1 changed file
with
23 additions
and
0 deletions
src/main/resources/application-test.yml
0 → 100644
1 | +spring: | ||
2 | + datasource: | ||
3 | + url: jdbc:mysql://192.168.10.39:3306/sy_vehicle?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai | ||
4 | + username: root | ||
5 | + password: 123456 | ||
6 | + data: | ||
7 | + mongodb: | ||
8 | + uri: mongodb://192.168.10.39:27017/vehicle | ||
9 | + servlet: | ||
10 | + multipart: | ||
11 | + max-file-size: 20MB | ||
12 | + max-request-size: 20MB | ||
13 | + redis: | ||
14 | + database: 0 | ||
15 | + host: 192.168.10.39 | ||
16 | + port: 6379 | ||
17 | + jedis: | ||
18 | + pool: | ||
19 | + max-active: -1 | ||
20 | + max-wait: -1ms | ||
21 | + max-idle: 8 | ||
22 | + min-idle: 0 | ||
23 | + timeout: 10000ms | ||
0 | \ No newline at end of file | 24 | \ No newline at end of file |