Blame view

src/main/resources/application-test.yml 548 Bytes
1f0913bc   Liu Haoyu   配置文件添加;
1
2
  spring:
    datasource:
fe761a80   Liu Haoyu   配置文件由39修改到117上;
3
      url: jdbc:mysql://192.168.10.117:3306/sy_vehicle?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
1f0913bc   Liu Haoyu   配置文件添加;
4
5
6
7
      username: root
      password: 123456
    data:
      mongodb:
fe761a80   Liu Haoyu   配置文件由39修改到117上;
8
        uri: mongodb://vehicle:shiyu2018@192.168.10.117:27017/vehicle
1f0913bc   Liu Haoyu   配置文件添加;
9
10
11
12
13
14
    servlet:
      multipart:
        max-file-size: 20MB
        max-request-size: 20MB
    redis:
      database: 0
fe761a80   Liu Haoyu   配置文件由39修改到117上;
15
      host: 192.168.10.117
1f0913bc   Liu Haoyu   配置文件添加;
16
17
18
19
20
21
22
23
      port: 6379
      jedis:
        pool:
          max-active: -1
          max-wait: -1ms
          max-idle: 8
          min-idle: 0
      timeout: 10000ms