spring-configuration-metadata.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. {
  2. "groups": [
  3. {
  4. "name": "seata.metrics",
  5. "type": "io.seata.spring.boot.autoconfigure.properties.server.MetricsProperties",
  6. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.MetricsProperties"
  7. },
  8. {
  9. "name": "seata.server",
  10. "type": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties",
  11. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties"
  12. },
  13. {
  14. "name": "seata.server.recovery",
  15. "type": "io.seata.spring.boot.autoconfigure.properties.server.ServerRecoveryProperties",
  16. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerRecoveryProperties"
  17. },
  18. {
  19. "name": "seata.server.session",
  20. "type": "io.seata.spring.boot.autoconfigure.properties.server.session.SessionProperties",
  21. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.session.SessionProperties"
  22. },
  23. {
  24. "name": "seata.server.undo",
  25. "type": "io.seata.spring.boot.autoconfigure.properties.server.ServerUndoProperties",
  26. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerUndoProperties"
  27. },
  28. {
  29. "name": "seata.store",
  30. "type": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties",
  31. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties"
  32. },
  33. {
  34. "name": "seata.store.db",
  35. "type": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties",
  36. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  37. },
  38. {
  39. "name": "seata.store.file",
  40. "type": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties",
  41. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties"
  42. },
  43. {
  44. "name": "seata.store.lock",
  45. "type": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties$Lock",
  46. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties$Lock"
  47. },
  48. {
  49. "name": "seata.store.redis",
  50. "type": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties",
  51. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties"
  52. },
  53. {
  54. "name": "seata.store.redis.sentinel",
  55. "type": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties$Sentinel",
  56. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties$Sentinel"
  57. },
  58. {
  59. "name": "seata.store.redis.single",
  60. "type": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties$Single",
  61. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties$Single"
  62. },
  63. {
  64. "name": "seata.store.session",
  65. "type": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties$Session",
  66. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties$Session"
  67. }
  68. ],
  69. "properties": [
  70. {
  71. "name": "seata.metrics.enabled",
  72. "type": "java.lang.Boolean",
  73. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.MetricsProperties"
  74. },
  75. {
  76. "name": "seata.metrics.exporter-list",
  77. "type": "java.lang.String",
  78. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.MetricsProperties"
  79. },
  80. {
  81. "name": "seata.metrics.exporter-prometheus-port",
  82. "type": "java.lang.Integer",
  83. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.MetricsProperties"
  84. },
  85. {
  86. "name": "seata.metrics.registry-type",
  87. "type": "java.lang.String",
  88. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.MetricsProperties"
  89. },
  90. {
  91. "name": "seata.server.enable-check-auth",
  92. "type": "java.lang.Boolean",
  93. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties",
  94. "defaultValue": true
  95. },
  96. {
  97. "name": "seata.server.enable-parallel-request-handle",
  98. "type": "java.lang.Boolean",
  99. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties",
  100. "defaultValue": false
  101. },
  102. {
  103. "name": "seata.server.max-commit-retry-timeout",
  104. "type": "java.time.Duration",
  105. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties"
  106. },
  107. {
  108. "name": "seata.server.max-rollback-retry-timeout",
  109. "type": "java.time.Duration",
  110. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties"
  111. },
  112. {
  113. "name": "seata.server.recovery.async-committing-retry-period",
  114. "type": "java.lang.Integer",
  115. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerRecoveryProperties"
  116. },
  117. {
  118. "name": "seata.server.recovery.committing-retry-period",
  119. "type": "java.lang.Integer",
  120. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerRecoveryProperties"
  121. },
  122. {
  123. "name": "seata.server.recovery.rollbacking-retry-period",
  124. "type": "java.lang.Integer",
  125. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerRecoveryProperties"
  126. },
  127. {
  128. "name": "seata.server.recovery.timeout-retry-period",
  129. "type": "java.lang.Integer",
  130. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerRecoveryProperties"
  131. },
  132. {
  133. "name": "seata.server.retry-dead-threshold",
  134. "type": "java.lang.Integer",
  135. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties",
  136. "defaultValue": 130000
  137. },
  138. {
  139. "name": "seata.server.rollback-retry-timeout-unlock-enable",
  140. "type": "java.lang.Boolean",
  141. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties",
  142. "defaultValue": false
  143. },
  144. {
  145. "name": "seata.server.service-port",
  146. "type": "java.lang.Integer",
  147. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties"
  148. },
  149. {
  150. "name": "seata.server.session.branch-async-queue-size",
  151. "type": "java.lang.Integer",
  152. "description": "branch async remove queue size",
  153. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.session.SessionProperties"
  154. },
  155. {
  156. "name": "seata.server.session.enable-branch-async",
  157. "type": "java.lang.Boolean",
  158. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.session.SessionProperties"
  159. },
  160. {
  161. "name": "seata.server.undo.log-delete-period",
  162. "type": "java.lang.Long",
  163. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerUndoProperties"
  164. },
  165. {
  166. "name": "seata.server.undo.log-save-days",
  167. "type": "java.lang.Integer",
  168. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerUndoProperties"
  169. },
  170. {
  171. "name": "seata.server.xaer-nota-retry-timeout",
  172. "type": "java.lang.Integer",
  173. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties",
  174. "defaultValue": 60000
  175. },
  176. {
  177. "name": "seata.store.db.branch-table",
  178. "type": "java.lang.String",
  179. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties",
  180. "defaultValue": "branch_table"
  181. },
  182. {
  183. "name": "seata.store.db.datasource",
  184. "type": "java.lang.String",
  185. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties",
  186. "defaultValue": "druid"
  187. },
  188. {
  189. "name": "seata.store.db.db-type",
  190. "type": "java.lang.String",
  191. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties",
  192. "defaultValue": "mysql"
  193. },
  194. {
  195. "name": "seata.store.db.distributed-lock-table",
  196. "type": "java.lang.String",
  197. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties",
  198. "defaultValue": "distributed_lock"
  199. },
  200. {
  201. "name": "seata.store.db.driver-class-name",
  202. "type": "java.lang.String",
  203. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties",
  204. "defaultValue": "com.mysql.jdbc.Driver"
  205. },
  206. {
  207. "name": "seata.store.db.global-table",
  208. "type": "java.lang.String",
  209. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties",
  210. "defaultValue": "global_table"
  211. },
  212. {
  213. "name": "seata.store.db.lock-table",
  214. "type": "java.lang.String",
  215. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties",
  216. "defaultValue": "lock_table"
  217. },
  218. {
  219. "name": "seata.store.db.max-conn",
  220. "type": "java.lang.Integer",
  221. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  222. },
  223. {
  224. "name": "seata.store.db.max-wait",
  225. "type": "java.lang.Integer",
  226. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties",
  227. "defaultValue": 5000
  228. },
  229. {
  230. "name": "seata.store.db.min-conn",
  231. "type": "java.lang.Integer",
  232. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  233. },
  234. {
  235. "name": "seata.store.db.password",
  236. "type": "java.lang.String",
  237. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties",
  238. "defaultValue": "mysql"
  239. },
  240. {
  241. "name": "seata.store.db.query-limit",
  242. "type": "java.lang.Integer",
  243. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  244. },
  245. {
  246. "name": "seata.store.db.url",
  247. "type": "java.lang.String",
  248. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties",
  249. "defaultValue": "jdbc:mysql:\/\/127.0.0.1:3306\/seata?rewriteBatchedStatements=true"
  250. },
  251. {
  252. "name": "seata.store.db.user",
  253. "type": "java.lang.String",
  254. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties",
  255. "defaultValue": "mysql"
  256. },
  257. {
  258. "name": "seata.store.file.dir",
  259. "type": "java.lang.String",
  260. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties",
  261. "defaultValue": "sessionStore"
  262. },
  263. {
  264. "name": "seata.store.file.file-write-buffer-cache-size",
  265. "type": "java.lang.Integer",
  266. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties",
  267. "defaultValue": 16384
  268. },
  269. {
  270. "name": "seata.store.file.flush-disk-mode",
  271. "type": "java.lang.String",
  272. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties",
  273. "defaultValue": "async"
  274. },
  275. {
  276. "name": "seata.store.file.max-branch-session-size",
  277. "type": "java.lang.Integer",
  278. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties",
  279. "defaultValue": 16384
  280. },
  281. {
  282. "name": "seata.store.file.max-global-session-size",
  283. "type": "java.lang.Integer",
  284. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties",
  285. "defaultValue": 512
  286. },
  287. {
  288. "name": "seata.store.file.session-reload-read-size",
  289. "type": "java.lang.Integer",
  290. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties"
  291. },
  292. {
  293. "name": "seata.store.lock.mode",
  294. "type": "java.lang.String",
  295. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties$Lock"
  296. },
  297. {
  298. "name": "seata.store.mode",
  299. "type": "java.lang.String",
  300. "description": "file, db, redis",
  301. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties",
  302. "defaultValue": "file"
  303. },
  304. {
  305. "name": "seata.store.public-key",
  306. "type": "java.lang.String",
  307. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties"
  308. },
  309. {
  310. "name": "seata.store.redis.database",
  311. "type": "java.lang.Integer",
  312. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties",
  313. "defaultValue": 0
  314. },
  315. {
  316. "name": "seata.store.redis.max-conn",
  317. "type": "java.lang.Integer",
  318. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties"
  319. },
  320. {
  321. "name": "seata.store.redis.max-total",
  322. "type": "java.lang.Integer",
  323. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties",
  324. "defaultValue": 100
  325. },
  326. {
  327. "name": "seata.store.redis.min-conn",
  328. "type": "java.lang.Integer",
  329. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties"
  330. },
  331. {
  332. "name": "seata.store.redis.mode",
  333. "type": "java.lang.String",
  334. "description": "single, sentinel",
  335. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties",
  336. "defaultValue": "single"
  337. },
  338. {
  339. "name": "seata.store.redis.password",
  340. "type": "java.lang.String",
  341. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties"
  342. },
  343. {
  344. "name": "seata.store.redis.query-limit",
  345. "type": "java.lang.Integer",
  346. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties"
  347. },
  348. {
  349. "name": "seata.store.redis.sentinel.master-name",
  350. "type": "java.lang.String",
  351. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties$Sentinel"
  352. },
  353. {
  354. "name": "seata.store.redis.sentinel.sentinel-hosts",
  355. "type": "java.lang.String",
  356. "description": "such as \"10.28.235.65:26379,10.28.235.65:26380,10.28.235.65:26381\"",
  357. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties$Sentinel"
  358. },
  359. {
  360. "name": "seata.store.redis.single.host",
  361. "type": "java.lang.String",
  362. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties$Single",
  363. "defaultValue": "127.0.0.1"
  364. },
  365. {
  366. "name": "seata.store.redis.single.port",
  367. "type": "java.lang.Integer",
  368. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties$Single",
  369. "defaultValue": 6379
  370. },
  371. {
  372. "name": "seata.store.session.mode",
  373. "type": "java.lang.String",
  374. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties$Session"
  375. }
  376. ],
  377. "hints": []
  378. }