Explorar el Código

扩展qmth-boot默认配置项定义

luoshi hace 2 años
padre
commit
bcb3a09bce
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      src/main/resources/property/qmth-boot.json

+ 7 - 0
src/main/resources/property/qmth-boot.json

@@ -395,6 +395,13 @@
         "defaultValue": "300ms",
         "options": []
       },
+      {
+        "key": "com.qmth.retrofit.retry.status-code",
+        "description": "可重试状态码",
+        "type": "string",
+        "defaultValue": "408,503,504",
+        "options": []
+      },
       {
         "key": "com.qmth.retrofit.log-level",
         "description": "日志级别",