Logo white

Liu Haoyu / vehicle-simple

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • vehicle-simple
  • src
  • main
  • resources
  • application-test.yml
  • 去掉MySQL相关内容, 去掉mybatis; ...
    40c853a1
    代码初步重构;
    去除ftp相关;
    Liu Haoyu authored
    2019-12-17 19:15:12 +0800  
    Browse Code »
application-test.yml 352 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
spring:
  data:
    mongodb:
      uri: mongodb://192.168.10.39:27017/vehicle
  servlet:
    multipart:
      max-file-size: 20MB
      max-request-size: 20MB
  redis:
    database: 0
    host: 192.168.10.39
    port: 6379
    jedis:
      pool:
        max-active: -1
        max-wait: -1ms
        max-idle: 8
        min-idle: 0
    timeout: 10000ms