spring-configuration-metadata.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  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. },
  95. {
  96. "name": "seata.server.enable-parallel-request-handle",
  97. "type": "java.lang.Boolean",
  98. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties"
  99. },
  100. {
  101. "name": "seata.server.max-commit-retry-timeout",
  102. "type": "java.time.Duration",
  103. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties"
  104. },
  105. {
  106. "name": "seata.server.max-rollback-retry-timeout",
  107. "type": "java.time.Duration",
  108. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties"
  109. },
  110. {
  111. "name": "seata.server.recovery.async-committing-retry-period",
  112. "type": "java.lang.Integer",
  113. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerRecoveryProperties"
  114. },
  115. {
  116. "name": "seata.server.recovery.committing-retry-period",
  117. "type": "java.lang.Integer",
  118. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerRecoveryProperties"
  119. },
  120. {
  121. "name": "seata.server.recovery.rollbacking-retry-period",
  122. "type": "java.lang.Integer",
  123. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerRecoveryProperties"
  124. },
  125. {
  126. "name": "seata.server.recovery.timeout-retry-period",
  127. "type": "java.lang.Integer",
  128. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerRecoveryProperties"
  129. },
  130. {
  131. "name": "seata.server.retry-dead-threshold",
  132. "type": "java.lang.Integer",
  133. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties"
  134. },
  135. {
  136. "name": "seata.server.rollback-retry-timeout-unlock-enable",
  137. "type": "java.lang.Boolean",
  138. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties"
  139. },
  140. {
  141. "name": "seata.server.service-port",
  142. "type": "java.lang.Integer",
  143. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties"
  144. },
  145. {
  146. "name": "seata.server.session.branch-async-queue-size",
  147. "type": "java.lang.Integer",
  148. "description": "branch async remove queue size",
  149. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.session.SessionProperties"
  150. },
  151. {
  152. "name": "seata.server.session.enable-branch-async",
  153. "type": "java.lang.Boolean",
  154. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.session.SessionProperties"
  155. },
  156. {
  157. "name": "seata.server.undo.log-delete-period",
  158. "type": "java.lang.Long",
  159. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerUndoProperties"
  160. },
  161. {
  162. "name": "seata.server.undo.log-save-days",
  163. "type": "java.lang.Integer",
  164. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerUndoProperties"
  165. },
  166. {
  167. "name": "seata.server.xaer-nota-retry-timeout",
  168. "type": "java.lang.Integer",
  169. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.ServerProperties"
  170. },
  171. {
  172. "name": "seata.store.db.branch-table",
  173. "type": "java.lang.String",
  174. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  175. },
  176. {
  177. "name": "seata.store.db.datasource",
  178. "type": "java.lang.String",
  179. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  180. },
  181. {
  182. "name": "seata.store.db.db-type",
  183. "type": "java.lang.String",
  184. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  185. },
  186. {
  187. "name": "seata.store.db.distributed-lock-table",
  188. "type": "java.lang.String",
  189. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  190. },
  191. {
  192. "name": "seata.store.db.driver-class-name",
  193. "type": "java.lang.String",
  194. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  195. },
  196. {
  197. "name": "seata.store.db.global-table",
  198. "type": "java.lang.String",
  199. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  200. },
  201. {
  202. "name": "seata.store.db.lock-table",
  203. "type": "java.lang.String",
  204. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  205. },
  206. {
  207. "name": "seata.store.db.max-conn",
  208. "type": "java.lang.Integer",
  209. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  210. },
  211. {
  212. "name": "seata.store.db.max-wait",
  213. "type": "java.lang.Integer",
  214. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  215. },
  216. {
  217. "name": "seata.store.db.min-conn",
  218. "type": "java.lang.Integer",
  219. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  220. },
  221. {
  222. "name": "seata.store.db.password",
  223. "type": "java.lang.String",
  224. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  225. },
  226. {
  227. "name": "seata.store.db.query-limit",
  228. "type": "java.lang.Integer",
  229. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  230. },
  231. {
  232. "name": "seata.store.db.url",
  233. "type": "java.lang.String",
  234. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  235. },
  236. {
  237. "name": "seata.store.db.user",
  238. "type": "java.lang.String",
  239. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreDBProperties"
  240. },
  241. {
  242. "name": "seata.store.file.dir",
  243. "type": "java.lang.String",
  244. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties"
  245. },
  246. {
  247. "name": "seata.store.file.file-write-buffer-cache-size",
  248. "type": "java.lang.Integer",
  249. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties"
  250. },
  251. {
  252. "name": "seata.store.file.flush-disk-mode",
  253. "type": "java.lang.String",
  254. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties"
  255. },
  256. {
  257. "name": "seata.store.file.max-branch-session-size",
  258. "type": "java.lang.Integer",
  259. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties"
  260. },
  261. {
  262. "name": "seata.store.file.max-global-session-size",
  263. "type": "java.lang.Integer",
  264. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties"
  265. },
  266. {
  267. "name": "seata.store.file.session-reload-read-size",
  268. "type": "java.lang.Integer",
  269. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreFileProperties"
  270. },
  271. {
  272. "name": "seata.store.lock.mode",
  273. "type": "java.lang.String",
  274. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties$Lock"
  275. },
  276. {
  277. "name": "seata.store.mode",
  278. "type": "java.lang.String",
  279. "description": "file, db, redis",
  280. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties"
  281. },
  282. {
  283. "name": "seata.store.public-key",
  284. "type": "java.lang.String",
  285. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties"
  286. },
  287. {
  288. "name": "seata.store.redis.database",
  289. "type": "java.lang.Integer",
  290. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties"
  291. },
  292. {
  293. "name": "seata.store.redis.max-conn",
  294. "type": "java.lang.Integer",
  295. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties"
  296. },
  297. {
  298. "name": "seata.store.redis.max-total",
  299. "type": "java.lang.Integer",
  300. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties"
  301. },
  302. {
  303. "name": "seata.store.redis.min-conn",
  304. "type": "java.lang.Integer",
  305. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties"
  306. },
  307. {
  308. "name": "seata.store.redis.mode",
  309. "type": "java.lang.String",
  310. "description": "single, sentinel",
  311. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties"
  312. },
  313. {
  314. "name": "seata.store.redis.password",
  315. "type": "java.lang.String",
  316. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties"
  317. },
  318. {
  319. "name": "seata.store.redis.query-limit",
  320. "type": "java.lang.Integer",
  321. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties"
  322. },
  323. {
  324. "name": "seata.store.redis.sentinel.master-name",
  325. "type": "java.lang.String",
  326. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties$Sentinel"
  327. },
  328. {
  329. "name": "seata.store.redis.sentinel.sentinel-hosts",
  330. "type": "java.lang.String",
  331. "description": "such as \"10.28.235.65:26379,10.28.235.65:26380,10.28.235.65:26381\"",
  332. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties$Sentinel"
  333. },
  334. {
  335. "name": "seata.store.redis.single.host",
  336. "type": "java.lang.String",
  337. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties$Single"
  338. },
  339. {
  340. "name": "seata.store.redis.single.port",
  341. "type": "java.lang.Integer",
  342. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreRedisProperties$Single"
  343. },
  344. {
  345. "name": "seata.store.session.mode",
  346. "type": "java.lang.String",
  347. "sourceType": "io.seata.spring.boot.autoconfigure.properties.server.store.StoreProperties$Session"
  348. }
  349. ],
  350. "hints": []
  351. }