data-writer-mysql-api.iml 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
  3. <component name="FacetManager">
  4. <facet type="Spring" name="Spring">
  5. <configuration />
  6. </facet>
  7. <facet type="web" name="Web">
  8. <configuration>
  9. <webroots />
  10. </configuration>
  11. </facet>
  12. </component>
  13. <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
  14. <output url="file://$MODULE_DIR$/target/classes" />
  15. <output-test url="file://$MODULE_DIR$/target/test-classes" />
  16. <content url="file://$MODULE_DIR$">
  17. <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
  18. <excludeFolder url="file://$MODULE_DIR$/target" />
  19. </content>
  20. <orderEntry type="inheritedJdk" />
  21. <orderEntry type="sourceFolder" forTests="false" />
  22. <orderEntry type="module-library">
  23. <library>
  24. <CLASSES>
  25. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter-openfeign/3.1.1/spring-cloud-starter-openfeign-3.1.1.jar!/" />
  26. </CLASSES>
  27. <JAVADOC />
  28. <SOURCES />
  29. </library>
  30. </orderEntry>
  31. <orderEntry type="module-library">
  32. <library>
  33. <CLASSES>
  34. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter/3.1.1/spring-cloud-starter-3.1.1.jar!/" />
  35. </CLASSES>
  36. <JAVADOC />
  37. <SOURCES />
  38. </library>
  39. </orderEntry>
  40. <orderEntry type="module-library">
  41. <library>
  42. <CLASSES>
  43. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter/2.6.6/spring-boot-starter-2.6.6.jar!/" />
  44. </CLASSES>
  45. <JAVADOC />
  46. <SOURCES />
  47. </library>
  48. </orderEntry>
  49. <orderEntry type="module-library">
  50. <library>
  51. <CLASSES>
  52. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot/2.6.6/spring-boot-2.6.6.jar!/" />
  53. </CLASSES>
  54. <JAVADOC />
  55. <SOURCES />
  56. </library>
  57. </orderEntry>
  58. <orderEntry type="module-library">
  59. <library>
  60. <CLASSES>
  61. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/5.3.18/spring-core-5.3.18.jar!/" />
  62. </CLASSES>
  63. <JAVADOC />
  64. <SOURCES />
  65. </library>
  66. </orderEntry>
  67. <orderEntry type="module-library">
  68. <library>
  69. <CLASSES>
  70. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jcl/5.3.18/spring-jcl-5.3.18.jar!/" />
  71. </CLASSES>
  72. <JAVADOC />
  73. <SOURCES />
  74. </library>
  75. </orderEntry>
  76. <orderEntry type="module-library">
  77. <library>
  78. <CLASSES>
  79. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/5.3.18/spring-context-5.3.18.jar!/" />
  80. </CLASSES>
  81. <JAVADOC />
  82. <SOURCES />
  83. </library>
  84. </orderEntry>
  85. <orderEntry type="module-library">
  86. <library>
  87. <CLASSES>
  88. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aop/5.3.18/spring-aop-5.3.18.jar!/" />
  89. </CLASSES>
  90. <JAVADOC />
  91. <SOURCES />
  92. </library>
  93. </orderEntry>
  94. <orderEntry type="module-library">
  95. <library>
  96. <CLASSES>
  97. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/5.3.18/spring-beans-5.3.18.jar!/" />
  98. </CLASSES>
  99. <JAVADOC />
  100. <SOURCES />
  101. </library>
  102. </orderEntry>
  103. <orderEntry type="module-library">
  104. <library>
  105. <CLASSES>
  106. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-expression/5.3.18/spring-expression-5.3.18.jar!/" />
  107. </CLASSES>
  108. <JAVADOC />
  109. <SOURCES />
  110. </library>
  111. </orderEntry>
  112. <orderEntry type="module-library">
  113. <library>
  114. <CLASSES>
  115. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-autoconfigure/2.6.6/spring-boot-autoconfigure-2.6.6.jar!/" />
  116. </CLASSES>
  117. <JAVADOC />
  118. <SOURCES />
  119. </library>
  120. </orderEntry>
  121. <orderEntry type="module-library">
  122. <library>
  123. <CLASSES>
  124. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-logging/2.6.6/spring-boot-starter-logging-2.6.6.jar!/" />
  125. </CLASSES>
  126. <JAVADOC />
  127. <SOURCES />
  128. </library>
  129. </orderEntry>
  130. <orderEntry type="module-library">
  131. <library>
  132. <CLASSES>
  133. <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar!/" />
  134. </CLASSES>
  135. <JAVADOC />
  136. <SOURCES />
  137. </library>
  138. </orderEntry>
  139. <orderEntry type="module-library">
  140. <library>
  141. <CLASSES>
  142. <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar!/" />
  143. </CLASSES>
  144. <JAVADOC />
  145. <SOURCES />
  146. </library>
  147. </orderEntry>
  148. <orderEntry type="module-library">
  149. <library>
  150. <CLASSES>
  151. <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar!/" />
  152. </CLASSES>
  153. <JAVADOC />
  154. <SOURCES />
  155. </library>
  156. </orderEntry>
  157. <orderEntry type="module-library">
  158. <library>
  159. <CLASSES>
  160. <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-to-slf4j/2.17.2/log4j-to-slf4j-2.17.2.jar!/" />
  161. </CLASSES>
  162. <JAVADOC />
  163. <SOURCES />
  164. </library>
  165. </orderEntry>
  166. <orderEntry type="module-library">
  167. <library>
  168. <CLASSES>
  169. <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar!/" />
  170. </CLASSES>
  171. <JAVADOC />
  172. <SOURCES />
  173. </library>
  174. </orderEntry>
  175. <orderEntry type="module-library">
  176. <library>
  177. <CLASSES>
  178. <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/jul-to-slf4j/1.7.36/jul-to-slf4j-1.7.36.jar!/" />
  179. </CLASSES>
  180. <JAVADOC />
  181. <SOURCES />
  182. </library>
  183. </orderEntry>
  184. <orderEntry type="module-library">
  185. <library>
  186. <CLASSES>
  187. <root url="jar://$MAVEN_REPOSITORY$/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar!/" />
  188. </CLASSES>
  189. <JAVADOC />
  190. <SOURCES />
  191. </library>
  192. </orderEntry>
  193. <orderEntry type="module-library">
  194. <library>
  195. <CLASSES>
  196. <root url="jar://$MAVEN_REPOSITORY$/org/yaml/snakeyaml/1.29/snakeyaml-1.29.jar!/" />
  197. </CLASSES>
  198. <JAVADOC />
  199. <SOURCES />
  200. </library>
  201. </orderEntry>
  202. <orderEntry type="module-library">
  203. <library>
  204. <CLASSES>
  205. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-context/3.1.1/spring-cloud-context-3.1.1.jar!/" />
  206. </CLASSES>
  207. <JAVADOC />
  208. <SOURCES />
  209. </library>
  210. </orderEntry>
  211. <orderEntry type="module-library">
  212. <library>
  213. <CLASSES>
  214. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-crypto/5.6.2/spring-security-crypto-5.6.2.jar!/" />
  215. </CLASSES>
  216. <JAVADOC />
  217. <SOURCES />
  218. </library>
  219. </orderEntry>
  220. <orderEntry type="module-library">
  221. <library>
  222. <CLASSES>
  223. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-commons/3.1.1/spring-cloud-commons-3.1.1.jar!/" />
  224. </CLASSES>
  225. <JAVADOC />
  226. <SOURCES />
  227. </library>
  228. </orderEntry>
  229. <orderEntry type="module-library">
  230. <library>
  231. <CLASSES>
  232. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/security/spring-security-rsa/1.0.10.RELEASE/spring-security-rsa-1.0.10.RELEASE.jar!/" />
  233. </CLASSES>
  234. <JAVADOC />
  235. <SOURCES />
  236. </library>
  237. </orderEntry>
  238. <orderEntry type="module-library">
  239. <library>
  240. <CLASSES>
  241. <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcpkix-jdk15on/1.68/bcpkix-jdk15on-1.68.jar!/" />
  242. </CLASSES>
  243. <JAVADOC />
  244. <SOURCES />
  245. </library>
  246. </orderEntry>
  247. <orderEntry type="module-library">
  248. <library>
  249. <CLASSES>
  250. <root url="jar://$MAVEN_REPOSITORY$/org/bouncycastle/bcprov-jdk15on/1.68/bcprov-jdk15on-1.68.jar!/" />
  251. </CLASSES>
  252. <JAVADOC />
  253. <SOURCES />
  254. </library>
  255. </orderEntry>
  256. <orderEntry type="module-library">
  257. <library>
  258. <CLASSES>
  259. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-openfeign-core/3.1.1/spring-cloud-openfeign-core-3.1.1.jar!/" />
  260. </CLASSES>
  261. <JAVADOC />
  262. <SOURCES />
  263. </library>
  264. </orderEntry>
  265. <orderEntry type="module-library">
  266. <library>
  267. <CLASSES>
  268. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-aop/2.6.6/spring-boot-starter-aop-2.6.6.jar!/" />
  269. </CLASSES>
  270. <JAVADOC />
  271. <SOURCES />
  272. </library>
  273. </orderEntry>
  274. <orderEntry type="module-library">
  275. <library>
  276. <CLASSES>
  277. <root url="jar://$MAVEN_REPOSITORY$/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar!/" />
  278. </CLASSES>
  279. <JAVADOC />
  280. <SOURCES />
  281. </library>
  282. </orderEntry>
  283. <orderEntry type="module-library">
  284. <library>
  285. <CLASSES>
  286. <root url="jar://$MAVEN_REPOSITORY$/io/github/openfeign/form/feign-form-spring/3.8.0/feign-form-spring-3.8.0.jar!/" />
  287. </CLASSES>
  288. <JAVADOC />
  289. <SOURCES />
  290. </library>
  291. </orderEntry>
  292. <orderEntry type="module-library">
  293. <library>
  294. <CLASSES>
  295. <root url="jar://$MAVEN_REPOSITORY$/io/github/openfeign/form/feign-form/3.8.0/feign-form-3.8.0.jar!/" />
  296. </CLASSES>
  297. <JAVADOC />
  298. <SOURCES />
  299. </library>
  300. </orderEntry>
  301. <orderEntry type="module-library">
  302. <library>
  303. <CLASSES>
  304. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-web/5.3.18/spring-web-5.3.18.jar!/" />
  305. </CLASSES>
  306. <JAVADOC />
  307. <SOURCES />
  308. </library>
  309. </orderEntry>
  310. <orderEntry type="module-library">
  311. <library>
  312. <CLASSES>
  313. <root url="jar://$MAVEN_REPOSITORY$/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar!/" />
  314. </CLASSES>
  315. <JAVADOC />
  316. <SOURCES />
  317. </library>
  318. </orderEntry>
  319. <orderEntry type="module-library">
  320. <library>
  321. <CLASSES>
  322. <root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar!/" />
  323. </CLASSES>
  324. <JAVADOC />
  325. <SOURCES />
  326. </library>
  327. </orderEntry>
  328. <orderEntry type="module-library">
  329. <library>
  330. <CLASSES>
  331. <root url="jar://$MAVEN_REPOSITORY$/io/github/openfeign/feign-core/11.8/feign-core-11.8.jar!/" />
  332. </CLASSES>
  333. <JAVADOC />
  334. <SOURCES />
  335. </library>
  336. </orderEntry>
  337. <orderEntry type="module-library">
  338. <library>
  339. <CLASSES>
  340. <root url="jar://$MAVEN_REPOSITORY$/io/github/openfeign/feign-slf4j/11.8/feign-slf4j-11.8.jar!/" />
  341. </CLASSES>
  342. <JAVADOC />
  343. <SOURCES />
  344. </library>
  345. </orderEntry>
  346. <orderEntry type="module-library">
  347. <library>
  348. <CLASSES>
  349. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter-bootstrap/3.1.1/spring-cloud-starter-bootstrap-3.1.1.jar!/" />
  350. </CLASSES>
  351. <JAVADOC />
  352. <SOURCES />
  353. </library>
  354. </orderEntry>
  355. <orderEntry type="module-library">
  356. <library>
  357. <CLASSES>
  358. <root url="jar://$MAVEN_REPOSITORY$/com/usky/usky-common-core/0.0.1/usky-common-core-0.0.1.jar!/" />
  359. </CLASSES>
  360. <JAVADOC />
  361. <SOURCES />
  362. </library>
  363. </orderEntry>
  364. <orderEntry type="module-library">
  365. <library>
  366. <CLASSES>
  367. <root url="jar://$MAVEN_REPOSITORY$/ma/glasnost/orika/orika-core/1.5.4/orika-core-1.5.4.jar!/" />
  368. </CLASSES>
  369. <JAVADOC />
  370. <SOURCES />
  371. </library>
  372. </orderEntry>
  373. <orderEntry type="module-library">
  374. <library>
  375. <CLASSES>
  376. <root url="jar://$MAVEN_REPOSITORY$/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar!/" />
  377. </CLASSES>
  378. <JAVADOC />
  379. <SOURCES />
  380. </library>
  381. </orderEntry>
  382. <orderEntry type="module-library">
  383. <library>
  384. <CLASSES>
  385. <root url="jar://$MAVEN_REPOSITORY$/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.jar!/" />
  386. </CLASSES>
  387. <JAVADOC />
  388. <SOURCES />
  389. </library>
  390. </orderEntry>
  391. <orderEntry type="module-library">
  392. <library>
  393. <CLASSES>
  394. <root url="jar://$MAVEN_REPOSITORY$/com/carrotsearch/java-sizeof/0.0.5/java-sizeof-0.0.5.jar!/" />
  395. </CLASSES>
  396. <JAVADOC />
  397. <SOURCES />
  398. </library>
  399. </orderEntry>
  400. <orderEntry type="module-library">
  401. <library>
  402. <CLASSES>
  403. <root url="jar://$MAVEN_REPOSITORY$/org/codehaus/janino/janino/3.1.6/janino-3.1.6.jar!/" />
  404. </CLASSES>
  405. <JAVADOC />
  406. <SOURCES />
  407. </library>
  408. </orderEntry>
  409. <orderEntry type="module-library">
  410. <library>
  411. <CLASSES>
  412. <root url="jar://$MAVEN_REPOSITORY$/org/codehaus/janino/commons-compiler/3.1.6/commons-compiler-3.1.6.jar!/" />
  413. </CLASSES>
  414. <JAVADOC />
  415. <SOURCES />
  416. </library>
  417. </orderEntry>
  418. <orderEntry type="module-library">
  419. <library>
  420. <CLASSES>
  421. <root url="jar://$MAVEN_REPOSITORY$/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.jar!/" />
  422. </CLASSES>
  423. <JAVADOC />
  424. <SOURCES />
  425. </library>
  426. </orderEntry>
  427. <orderEntry type="module-library">
  428. <library>
  429. <CLASSES>
  430. <root url="jar://$MAVEN_REPOSITORY$/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar!/" />
  431. </CLASSES>
  432. <JAVADOC />
  433. <SOURCES />
  434. </library>
  435. </orderEntry>
  436. <orderEntry type="module-library">
  437. <library>
  438. <CLASSES>
  439. <root url="jar://$MAVEN_REPOSITORY$/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar!/" />
  440. </CLASSES>
  441. <JAVADOC />
  442. <SOURCES />
  443. </library>
  444. </orderEntry>
  445. <orderEntry type="module-library">
  446. <library>
  447. <CLASSES>
  448. <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2.jar!/" />
  449. </CLASSES>
  450. <JAVADOC />
  451. <SOURCES />
  452. </library>
  453. </orderEntry>
  454. <orderEntry type="module-library">
  455. <library>
  456. <CLASSES>
  457. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar!/" />
  458. </CLASSES>
  459. <JAVADOC />
  460. <SOURCES />
  461. </library>
  462. </orderEntry>
  463. <orderEntry type="module-library">
  464. <library>
  465. <CLASSES>
  466. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar!/" />
  467. </CLASSES>
  468. <JAVADOC />
  469. <SOURCES />
  470. </library>
  471. </orderEntry>
  472. <orderEntry type="module-library">
  473. <library>
  474. <CLASSES>
  475. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar!/" />
  476. </CLASSES>
  477. <JAVADOC />
  478. <SOURCES />
  479. </library>
  480. </orderEntry>
  481. <orderEntry type="module-library">
  482. <library>
  483. <CLASSES>
  484. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.2/jackson-datatype-jsr310-2.13.2.jar!/" />
  485. </CLASSES>
  486. <JAVADOC />
  487. <SOURCES />
  488. </library>
  489. </orderEntry>
  490. <orderEntry type="module-library">
  491. <library>
  492. <CLASSES>
  493. <root url="jar://$MAVEN_REPOSITORY$/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar!/" />
  494. </CLASSES>
  495. <JAVADOC />
  496. <SOURCES />
  497. </library>
  498. </orderEntry>
  499. <orderEntry type="module-library">
  500. <library>
  501. <CLASSES>
  502. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter-loadbalancer/3.1.1/spring-cloud-starter-loadbalancer-3.1.1.jar!/" />
  503. </CLASSES>
  504. <JAVADOC />
  505. <SOURCES />
  506. </library>
  507. </orderEntry>
  508. <orderEntry type="module-library">
  509. <library>
  510. <CLASSES>
  511. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-loadbalancer/3.1.1/spring-cloud-loadbalancer-3.1.1.jar!/" />
  512. </CLASSES>
  513. <JAVADOC />
  514. <SOURCES />
  515. </library>
  516. </orderEntry>
  517. <orderEntry type="module-library">
  518. <library>
  519. <CLASSES>
  520. <root url="jar://$MAVEN_REPOSITORY$/io/projectreactor/reactor-core/3.4.16/reactor-core-3.4.16.jar!/" />
  521. </CLASSES>
  522. <JAVADOC />
  523. <SOURCES />
  524. </library>
  525. </orderEntry>
  526. <orderEntry type="module-library">
  527. <library>
  528. <CLASSES>
  529. <root url="jar://$MAVEN_REPOSITORY$/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar!/" />
  530. </CLASSES>
  531. <JAVADOC />
  532. <SOURCES />
  533. </library>
  534. </orderEntry>
  535. <orderEntry type="module-library">
  536. <library>
  537. <CLASSES>
  538. <root url="jar://$MAVEN_REPOSITORY$/io/projectreactor/addons/reactor-extra/3.4.7/reactor-extra-3.4.7.jar!/" />
  539. </CLASSES>
  540. <JAVADOC />
  541. <SOURCES />
  542. </library>
  543. </orderEntry>
  544. <orderEntry type="module-library">
  545. <library>
  546. <CLASSES>
  547. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-cache/2.6.6/spring-boot-starter-cache-2.6.6.jar!/" />
  548. </CLASSES>
  549. <JAVADOC />
  550. <SOURCES />
  551. </library>
  552. </orderEntry>
  553. <orderEntry type="module-library">
  554. <library>
  555. <CLASSES>
  556. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context-support/5.3.18/spring-context-support-5.3.18.jar!/" />
  557. </CLASSES>
  558. <JAVADOC />
  559. <SOURCES />
  560. </library>
  561. </orderEntry>
  562. <orderEntry type="module-library">
  563. <library>
  564. <CLASSES>
  565. <root url="jar://$MAVEN_REPOSITORY$/com/stoyanr/evictor/1.0.0/evictor-1.0.0.jar!/" />
  566. </CLASSES>
  567. <JAVADOC />
  568. <SOURCES />
  569. </library>
  570. </orderEntry>
  571. <orderEntry type="module-library">
  572. <library>
  573. <CLASSES>
  574. <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/fastjson/1.2.80/fastjson-1.2.80.jar!/" />
  575. </CLASSES>
  576. <JAVADOC />
  577. <SOURCES />
  578. </library>
  579. </orderEntry>
  580. <orderEntry type="module-library">
  581. <library>
  582. <CLASSES>
  583. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-web/2.6.6/spring-boot-starter-web-2.6.6.jar!/" />
  584. </CLASSES>
  585. <JAVADOC />
  586. <SOURCES />
  587. </library>
  588. </orderEntry>
  589. <orderEntry type="module-library">
  590. <library>
  591. <CLASSES>
  592. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-json/2.6.6/spring-boot-starter-json-2.6.6.jar!/" />
  593. </CLASSES>
  594. <JAVADOC />
  595. <SOURCES />
  596. </library>
  597. </orderEntry>
  598. <orderEntry type="module-library">
  599. <library>
  600. <CLASSES>
  601. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.13.2/jackson-datatype-jdk8-2.13.2.jar!/" />
  602. </CLASSES>
  603. <JAVADOC />
  604. <SOURCES />
  605. </library>
  606. </orderEntry>
  607. <orderEntry type="module-library">
  608. <library>
  609. <CLASSES>
  610. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-parameter-names/2.13.2/jackson-module-parameter-names-2.13.2.jar!/" />
  611. </CLASSES>
  612. <JAVADOC />
  613. <SOURCES />
  614. </library>
  615. </orderEntry>
  616. <orderEntry type="module-library">
  617. <library>
  618. <CLASSES>
  619. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-tomcat/2.6.6/spring-boot-starter-tomcat-2.6.6.jar!/" />
  620. </CLASSES>
  621. <JAVADOC />
  622. <SOURCES />
  623. </library>
  624. </orderEntry>
  625. <orderEntry type="module-library">
  626. <library>
  627. <CLASSES>
  628. <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-core/9.0.60/tomcat-embed-core-9.0.60.jar!/" />
  629. </CLASSES>
  630. <JAVADOC />
  631. <SOURCES />
  632. </library>
  633. </orderEntry>
  634. <orderEntry type="module-library">
  635. <library>
  636. <CLASSES>
  637. <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-el/9.0.60/tomcat-embed-el-9.0.60.jar!/" />
  638. </CLASSES>
  639. <JAVADOC />
  640. <SOURCES />
  641. </library>
  642. </orderEntry>
  643. <orderEntry type="module-library">
  644. <library>
  645. <CLASSES>
  646. <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.60/tomcat-embed-websocket-9.0.60.jar!/" />
  647. </CLASSES>
  648. <JAVADOC />
  649. <SOURCES />
  650. </library>
  651. </orderEntry>
  652. <orderEntry type="module-library">
  653. <library>
  654. <CLASSES>
  655. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-webmvc/5.3.18/spring-webmvc-5.3.18.jar!/" />
  656. </CLASSES>
  657. <JAVADOC />
  658. <SOURCES />
  659. </library>
  660. </orderEntry>
  661. <orderEntry type="module-library">
  662. <library>
  663. <CLASSES>
  664. <root url="jar://$MAVEN_REPOSITORY$/com/alibaba/transmittable-thread-local/2.12.2/transmittable-thread-local-2.12.2.jar!/" />
  665. </CLASSES>
  666. <JAVADOC />
  667. <SOURCES />
  668. </library>
  669. </orderEntry>
  670. <orderEntry type="module-library">
  671. <library>
  672. <CLASSES>
  673. <root url="jar://$MAVEN_REPOSITORY$/io/jsonwebtoken/jjwt/0.9.1/jjwt-0.9.1.jar!/" />
  674. </CLASSES>
  675. <JAVADOC />
  676. <SOURCES />
  677. </library>
  678. </orderEntry>
  679. <orderEntry type="module-library">
  680. <library>
  681. <CLASSES>
  682. <root url="jar://$MAVEN_REPOSITORY$/cn/hutool/hutool-all/5.6.1/hutool-all-5.6.1.jar!/" />
  683. </CLASSES>
  684. <JAVADOC />
  685. <SOURCES />
  686. </library>
  687. </orderEntry>
  688. <orderEntry type="module-library">
  689. <library>
  690. <CLASSES>
  691. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter-netflix-hystrix/2.2.10.RELEASE/spring-cloud-starter-netflix-hystrix-2.2.10.RELEASE.jar!/" />
  692. </CLASSES>
  693. <JAVADOC />
  694. <SOURCES />
  695. </library>
  696. </orderEntry>
  697. <orderEntry type="module-library">
  698. <library>
  699. <CLASSES>
  700. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-netflix-hystrix/2.2.10.RELEASE/spring-cloud-netflix-hystrix-2.2.10.RELEASE.jar!/" />
  701. </CLASSES>
  702. <JAVADOC />
  703. <SOURCES />
  704. </library>
  705. </orderEntry>
  706. <orderEntry type="module-library">
  707. <library>
  708. <CLASSES>
  709. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-netflix-ribbon/2.2.10.RELEASE/spring-cloud-netflix-ribbon-2.2.10.RELEASE.jar!/" />
  710. </CLASSES>
  711. <JAVADOC />
  712. <SOURCES />
  713. </library>
  714. </orderEntry>
  715. <orderEntry type="module-library">
  716. <library>
  717. <CLASSES>
  718. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-netflix-archaius/2.2.10.RELEASE/spring-cloud-netflix-archaius-2.2.10.RELEASE.jar!/" />
  719. </CLASSES>
  720. <JAVADOC />
  721. <SOURCES />
  722. </library>
  723. </orderEntry>
  724. <orderEntry type="module-library">
  725. <library>
  726. <CLASSES>
  727. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/cloud/spring-cloud-starter-netflix-archaius/2.2.10.RELEASE/spring-cloud-starter-netflix-archaius-2.2.10.RELEASE.jar!/" />
  728. </CLASSES>
  729. <JAVADOC />
  730. <SOURCES />
  731. </library>
  732. </orderEntry>
  733. <orderEntry type="module-library">
  734. <library>
  735. <CLASSES>
  736. <root url="jar://$MAVEN_REPOSITORY$/com/netflix/archaius/archaius-core/0.7.7/archaius-core-0.7.7.jar!/" />
  737. </CLASSES>
  738. <JAVADOC />
  739. <SOURCES />
  740. </library>
  741. </orderEntry>
  742. <orderEntry type="module-library">
  743. <library>
  744. <CLASSES>
  745. <root url="jar://$MAVEN_REPOSITORY$/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar!/" />
  746. </CLASSES>
  747. <JAVADOC />
  748. <SOURCES />
  749. </library>
  750. </orderEntry>
  751. <orderEntry type="module-library">
  752. <library>
  753. <CLASSES>
  754. <root url="jar://$MAVEN_REPOSITORY$/commons-configuration/commons-configuration/1.8/commons-configuration-1.8.jar!/" />
  755. </CLASSES>
  756. <JAVADOC />
  757. <SOURCES />
  758. </library>
  759. </orderEntry>
  760. <orderEntry type="module-library">
  761. <library>
  762. <CLASSES>
  763. <root url="jar://$MAVEN_REPOSITORY$/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/" />
  764. </CLASSES>
  765. <JAVADOC />
  766. <SOURCES />
  767. </library>
  768. </orderEntry>
  769. <orderEntry type="module-library">
  770. <library>
  771. <CLASSES>
  772. <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar!/" />
  773. </CLASSES>
  774. <JAVADOC />
  775. <SOURCES />
  776. </library>
  777. </orderEntry>
  778. <orderEntry type="module-library">
  779. <library>
  780. <CLASSES>
  781. <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar!/" />
  782. </CLASSES>
  783. <JAVADOC />
  784. <SOURCES />
  785. </library>
  786. </orderEntry>
  787. <orderEntry type="module-library">
  788. <library>
  789. <CLASSES>
  790. <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar!/" />
  791. </CLASSES>
  792. <JAVADOC />
  793. <SOURCES />
  794. </library>
  795. </orderEntry>
  796. <orderEntry type="module-library">
  797. <library>
  798. <CLASSES>
  799. <root url="jar://$MAVEN_REPOSITORY$/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar!/" />
  800. </CLASSES>
  801. <JAVADOC />
  802. <SOURCES />
  803. </library>
  804. </orderEntry>
  805. <orderEntry type="module-library">
  806. <library>
  807. <CLASSES>
  808. <root url="jar://$MAVEN_REPOSITORY$/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar!/" />
  809. </CLASSES>
  810. <JAVADOC />
  811. <SOURCES />
  812. </library>
  813. </orderEntry>
  814. <orderEntry type="module-library">
  815. <library>
  816. <CLASSES>
  817. <root url="jar://$MAVEN_REPOSITORY$/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar!/" />
  818. </CLASSES>
  819. <JAVADOC />
  820. <SOURCES />
  821. </library>
  822. </orderEntry>
  823. <orderEntry type="module-library">
  824. <library>
  825. <CLASSES>
  826. <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-core/1.5.18/hystrix-core-1.5.18.jar!/" />
  827. </CLASSES>
  828. <JAVADOC />
  829. <SOURCES />
  830. </library>
  831. </orderEntry>
  832. <orderEntry type="module-library">
  833. <library>
  834. <CLASSES>
  835. <root url="jar://$MAVEN_REPOSITORY$/io/reactivex/rxjava/1.3.8/rxjava-1.3.8.jar!/" />
  836. </CLASSES>
  837. <JAVADOC />
  838. <SOURCES />
  839. </library>
  840. </orderEntry>
  841. <orderEntry type="module-library">
  842. <library>
  843. <CLASSES>
  844. <root url="jar://$MAVEN_REPOSITORY$/org/hdrhistogram/HdrHistogram/2.1.9/HdrHistogram-2.1.9.jar!/" />
  845. </CLASSES>
  846. <JAVADOC />
  847. <SOURCES />
  848. </library>
  849. </orderEntry>
  850. <orderEntry type="module-library">
  851. <library>
  852. <CLASSES>
  853. <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-serialization/1.5.18/hystrix-serialization-1.5.18.jar!/" />
  854. </CLASSES>
  855. <JAVADOC />
  856. <SOURCES />
  857. </library>
  858. </orderEntry>
  859. <orderEntry type="module-library">
  860. <library>
  861. <CLASSES>
  862. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-afterburner/2.13.2/jackson-module-afterburner-2.13.2.jar!/" />
  863. </CLASSES>
  864. <JAVADOC />
  865. <SOURCES />
  866. </library>
  867. </orderEntry>
  868. <orderEntry type="module-library">
  869. <library>
  870. <CLASSES>
  871. <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-metrics-event-stream/1.5.18/hystrix-metrics-event-stream-1.5.18.jar!/" />
  872. </CLASSES>
  873. <JAVADOC />
  874. <SOURCES />
  875. </library>
  876. </orderEntry>
  877. <orderEntry type="module-library">
  878. <library>
  879. <CLASSES>
  880. <root url="jar://$MAVEN_REPOSITORY$/com/netflix/hystrix/hystrix-javanica/1.5.18/hystrix-javanica-1.5.18.jar!/" />
  881. </CLASSES>
  882. <JAVADOC />
  883. <SOURCES />
  884. </library>
  885. </orderEntry>
  886. <orderEntry type="module-library">
  887. <library>
  888. <CLASSES>
  889. <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar!/" />
  890. </CLASSES>
  891. <JAVADOC />
  892. <SOURCES />
  893. </library>
  894. </orderEntry>
  895. <orderEntry type="module-library">
  896. <library>
  897. <CLASSES>
  898. <root url="jar://$MAVEN_REPOSITORY$/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar!/" />
  899. </CLASSES>
  900. <JAVADOC />
  901. <SOURCES />
  902. </library>
  903. </orderEntry>
  904. <orderEntry type="module-library">
  905. <library>
  906. <CLASSES>
  907. <root url="jar://$MAVEN_REPOSITORY$/io/reactivex/rxjava-reactive-streams/1.2.1/rxjava-reactive-streams-1.2.1.jar!/" />
  908. </CLASSES>
  909. <JAVADOC />
  910. <SOURCES />
  911. </library>
  912. </orderEntry>
  913. <orderEntry type="module-library">
  914. <library>
  915. <CLASSES>
  916. <root url="jar://$MAVEN_REPOSITORY$/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2.jar!/" />
  917. </CLASSES>
  918. <JAVADOC />
  919. <SOURCES />
  920. </library>
  921. </orderEntry>
  922. <orderEntry type="module-library">
  923. <library>
  924. <CLASSES>
  925. <root url="jar://$MAVEN_REPOSITORY$/org/apache/poi/poi/4.1.2/poi-4.1.2.jar!/" />
  926. </CLASSES>
  927. <JAVADOC />
  928. <SOURCES />
  929. </library>
  930. </orderEntry>
  931. <orderEntry type="module-library">
  932. <library>
  933. <CLASSES>
  934. <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.15/commons-codec-1.15.jar!/" />
  935. </CLASSES>
  936. <JAVADOC />
  937. <SOURCES />
  938. </library>
  939. </orderEntry>
  940. <orderEntry type="module-library">
  941. <library>
  942. <CLASSES>
  943. <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar!/" />
  944. </CLASSES>
  945. <JAVADOC />
  946. <SOURCES />
  947. </library>
  948. </orderEntry>
  949. <orderEntry type="module-library">
  950. <library>
  951. <CLASSES>
  952. <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar!/" />
  953. </CLASSES>
  954. <JAVADOC />
  955. <SOURCES />
  956. </library>
  957. </orderEntry>
  958. <orderEntry type="module-library">
  959. <library>
  960. <CLASSES>
  961. <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.jar!/" />
  962. </CLASSES>
  963. <JAVADOC />
  964. <SOURCES />
  965. </library>
  966. </orderEntry>
  967. <orderEntry type="module-library">
  968. <library>
  969. <CLASSES>
  970. <root url="jar://$MAVEN_REPOSITORY$/org/apache/poi/poi-ooxml-schemas/4.1.2/poi-ooxml-schemas-4.1.2.jar!/" />
  971. </CLASSES>
  972. <JAVADOC />
  973. <SOURCES />
  974. </library>
  975. </orderEntry>
  976. <orderEntry type="module-library">
  977. <library>
  978. <CLASSES>
  979. <root url="jar://$MAVEN_REPOSITORY$/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.jar!/" />
  980. </CLASSES>
  981. <JAVADOC />
  982. <SOURCES />
  983. </library>
  984. </orderEntry>
  985. <orderEntry type="module-library">
  986. <library>
  987. <CLASSES>
  988. <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar!/" />
  989. </CLASSES>
  990. <JAVADOC />
  991. <SOURCES />
  992. </library>
  993. </orderEntry>
  994. <orderEntry type="module-library">
  995. <library>
  996. <CLASSES>
  997. <root url="jar://$MAVEN_REPOSITORY$/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar!/" />
  998. </CLASSES>
  999. <JAVADOC />
  1000. <SOURCES />
  1001. </library>
  1002. </orderEntry>
  1003. <orderEntry type="module-library">
  1004. <library>
  1005. <CLASSES>
  1006. <root url="jar://$MAVEN_REPOSITORY$/com/github/pagehelper/pagehelper-spring-boot-starter/1.4.1/pagehelper-spring-boot-starter-1.4.1.jar!/" />
  1007. </CLASSES>
  1008. <JAVADOC />
  1009. <SOURCES />
  1010. </library>
  1011. </orderEntry>
  1012. <orderEntry type="module-library">
  1013. <library>
  1014. <CLASSES>
  1015. <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/spring/boot/mybatis-spring-boot-starter/2.2.2/mybatis-spring-boot-starter-2.2.2.jar!/" />
  1016. </CLASSES>
  1017. <JAVADOC />
  1018. <SOURCES />
  1019. </library>
  1020. </orderEntry>
  1021. <orderEntry type="module-library">
  1022. <library>
  1023. <CLASSES>
  1024. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-jdbc/2.6.6/spring-boot-starter-jdbc-2.6.6.jar!/" />
  1025. </CLASSES>
  1026. <JAVADOC />
  1027. <SOURCES />
  1028. </library>
  1029. </orderEntry>
  1030. <orderEntry type="module-library">
  1031. <library>
  1032. <CLASSES>
  1033. <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/4.0.3/HikariCP-4.0.3.jar!/" />
  1034. </CLASSES>
  1035. <JAVADOC />
  1036. <SOURCES />
  1037. </library>
  1038. </orderEntry>
  1039. <orderEntry type="module-library">
  1040. <library>
  1041. <CLASSES>
  1042. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jdbc/5.3.18/spring-jdbc-5.3.18.jar!/" />
  1043. </CLASSES>
  1044. <JAVADOC />
  1045. <SOURCES />
  1046. </library>
  1047. </orderEntry>
  1048. <orderEntry type="module-library">
  1049. <library>
  1050. <CLASSES>
  1051. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-tx/5.3.18/spring-tx-5.3.18.jar!/" />
  1052. </CLASSES>
  1053. <JAVADOC />
  1054. <SOURCES />
  1055. </library>
  1056. </orderEntry>
  1057. <orderEntry type="module-library">
  1058. <library>
  1059. <CLASSES>
  1060. <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/2.2.2/mybatis-spring-boot-autoconfigure-2.2.2.jar!/" />
  1061. </CLASSES>
  1062. <JAVADOC />
  1063. <SOURCES />
  1064. </library>
  1065. </orderEntry>
  1066. <orderEntry type="module-library">
  1067. <library>
  1068. <CLASSES>
  1069. <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis/3.5.9/mybatis-3.5.9.jar!/" />
  1070. </CLASSES>
  1071. <JAVADOC />
  1072. <SOURCES />
  1073. </library>
  1074. </orderEntry>
  1075. <orderEntry type="module-library">
  1076. <library>
  1077. <CLASSES>
  1078. <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis-spring/2.0.7/mybatis-spring-2.0.7.jar!/" />
  1079. </CLASSES>
  1080. <JAVADOC />
  1081. <SOURCES />
  1082. </library>
  1083. </orderEntry>
  1084. <orderEntry type="module-library">
  1085. <library>
  1086. <CLASSES>
  1087. <root url="jar://$MAVEN_REPOSITORY$/com/github/pagehelper/pagehelper-spring-boot-autoconfigure/1.4.1/pagehelper-spring-boot-autoconfigure-1.4.1.jar!/" />
  1088. </CLASSES>
  1089. <JAVADOC />
  1090. <SOURCES />
  1091. </library>
  1092. </orderEntry>
  1093. <orderEntry type="module-library">
  1094. <library>
  1095. <CLASSES>
  1096. <root url="jar://$MAVEN_REPOSITORY$/com/github/pagehelper/pagehelper/5.3.0/pagehelper-5.3.0.jar!/" />
  1097. </CLASSES>
  1098. <JAVADOC />
  1099. <SOURCES />
  1100. </library>
  1101. </orderEntry>
  1102. <orderEntry type="module-library">
  1103. <library>
  1104. <CLASSES>
  1105. <root url="jar://$MAVEN_REPOSITORY$/com/github/jsqlparser/jsqlparser/4.2/jsqlparser-4.2.jar!/" />
  1106. </CLASSES>
  1107. <JAVADOC />
  1108. <SOURCES />
  1109. </library>
  1110. </orderEntry>
  1111. <orderEntry type="module-library">
  1112. <library>
  1113. <CLASSES>
  1114. <root url="jar://$MAVEN_REPOSITORY$/org/influxdb/influxdb-java/2.22/influxdb-java-2.22.jar!/" />
  1115. </CLASSES>
  1116. <JAVADOC />
  1117. <SOURCES />
  1118. </library>
  1119. </orderEntry>
  1120. <orderEntry type="module-library">
  1121. <library>
  1122. <CLASSES>
  1123. <root url="jar://$MAVEN_REPOSITORY$/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.jar!/" />
  1124. </CLASSES>
  1125. <JAVADOC />
  1126. <SOURCES />
  1127. </library>
  1128. </orderEntry>
  1129. <orderEntry type="module-library">
  1130. <library>
  1131. <CLASSES>
  1132. <root url="jar://$MAVEN_REPOSITORY$/com/squareup/retrofit2/converter-moshi/2.9.0/converter-moshi-2.9.0.jar!/" />
  1133. </CLASSES>
  1134. <JAVADOC />
  1135. <SOURCES />
  1136. </library>
  1137. </orderEntry>
  1138. <orderEntry type="module-library">
  1139. <library>
  1140. <CLASSES>
  1141. <root url="jar://$MAVEN_REPOSITORY$/com/squareup/moshi/moshi/1.8.0/moshi-1.8.0.jar!/" />
  1142. </CLASSES>
  1143. <JAVADOC />
  1144. <SOURCES />
  1145. </library>
  1146. </orderEntry>
  1147. <orderEntry type="module-library">
  1148. <library>
  1149. <CLASSES>
  1150. <root url="jar://$MAVEN_REPOSITORY$/org/msgpack/msgpack-core/0.9.0/msgpack-core-0.9.0.jar!/" />
  1151. </CLASSES>
  1152. <JAVADOC />
  1153. <SOURCES />
  1154. </library>
  1155. </orderEntry>
  1156. <orderEntry type="module-library">
  1157. <library>
  1158. <CLASSES>
  1159. <root url="jar://$MAVEN_REPOSITORY$/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.jar!/" />
  1160. </CLASSES>
  1161. <JAVADOC />
  1162. <SOURCES />
  1163. </library>
  1164. </orderEntry>
  1165. <orderEntry type="module-library">
  1166. <library>
  1167. <CLASSES>
  1168. <root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.22/lombok-1.18.22.jar!/" />
  1169. </CLASSES>
  1170. <JAVADOC />
  1171. <SOURCES />
  1172. </library>
  1173. </orderEntry>
  1174. <orderEntry type="module-library">
  1175. <library>
  1176. <CLASSES>
  1177. <root url="jar://$MAVEN_REPOSITORY$/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar!/" />
  1178. </CLASSES>
  1179. <JAVADOC />
  1180. <SOURCES />
  1181. </library>
  1182. </orderEntry>
  1183. <orderEntry type="module-library">
  1184. <library>
  1185. <CLASSES>
  1186. <root url="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.2/commons-logging-1.2.jar!/" />
  1187. </CLASSES>
  1188. <JAVADOC />
  1189. <SOURCES />
  1190. </library>
  1191. </orderEntry>
  1192. <orderEntry type="module-library">
  1193. <library>
  1194. <CLASSES>
  1195. <root url="jar://$MAVEN_REPOSITORY$/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar!/" />
  1196. </CLASSES>
  1197. <JAVADOC />
  1198. <SOURCES />
  1199. </library>
  1200. </orderEntry>
  1201. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-openfeign:3.1.1" level="project" />
  1202. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter:3.1.1" level="project" />
  1203. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.6.6" level="project" />
  1204. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.6.6" level="project" />
  1205. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.6.6" level="project" />
  1206. <orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.11" level="project" />
  1207. <orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.11" level="project" />
  1208. <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.17.2" level="project" />
  1209. <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.17.2" level="project" />
  1210. <orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.36" level="project" />
  1211. <orderEntry type="library" name="Maven: jakarta.annotation:jakarta.annotation-api:1.3.5" level="project" />
  1212. <orderEntry type="library" name="Maven: org.yaml:snakeyaml:1.29" level="project" />
  1213. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-context:3.1.1" level="project" />
  1214. <orderEntry type="library" name="Maven: org.springframework.security:spring-security-rsa:1.0.10.RELEASE" level="project" />
  1215. <orderEntry type="library" name="Maven: org.bouncycastle:bcpkix-jdk15on:1.68" level="project" />
  1216. <orderEntry type="library" name="Maven: org.bouncycastle:bcprov-jdk15on:1.68" level="project" />
  1217. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-openfeign-core:3.1.1" level="project" />
  1218. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.6.6" level="project" />
  1219. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:2.6.6" level="project" />
  1220. <orderEntry type="library" name="Maven: org.springframework:spring-aop:5.3.18" level="project" />
  1221. <orderEntry type="library" name="Maven: org.aspectj:aspectjweaver:1.9.7" level="project" />
  1222. <orderEntry type="library" name="Maven: io.github.openfeign.form:feign-form-spring:3.8.0" level="project" />
  1223. <orderEntry type="library" name="Maven: io.github.openfeign.form:feign-form:3.8.0" level="project" />
  1224. <orderEntry type="library" name="Maven: org.springframework:spring-web:5.3.18" level="project" />
  1225. <orderEntry type="library" name="Maven: org.springframework:spring-beans:5.3.18" level="project" />
  1226. <orderEntry type="library" name="Maven: org.springframework:spring-core:5.3.18" level="project" />
  1227. <orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.3.18" level="project" />
  1228. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-commons:3.1.1" level="project" />
  1229. <orderEntry type="library" name="Maven: org.springframework.security:spring-security-crypto:5.6.2" level="project" />
  1230. <orderEntry type="library" name="Maven: io.github.openfeign:feign-core:11.8" level="project" />
  1231. <orderEntry type="library" name="Maven: io.github.openfeign:feign-slf4j:11.8" level="project" />
  1232. <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.36" level="project" />
  1233. <orderEntry type="library" name="Maven: com.usky:usky-common-core:0.0.1" level="project" />
  1234. <orderEntry type="library" name="Maven: ma.glasnost.orika:orika-core:1.5.4" level="project" />
  1235. <orderEntry type="library" name="Maven: org.javassist:javassist:3.24.0-GA" level="project" />
  1236. <orderEntry type="library" name="Maven: com.thoughtworks.paranamer:paranamer:2.8" level="project" />
  1237. <orderEntry type="library" name="Maven: com.carrotsearch:java-sizeof:0.0.5" level="project" />
  1238. <orderEntry type="library" name="Maven: org.codehaus.janino:janino:3.1.6" level="project" />
  1239. <orderEntry type="library" name="Maven: org.codehaus.janino:commons-compiler:3.1.6" level="project" />
  1240. <orderEntry type="library" name="Maven: com.squareup.okhttp3:okhttp:3.14.9" level="project" />
  1241. <orderEntry type="library" name="Maven: com.squareup.okio:okio:1.17.2" level="project" />
  1242. <orderEntry type="library" name="Maven: javax.validation:validation-api:2.0.1.Final" level="project" />
  1243. <orderEntry type="library" name="Maven: io.swagger:swagger-annotations:1.6.2" level="project" />
  1244. <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.13.2" level="project" />
  1245. <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.13.2" level="project" />
  1246. <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.13.2.2" level="project" />
  1247. <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2" level="project" />
  1248. <orderEntry type="library" name="Maven: javax.servlet:javax.servlet-api:4.0.1" level="project" />
  1249. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-loadbalancer:3.1.1" level="project" />
  1250. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-loadbalancer:3.1.1" level="project" />
  1251. <orderEntry type="library" name="Maven: io.projectreactor:reactor-core:3.4.16" level="project" />
  1252. <orderEntry type="library" name="Maven: io.projectreactor.addons:reactor-extra:3.4.7" level="project" />
  1253. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-cache:2.6.6" level="project" />
  1254. <orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.3.18" level="project" />
  1255. <orderEntry type="library" name="Maven: com.stoyanr:evictor:1.0.0" level="project" />
  1256. <orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.80" level="project" />
  1257. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.6.6" level="project" />
  1258. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-json:2.6.6" level="project" />
  1259. <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.2" level="project" />
  1260. <orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.13.2" level="project" />
  1261. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.6.6" level="project" />
  1262. <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:9.0.60" level="project" />
  1263. <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:9.0.60" level="project" />
  1264. <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:9.0.60" level="project" />
  1265. <orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.3.18" level="project" />
  1266. <orderEntry type="library" name="Maven: org.springframework:spring-context:5.3.18" level="project" />
  1267. <orderEntry type="library" name="Maven: org.springframework:spring-expression:5.3.18" level="project" />
  1268. <orderEntry type="library" name="Maven: com.alibaba:transmittable-thread-local:2.12.2" level="project" />
  1269. <orderEntry type="library" name="Maven: io.jsonwebtoken:jjwt:0.9.1" level="project" />
  1270. <orderEntry type="library" name="Maven: cn.hutool:hutool-all:5.6.1" level="project" />
  1271. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.2.10.RELEASE" level="project" />
  1272. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-netflix-hystrix:2.2.10.RELEASE" level="project" />
  1273. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-netflix-ribbon:2.2.10.RELEASE" level="project" />
  1274. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-netflix-archaius:2.2.10.RELEASE" level="project" />
  1275. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.2.10.RELEASE" level="project" />
  1276. <orderEntry type="library" name="Maven: com.netflix.archaius:archaius-core:0.7.7" level="project" />
  1277. <orderEntry type="library" name="Maven: commons-configuration:commons-configuration:1.8" level="project" />
  1278. <orderEntry type="library" name="Maven: commons-lang:commons-lang:2.6" level="project" />
  1279. <orderEntry type="library" name="Maven: com.netflix.hystrix:hystrix-core:1.5.18" level="project" />
  1280. <orderEntry type="library" name="Maven: io.reactivex:rxjava:1.3.8" level="project" />
  1281. <orderEntry type="library" name="Maven: org.hdrhistogram:HdrHistogram:2.1.9" level="project" />
  1282. <orderEntry type="library" name="Maven: com.netflix.hystrix:hystrix-serialization:1.5.18" level="project" />
  1283. <orderEntry type="library" scope="RUNTIME" name="Maven: com.fasterxml.jackson.module:jackson-module-afterburner:2.13.2" level="project" />
  1284. <orderEntry type="library" name="Maven: com.netflix.hystrix:hystrix-metrics-event-stream:1.5.18" level="project" />
  1285. <orderEntry type="library" name="Maven: com.netflix.hystrix:hystrix-javanica:1.5.18" level="project" />
  1286. <orderEntry type="library" scope="RUNTIME" name="Maven: org.ow2.asm:asm:5.0.4" level="project" />
  1287. <orderEntry type="library" name="Maven: io.reactivex:rxjava-reactive-streams:1.2.1" level="project" />
  1288. <orderEntry type="library" name="Maven: org.reactivestreams:reactive-streams:1.0.3" level="project" />
  1289. <orderEntry type="library" name="Maven: org.apache.poi:poi-ooxml:4.1.2" level="project" />
  1290. <orderEntry type="library" name="Maven: org.apache.poi:poi:4.1.2" level="project" />
  1291. <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.15" level="project" />
  1292. <orderEntry type="library" name="Maven: org.apache.commons:commons-collections4:4.4" level="project" />
  1293. <orderEntry type="library" name="Maven: org.apache.commons:commons-math3:3.6.1" level="project" />
  1294. <orderEntry type="library" name="Maven: com.zaxxer:SparseBitSet:1.2" level="project" />
  1295. <orderEntry type="library" name="Maven: org.apache.poi:poi-ooxml-schemas:4.1.2" level="project" />
  1296. <orderEntry type="library" name="Maven: org.apache.xmlbeans:xmlbeans:3.1.0" level="project" />
  1297. <orderEntry type="library" name="Maven: org.apache.commons:commons-compress:1.19" level="project" />
  1298. <orderEntry type="library" name="Maven: com.github.virtuald:curvesapi:1.06" level="project" />
  1299. <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper-spring-boot-starter:1.4.1" level="project" />
  1300. <orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.2" level="project" />
  1301. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.6.6" level="project" />
  1302. <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:4.0.3" level="project" />
  1303. <orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.3.18" level="project" />
  1304. <orderEntry type="library" name="Maven: org.springframework:spring-tx:5.3.18" level="project" />
  1305. <orderEntry type="library" name="Maven: org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:2.2.2" level="project" />
  1306. <orderEntry type="library" name="Maven: org.mybatis:mybatis:3.5.9" level="project" />
  1307. <orderEntry type="library" name="Maven: org.mybatis:mybatis-spring:2.0.7" level="project" />
  1308. <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper-spring-boot-autoconfigure:1.4.1" level="project" />
  1309. <orderEntry type="library" name="Maven: com.github.pagehelper:pagehelper:5.3.0" level="project" />
  1310. <orderEntry type="library" name="Maven: com.github.jsqlparser:jsqlparser:4.2" level="project" />
  1311. <orderEntry type="library" name="Maven: commons-fileupload:commons-fileupload:1.4" level="project" />
  1312. <orderEntry type="library" name="Maven: org.influxdb:influxdb-java:2.22" level="project" />
  1313. <orderEntry type="library" name="Maven: com.squareup.retrofit2:retrofit:2.9.0" level="project" />
  1314. <orderEntry type="library" name="Maven: com.squareup.retrofit2:converter-moshi:2.9.0" level="project" />
  1315. <orderEntry type="library" name="Maven: com.squareup.moshi:moshi:1.8.0" level="project" />
  1316. <orderEntry type="library" name="Maven: org.msgpack:msgpack-core:0.9.0" level="project" />
  1317. <orderEntry type="library" name="Maven: com.squareup.okhttp3:logging-interceptor:3.14.9" level="project" />
  1318. <orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.12.0" level="project" />
  1319. <orderEntry type="library" name="Maven: commons-io:commons-io:2.11.0" level="project" />
  1320. <orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.9.4" level="project" />
  1321. <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
  1322. <orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.2" level="project" />
  1323. <orderEntry type="library" name="Maven: com.google.guava:guava:29.0-jre" level="project" />
  1324. <orderEntry type="library" name="Maven: com.google.guava:failureaccess:1.0.1" level="project" />
  1325. <orderEntry type="library" name="Maven: com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava" level="project" />
  1326. <orderEntry type="library" name="Maven: com.google.code.findbugs:jsr305:3.0.2" level="project" />
  1327. <orderEntry type="library" name="Maven: org.checkerframework:checker-qual:2.11.1" level="project" />
  1328. <orderEntry type="library" name="Maven: com.google.errorprone:error_prone_annotations:2.3.4" level="project" />
  1329. <orderEntry type="library" name="Maven: com.google.j2objc:j2objc-annotations:1.3" level="project" />
  1330. <orderEntry type="library" name="Maven: org.projectlombok:lombok:1.18.22" level="project" />
  1331. <orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-bootstrap:3.1.1" level="project" />
  1332. </component>
  1333. </module>