application-standAloneProd.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. # 项目相关配置
  2. fdkk:
  3. # 文件路径 示例( Windows配置D:/fdkk/uploadPath,Linux配置 /home/fdkk/uploadPath)
  4. profile: ${PROFILE_PATH}
  5. #算法软件目录
  6. binPath: ${BIN_PATH}
  7. defaultFolder: datav1
  8. # 是否本地化部署:开启此项会使用minio文件管理
  9. isLocalization: true
  10. # 是否使用文件存储系统
  11. isBucket: false
  12. #是否使用软连接
  13. isLink: false
  14. aliyun:
  15. oss:
  16. env: dev
  17. endpoint: "1"
  18. internal-endpoint: "1"
  19. access-key-id: "1"
  20. access-key-secret: "1"
  21. bucket: laser-data
  22. bucket-custom-domain:
  23. laser-data: 1
  24. minio:
  25. oss:
  26. env: dev
  27. minio-url: 1
  28. internal-minio-url: 1
  29. minio-name: 1
  30. minio-pass: 1
  31. bucket: laser-data
  32. bucket-custom-domain:
  33. laser-data: 1
  34. server:
  35. port: 8085
  36. servlet:
  37. context-path: /
  38. tomcat:
  39. max-http-form-post-size: -1
  40. spring:
  41. jackson:
  42. serialization:
  43. #关闭jackson转换 实体属性空值校验
  44. FAIL_ON_EMPTY_BEANS: false
  45. # write-dates-as-timestamps: true ##开启时间转换为时间戳,默认true
  46. date-format: yyyy-MM-dd HH:mm:ss
  47. time-zone: GMT+8
  48. datasource:
  49. name: druidDataSource
  50. type: com.alibaba.druid.pool.DruidDataSource
  51. druid:
  52. druid:
  53. url: jdbc:mysql://127.0.0.1:3307/laser?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
  54. username: root
  55. password: laser
  56. driver-class-name: com.mysql.cj.jdbc.Driver
  57. filters: stat,wall,config
  58. max-active: 100
  59. initial-size: 2
  60. max-wait: 60000
  61. min-idle: 1
  62. time-between-eviction-runs-millis: 60000
  63. min-evictable-idle-time-millis: 300000
  64. validation-query: select 'x'
  65. test-while-idle: true
  66. test-on-borrow: false
  67. test-on-return: false
  68. pool-prepared-statements: true
  69. max-open-prepared-statements: 50
  70. max-pool-prepared-statement-per-connection-size: 20
  71. redis:
  72. host: 127.0.0.1
  73. port: 16379
  74. timeout: 6000ms
  75. jedis:
  76. pool:
  77. max-active: 10 #连接池最大连接数(使用负值表示没有限制)
  78. max-idle: 10 # 连接池中的最大空闲连接
  79. min-idle: 5 # 连接池中的最小空闲连接
  80. max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
  81. lettuce:
  82. shutdown-timeout: 0ms
  83. logging:
  84. config: classpath:logback-spring.xml
  85. fdkk:
  86. maxHistory: 1
  87. level: off
  88. path: ${4DKK_HOME}/log
  89. main:
  90. url: https://test.4dkankan.com
  91. scene:
  92. url: show.html?m=
  93. pro:
  94. url: showProMobile.html?m=
  95. new:
  96. url: smg.html?m=