netpump.iml 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583
  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="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
  4. <output url="file://$MODULE_DIR$/target/classes" />
  5. <output-test url="file://$MODULE_DIR$/target/test-classes" />
  6. <content url="file://$MODULE_DIR$">
  7. <excludeFolder url="file://$MODULE_DIR$/target" />
  8. </content>
  9. <orderEntry type="inheritedJdk" />
  10. <orderEntry type="sourceFolder" forTests="false" />
  11. <orderEntry type="module-library">
  12. <library>
  13. <CLASSES>
  14. <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-boot-starter/3.2.0/mybatis-plus-boot-starter-3.2.0.jar!/" />
  15. </CLASSES>
  16. <JAVADOC />
  17. <SOURCES />
  18. </library>
  19. </orderEntry>
  20. <orderEntry type="module-library">
  21. <library>
  22. <CLASSES>
  23. <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus/3.2.0/mybatis-plus-3.2.0.jar!/" />
  24. </CLASSES>
  25. <JAVADOC />
  26. <SOURCES />
  27. </library>
  28. </orderEntry>
  29. <orderEntry type="module-library">
  30. <library>
  31. <CLASSES>
  32. <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-extension/3.2.0/mybatis-plus-extension-3.2.0.jar!/" />
  33. </CLASSES>
  34. <JAVADOC />
  35. <SOURCES />
  36. </library>
  37. </orderEntry>
  38. <orderEntry type="module-library">
  39. <library>
  40. <CLASSES>
  41. <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-core/3.2.0/mybatis-plus-core-3.2.0.jar!/" />
  42. </CLASSES>
  43. <JAVADOC />
  44. <SOURCES />
  45. </library>
  46. </orderEntry>
  47. <orderEntry type="module-library">
  48. <library>
  49. <CLASSES>
  50. <root url="jar://$MAVEN_REPOSITORY$/com/baomidou/mybatis-plus-annotation/3.2.0/mybatis-plus-annotation-3.2.0.jar!/" />
  51. </CLASSES>
  52. <JAVADOC />
  53. <SOURCES />
  54. </library>
  55. </orderEntry>
  56. <orderEntry type="module-library">
  57. <library>
  58. <CLASSES>
  59. <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis/3.5.2/mybatis-3.5.2.jar!/" />
  60. </CLASSES>
  61. <JAVADOC />
  62. <SOURCES />
  63. </library>
  64. </orderEntry>
  65. <orderEntry type="module-library">
  66. <library>
  67. <CLASSES>
  68. <root url="jar://$MAVEN_REPOSITORY$/com/github/jsqlparser/jsqlparser/2.1/jsqlparser-2.1.jar!/" />
  69. </CLASSES>
  70. <JAVADOC />
  71. <SOURCES />
  72. </library>
  73. </orderEntry>
  74. <orderEntry type="module-library">
  75. <library>
  76. <CLASSES>
  77. <root url="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis-spring/2.0.2/mybatis-spring-2.0.2.jar!/" />
  78. </CLASSES>
  79. <JAVADOC />
  80. <SOURCES />
  81. </library>
  82. </orderEntry>
  83. <orderEntry type="module-library">
  84. <library>
  85. <CLASSES>
  86. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-autoconfigure/2.1.5.RELEASE/spring-boot-autoconfigure-2.1.5.RELEASE.jar!/" />
  87. </CLASSES>
  88. <JAVADOC />
  89. <SOURCES />
  90. </library>
  91. </orderEntry>
  92. <orderEntry type="module-library">
  93. <library>
  94. <CLASSES>
  95. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot/2.1.5.RELEASE/spring-boot-2.1.5.RELEASE.jar!/" />
  96. </CLASSES>
  97. <JAVADOC />
  98. <SOURCES />
  99. </library>
  100. </orderEntry>
  101. <orderEntry type="module-library">
  102. <library>
  103. <CLASSES>
  104. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/5.1.7.RELEASE/spring-core-5.1.7.RELEASE.jar!/" />
  105. </CLASSES>
  106. <JAVADOC />
  107. <SOURCES />
  108. </library>
  109. </orderEntry>
  110. <orderEntry type="module-library">
  111. <library>
  112. <CLASSES>
  113. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jcl/5.1.7.RELEASE/spring-jcl-5.1.7.RELEASE.jar!/" />
  114. </CLASSES>
  115. <JAVADOC />
  116. <SOURCES />
  117. </library>
  118. </orderEntry>
  119. <orderEntry type="module-library">
  120. <library>
  121. <CLASSES>
  122. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/5.1.7.RELEASE/spring-context-5.1.7.RELEASE.jar!/" />
  123. </CLASSES>
  124. <JAVADOC />
  125. <SOURCES />
  126. </library>
  127. </orderEntry>
  128. <orderEntry type="module-library">
  129. <library>
  130. <CLASSES>
  131. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aop/5.1.7.RELEASE/spring-aop-5.1.7.RELEASE.jar!/" />
  132. </CLASSES>
  133. <JAVADOC />
  134. <SOURCES />
  135. </library>
  136. </orderEntry>
  137. <orderEntry type="module-library">
  138. <library>
  139. <CLASSES>
  140. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/5.1.7.RELEASE/spring-beans-5.1.7.RELEASE.jar!/" />
  141. </CLASSES>
  142. <JAVADOC />
  143. <SOURCES />
  144. </library>
  145. </orderEntry>
  146. <orderEntry type="module-library">
  147. <library>
  148. <CLASSES>
  149. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-expression/5.1.7.RELEASE/spring-expression-5.1.7.RELEASE.jar!/" />
  150. </CLASSES>
  151. <JAVADOC />
  152. <SOURCES />
  153. </library>
  154. </orderEntry>
  155. <orderEntry type="module-library">
  156. <library>
  157. <CLASSES>
  158. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-jdbc/2.1.5.RELEASE/spring-boot-starter-jdbc-2.1.5.RELEASE.jar!/" />
  159. </CLASSES>
  160. <JAVADOC />
  161. <SOURCES />
  162. </library>
  163. </orderEntry>
  164. <orderEntry type="module-library">
  165. <library>
  166. <CLASSES>
  167. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter/2.1.5.RELEASE/spring-boot-starter-2.1.5.RELEASE.jar!/" />
  168. </CLASSES>
  169. <JAVADOC />
  170. <SOURCES />
  171. </library>
  172. </orderEntry>
  173. <orderEntry type="module-library">
  174. <library>
  175. <CLASSES>
  176. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-logging/2.1.5.RELEASE/spring-boot-starter-logging-2.1.5.RELEASE.jar!/" />
  177. </CLASSES>
  178. <JAVADOC />
  179. <SOURCES />
  180. </library>
  181. </orderEntry>
  182. <orderEntry type="module-library">
  183. <library>
  184. <CLASSES>
  185. <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/" />
  186. </CLASSES>
  187. <JAVADOC />
  188. <SOURCES />
  189. </library>
  190. </orderEntry>
  191. <orderEntry type="module-library">
  192. <library>
  193. <CLASSES>
  194. <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar!/" />
  195. </CLASSES>
  196. <JAVADOC />
  197. <SOURCES />
  198. </library>
  199. </orderEntry>
  200. <orderEntry type="module-library">
  201. <library>
  202. <CLASSES>
  203. <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar!/" />
  204. </CLASSES>
  205. <JAVADOC />
  206. <SOURCES />
  207. </library>
  208. </orderEntry>
  209. <orderEntry type="module-library">
  210. <library>
  211. <CLASSES>
  212. <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-to-slf4j/2.11.2/log4j-to-slf4j-2.11.2.jar!/" />
  213. </CLASSES>
  214. <JAVADOC />
  215. <SOURCES />
  216. </library>
  217. </orderEntry>
  218. <orderEntry type="module-library">
  219. <library>
  220. <CLASSES>
  221. <root url="jar://$MAVEN_REPOSITORY$/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar!/" />
  222. </CLASSES>
  223. <JAVADOC />
  224. <SOURCES />
  225. </library>
  226. </orderEntry>
  227. <orderEntry type="module-library">
  228. <library>
  229. <CLASSES>
  230. <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/jul-to-slf4j/1.7.26/jul-to-slf4j-1.7.26.jar!/" />
  231. </CLASSES>
  232. <JAVADOC />
  233. <SOURCES />
  234. </library>
  235. </orderEntry>
  236. <orderEntry type="module-library">
  237. <library>
  238. <CLASSES>
  239. <root url="jar://$MAVEN_REPOSITORY$/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar!/" />
  240. </CLASSES>
  241. <JAVADOC />
  242. <SOURCES />
  243. </library>
  244. </orderEntry>
  245. <orderEntry type="module-library">
  246. <library>
  247. <CLASSES>
  248. <root url="jar://$MAVEN_REPOSITORY$/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar!/" />
  249. </CLASSES>
  250. <JAVADOC />
  251. <SOURCES />
  252. </library>
  253. </orderEntry>
  254. <orderEntry type="module-library">
  255. <library>
  256. <CLASSES>
  257. <root url="jar://$MAVEN_REPOSITORY$/com/zaxxer/HikariCP/3.2.0/HikariCP-3.2.0.jar!/" />
  258. </CLASSES>
  259. <JAVADOC />
  260. <SOURCES />
  261. </library>
  262. </orderEntry>
  263. <orderEntry type="module-library">
  264. <library>
  265. <CLASSES>
  266. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jdbc/5.1.7.RELEASE/spring-jdbc-5.1.7.RELEASE.jar!/" />
  267. </CLASSES>
  268. <JAVADOC />
  269. <SOURCES />
  270. </library>
  271. </orderEntry>
  272. <orderEntry type="module-library">
  273. <library>
  274. <CLASSES>
  275. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-tx/5.1.7.RELEASE/spring-tx-5.1.7.RELEASE.jar!/" />
  276. </CLASSES>
  277. <JAVADOC />
  278. <SOURCES />
  279. </library>
  280. </orderEntry>
  281. <orderEntry type="module-library">
  282. <library>
  283. <CLASSES>
  284. <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-swagger2/2.6.1/springfox-swagger2-2.6.1.jar!/" />
  285. </CLASSES>
  286. <JAVADOC />
  287. <SOURCES />
  288. </library>
  289. </orderEntry>
  290. <orderEntry type="module-library">
  291. <library>
  292. <CLASSES>
  293. <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-annotations/1.5.10/swagger-annotations-1.5.10.jar!/" />
  294. </CLASSES>
  295. <JAVADOC />
  296. <SOURCES />
  297. </library>
  298. </orderEntry>
  299. <orderEntry type="module-library">
  300. <library>
  301. <CLASSES>
  302. <root url="jar://$MAVEN_REPOSITORY$/io/swagger/swagger-models/1.5.10/swagger-models-1.5.10.jar!/" />
  303. </CLASSES>
  304. <JAVADOC />
  305. <SOURCES />
  306. </library>
  307. </orderEntry>
  308. <orderEntry type="module-library">
  309. <library>
  310. <CLASSES>
  311. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar!/" />
  312. </CLASSES>
  313. <JAVADOC />
  314. <SOURCES />
  315. </library>
  316. </orderEntry>
  317. <orderEntry type="module-library">
  318. <library>
  319. <CLASSES>
  320. <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-spi/2.6.1/springfox-spi-2.6.1.jar!/" />
  321. </CLASSES>
  322. <JAVADOC />
  323. <SOURCES />
  324. </library>
  325. </orderEntry>
  326. <orderEntry type="module-library">
  327. <library>
  328. <CLASSES>
  329. <root url="jar://$MAVEN_REPOSITORY$/io/springfox/springfox-core/2.6.1/springfox-core-2.6.1.jar!/" />
  330. </CLASSES>
  331. <JAVADOC />
  332. <SOURCES />
  333. </library>
  334. </orderEntry>
  335. <orderEntry type="module-library">
  336. <library>
  337. <CLASSES>
  338. <root url="jar://$MAVEN_REPOSITORY$/com/google/guava/guava/18.0/guava-18.0.jar!/" />
  339. </CLASSES>
  340. <JAVADOC />
  341. <SOURCES>
  342. <root url="jar://$USER_HOME$/.ideaLibSources/guava-18.0-sources.jar!/" />
  343. </SOURCES>
  344. </library>
  345. </orderEntry>
  346. <orderEntry type="module-library">
  347. <library>
  348. <CLASSES>
  349. <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/classmate/1.4.0/classmate-1.4.0.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$/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.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$/org/springframework/plugin/spring-plugin-metadata/1.2.0.RELEASE/spring-plugin-metadata-1.2.0.RELEASE.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$/io/springfox/springfox-schema/2.6.1/springfox-schema-2.6.1.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$/io/springfox/springfox-swagger-common/2.6.1/springfox-swagger-common-2.6.1.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$/io/springfox/springfox-spring-web/2.6.1/springfox-spring-web-2.6.1.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/mapstruct/mapstruct/1.0.0.Final/mapstruct-1.0.0.Final.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/apache/shiro/shiro-spring/1.4.0/shiro-spring-1.4.0.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$/org/apache/shiro/shiro-core/1.4.0/shiro-core-1.4.0.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$/org/apache/shiro/shiro-lang/1.4.0/shiro-lang-1.4.0.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$/org/apache/shiro/shiro-cache/1.4.0/shiro-cache-1.4.0.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$/org/apache/shiro/shiro-crypto-hash/1.4.0/shiro-crypto-hash-1.4.0.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$/org/apache/shiro/shiro-crypto-core/1.4.0/shiro-crypto-core-1.4.0.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$/org/apache/shiro/shiro-crypto-cipher/1.4.0/shiro-crypto-cipher-1.4.0.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$/org/apache/shiro/shiro-config-core/1.4.0/shiro-config-core-1.4.0.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$/org/apache/shiro/shiro-config-ogdl/1.4.0/shiro-config-ogdl-1.4.0.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$/org/apache/shiro/shiro-event/1.4.0/shiro-event-1.4.0.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$/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.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$/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.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$/org/apache/shiro/shiro-web/1.4.0/shiro-web-1.4.0.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$/mysql/mysql-connector-java/8.0.16/mysql-connector-java-8.0.16.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$/org/springframework/boot/spring-boot-configuration-processor/2.1.5.RELEASE/spring-boot-configuration-processor-2.1.5.RELEASE.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$/com/alibaba/fastjson/1.2.62/fastjson-1.2.62.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$/com/baomidou/mybatis-plus-generator/3.2.0/mybatis-plus-generator-3.2.0.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$/io/springfox/springfox-swagger-ui/2.6.1/springfox-swagger-ui-2.6.1.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$/org/crazycake/shiro-redis/3.1.0/shiro-redis-3.1.0.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$/redis/clients/jedis/2.9.3/jedis-2.9.3.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/apache/commons/commons-pool2/2.6.2/commons-pool2-2.6.2.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/puppycrawl/tools/checkstyle/8.3/checkstyle-8.3.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$/antlr/antlr/2.7.7/antlr-2.7.7.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/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.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$/commons-logging/commons-logging/1.2/commons-logging-1.2.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$/commons-cli/commons-cli/1.4/commons-cli-1.4.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$/net/sf/saxon/Saxon-HE/9.8.0-4/Saxon-HE-9.8.0-4.jar!/" />
  647. </CLASSES>
  648. <JAVADOC />
  649. <SOURCES />
  650. </library>
  651. </orderEntry>
  652. <orderEntry type="module-library">
  653. <library>
  654. <CLASSES>
  655. <root url="jar://E:/software/JDK/lib/tools.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$/org/springframework/boot/spring-boot-starter-thymeleaf/2.1.5.RELEASE/spring-boot-starter-thymeleaf-2.1.5.RELEASE.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$/org/thymeleaf/thymeleaf-spring5/3.0.11.RELEASE/thymeleaf-spring5-3.0.11.RELEASE.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$/org/thymeleaf/thymeleaf/3.0.11.RELEASE/thymeleaf-3.0.11.RELEASE.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/attoparser/attoparser/2.0.5.RELEASE/attoparser-2.0.5.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/unbescape/unbescape/1.1.6.RELEASE/unbescape-1.1.6.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/thymeleaf/extras/thymeleaf-extras-java8time/3.0.4.RELEASE/thymeleaf-extras-java8time-3.0.4.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/boot/spring-boot-starter-web/2.1.5.RELEASE/spring-boot-starter-web-2.1.5.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/boot/spring-boot-starter-json/2.1.5.RELEASE/spring-boot-starter-json-2.1.5.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$/org/springframework/spring-web/5.1.7.RELEASE/spring-web-5.1.7.RELEASE.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/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.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$/com/fasterxml/jackson/core/jackson-core/2.9.8/jackson-core-2.9.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$/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.9.8/jackson-datatype-jdk8-2.9.8.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/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.9.8/jackson-datatype-jsr310-2.9.8.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/fasterxml/jackson/module/jackson-module-parameter-names/2.9.8/jackson-module-parameter-names-2.9.8.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$/org/springframework/boot/spring-boot-starter-tomcat/2.1.5.RELEASE/spring-boot-starter-tomcat-2.1.5.RELEASE.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/apache/tomcat/embed/tomcat-embed-core/9.0.19/tomcat-embed-core-9.0.19.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$/org/apache/tomcat/embed/tomcat-embed-el/9.0.19/tomcat-embed-el-9.0.19.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$/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.19/tomcat-embed-websocket-9.0.19.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$/org/hibernate/validator/hibernate-validator/6.0.16.Final/hibernate-validator-6.0.16.Final.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$/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.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/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.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$/org/springframework/spring-webmvc/5.1.7.RELEASE/spring-webmvc-5.1.7.RELEASE.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$/io/netty/netty-all/4.1.36.Final/netty-all-4.1.36.Final.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$/cn/hutool/hutool-all/4.6.8/hutool-all-4.6.8.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$/commons-io/commons-io/2.6/commons-io-2.6.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/springframework/boot/spring-boot-starter-test/2.1.5.RELEASE/spring-boot-starter-test-2.1.5.RELEASE.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/springframework/boot/spring-boot-test/2.1.5.RELEASE/spring-boot-test-2.1.5.RELEASE.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$/org/springframework/boot/spring-boot-test-autoconfigure/2.1.5.RELEASE/spring-boot-test-autoconfigure-2.1.5.RELEASE.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$/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.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$/net/minidev/json-smart/2.3/json-smart-2.3.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$/net/minidev/accessors-smart/1.2/accessors-smart-1.2.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/ow2/asm/asm/5.2/asm-5.2.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$/junit/junit/4.12/junit-4.12.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$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.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/assertj/assertj-core/3.11.1/assertj-core-3.11.1.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/mockito/mockito-core/2.23.4/mockito-core-2.23.4.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$/net/bytebuddy/byte-buddy/1.9.12/byte-buddy-1.9.12.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$/net/bytebuddy/byte-buddy-agent/1.9.12/byte-buddy-agent-1.9.12.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$/org/objenesis/objenesis/2.6/objenesis-2.6.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/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.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/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.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/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.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-test/5.1.7.RELEASE/spring-test-5.1.7.RELEASE.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/xmlunit/xmlunit-core/2.6.2/xmlunit-core-2.6.2.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$/com/aliyun/aliyun-java-sdk-push/3.13.0/aliyun-java-sdk-push-3.13.0.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$/com/google/code/gson/gson/2.8.5/gson-2.8.5.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/springframework/boot/spring-boot-starter-aop/2.1.5.RELEASE/spring-boot-starter-aop-2.1.5.RELEASE.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$/org/aspectj/aspectjweaver/1.9.4/aspectjweaver-1.9.4.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/ibeetl/beetl/3.0.13.RELEASE/beetl-3.0.13.RELEASE.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$/org/ow2/asm/asm-commons/5.2/asm-commons-5.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/ow2/asm/asm-tree/5.2/asm-tree-5.2.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/alibaba/druid-spring-boot-starter/1.1.21/druid-spring-boot-starter-1.1.21.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/alibaba/druid/1.1.21/druid-1.1.21.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$/org/springframework/boot/spring-boot-starter-amqp/2.1.5.RELEASE/spring-boot-starter-amqp-2.1.5.RELEASE.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/springframework/spring-messaging/5.1.7.RELEASE/spring-messaging-5.1.7.RELEASE.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$/org/springframework/amqp/spring-rabbit/2.1.6.RELEASE/spring-rabbit-2.1.6.RELEASE.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/springframework/amqp/spring-amqp/2.1.6.RELEASE/spring-amqp-2.1.6.RELEASE.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$/org/springframework/retry/spring-retry/1.2.4.RELEASE/spring-retry-1.2.4.RELEASE.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$/com/rabbitmq/amqp-client/5.4.3/amqp-client-5.4.3.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$/com/aliyun/aliyun-java-sdk-core/4.3.2/aliyun-java-sdk-core-4.3.2.jar!/" />
  1196. </CLASSES>
  1197. <JAVADOC />
  1198. <SOURCES />
  1199. </library>
  1200. </orderEntry>
  1201. <orderEntry type="module-library">
  1202. <library>
  1203. <CLASSES>
  1204. <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar!/" />
  1205. </CLASSES>
  1206. <JAVADOC />
  1207. <SOURCES />
  1208. </library>
  1209. </orderEntry>
  1210. <orderEntry type="module-library">
  1211. <library>
  1212. <CLASSES>
  1213. <root url="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar!/" />
  1214. </CLASSES>
  1215. <JAVADOC />
  1216. <SOURCES />
  1217. </library>
  1218. </orderEntry>
  1219. <orderEntry type="module-library">
  1220. <library>
  1221. <CLASSES>
  1222. <root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.11/commons-codec-1.11.jar!/" />
  1223. </CLASSES>
  1224. <JAVADOC />
  1225. <SOURCES />
  1226. </library>
  1227. </orderEntry>
  1228. <orderEntry type="module-library">
  1229. <library>
  1230. <CLASSES>
  1231. <root url="jar://$MAVEN_REPOSITORY$/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar!/" />
  1232. </CLASSES>
  1233. <JAVADOC />
  1234. <SOURCES />
  1235. </library>
  1236. </orderEntry>
  1237. <orderEntry type="module-library">
  1238. <library>
  1239. <CLASSES>
  1240. <root url="jar://$MAVEN_REPOSITORY$/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar!/" />
  1241. </CLASSES>
  1242. <JAVADOC />
  1243. <SOURCES />
  1244. </library>
  1245. </orderEntry>
  1246. <orderEntry type="module-library">
  1247. <library>
  1248. <CLASSES>
  1249. <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/bind/jaxb-core/2.3.0.1/jaxb-core-2.3.0.1.jar!/" />
  1250. </CLASSES>
  1251. <JAVADOC />
  1252. <SOURCES />
  1253. </library>
  1254. </orderEntry>
  1255. <orderEntry type="module-library">
  1256. <library>
  1257. <CLASSES>
  1258. <root url="jar://$MAVEN_REPOSITORY$/com/sun/xml/bind/jaxb-impl/2.3.2/jaxb-impl-2.3.2.jar!/" />
  1259. </CLASSES>
  1260. <JAVADOC />
  1261. <SOURCES />
  1262. </library>
  1263. </orderEntry>
  1264. <orderEntry type="module-library">
  1265. <library>
  1266. <CLASSES>
  1267. <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1.1/activation-1.1.1.jar!/" />
  1268. </CLASSES>
  1269. <JAVADOC />
  1270. <SOURCES />
  1271. </library>
  1272. </orderEntry>
  1273. <orderEntry type="module-library">
  1274. <library>
  1275. <CLASSES>
  1276. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis-reactive/2.1.5.RELEASE/spring-boot-starter-data-redis-reactive-2.1.5.RELEASE.jar!/" />
  1277. </CLASSES>
  1278. <JAVADOC />
  1279. <SOURCES />
  1280. </library>
  1281. </orderEntry>
  1282. <orderEntry type="module-library">
  1283. <library>
  1284. <CLASSES>
  1285. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-data-redis/2.1.5.RELEASE/spring-boot-starter-data-redis-2.1.5.RELEASE.jar!/" />
  1286. </CLASSES>
  1287. <JAVADOC />
  1288. <SOURCES />
  1289. </library>
  1290. </orderEntry>
  1291. <orderEntry type="module-library">
  1292. <library>
  1293. <CLASSES>
  1294. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-redis/2.1.8.RELEASE/spring-data-redis-2.1.8.RELEASE.jar!/" />
  1295. </CLASSES>
  1296. <JAVADOC />
  1297. <SOURCES />
  1298. </library>
  1299. </orderEntry>
  1300. <orderEntry type="module-library">
  1301. <library>
  1302. <CLASSES>
  1303. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-keyvalue/2.1.8.RELEASE/spring-data-keyvalue-2.1.8.RELEASE.jar!/" />
  1304. </CLASSES>
  1305. <JAVADOC />
  1306. <SOURCES />
  1307. </library>
  1308. </orderEntry>
  1309. <orderEntry type="module-library">
  1310. <library>
  1311. <CLASSES>
  1312. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/2.1.8.RELEASE/spring-data-commons-2.1.8.RELEASE.jar!/" />
  1313. </CLASSES>
  1314. <JAVADOC />
  1315. <SOURCES />
  1316. </library>
  1317. </orderEntry>
  1318. <orderEntry type="module-library">
  1319. <library>
  1320. <CLASSES>
  1321. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-oxm/5.1.7.RELEASE/spring-oxm-5.1.7.RELEASE.jar!/" />
  1322. </CLASSES>
  1323. <JAVADOC />
  1324. <SOURCES />
  1325. </library>
  1326. </orderEntry>
  1327. <orderEntry type="module-library">
  1328. <library>
  1329. <CLASSES>
  1330. <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context-support/5.1.7.RELEASE/spring-context-support-5.1.7.RELEASE.jar!/" />
  1331. </CLASSES>
  1332. <JAVADOC />
  1333. <SOURCES />
  1334. </library>
  1335. </orderEntry>
  1336. <orderEntry type="module-library">
  1337. <library>
  1338. <CLASSES>
  1339. <root url="jar://$MAVEN_REPOSITORY$/io/lettuce/lettuce-core/5.1.6.RELEASE/lettuce-core-5.1.6.RELEASE.jar!/" />
  1340. </CLASSES>
  1341. <JAVADOC />
  1342. <SOURCES />
  1343. </library>
  1344. </orderEntry>
  1345. <orderEntry type="module-library">
  1346. <library>
  1347. <CLASSES>
  1348. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-common/4.1.36.Final/netty-common-4.1.36.Final.jar!/" />
  1349. </CLASSES>
  1350. <JAVADOC />
  1351. <SOURCES />
  1352. </library>
  1353. </orderEntry>
  1354. <orderEntry type="module-library">
  1355. <library>
  1356. <CLASSES>
  1357. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-handler/4.1.36.Final/netty-handler-4.1.36.Final.jar!/" />
  1358. </CLASSES>
  1359. <JAVADOC />
  1360. <SOURCES />
  1361. </library>
  1362. </orderEntry>
  1363. <orderEntry type="module-library">
  1364. <library>
  1365. <CLASSES>
  1366. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-buffer/4.1.36.Final/netty-buffer-4.1.36.Final.jar!/" />
  1367. </CLASSES>
  1368. <JAVADOC />
  1369. <SOURCES />
  1370. </library>
  1371. </orderEntry>
  1372. <orderEntry type="module-library">
  1373. <library>
  1374. <CLASSES>
  1375. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-transport/4.1.36.Final/netty-transport-4.1.36.Final.jar!/" />
  1376. </CLASSES>
  1377. <JAVADOC />
  1378. <SOURCES />
  1379. </library>
  1380. </orderEntry>
  1381. <orderEntry type="module-library">
  1382. <library>
  1383. <CLASSES>
  1384. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-resolver/4.1.36.Final/netty-resolver-4.1.36.Final.jar!/" />
  1385. </CLASSES>
  1386. <JAVADOC />
  1387. <SOURCES />
  1388. </library>
  1389. </orderEntry>
  1390. <orderEntry type="module-library">
  1391. <library>
  1392. <CLASSES>
  1393. <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar!/" />
  1394. </CLASSES>
  1395. <JAVADOC />
  1396. <SOURCES />
  1397. </library>
  1398. </orderEntry>
  1399. <orderEntry type="module-library">
  1400. <library>
  1401. <CLASSES>
  1402. <root url="jar://$MAVEN_REPOSITORY$/io/projectreactor/reactor-core/3.2.9.RELEASE/reactor-core-3.2.9.RELEASE.jar!/" />
  1403. </CLASSES>
  1404. <JAVADOC />
  1405. <SOURCES />
  1406. </library>
  1407. </orderEntry>
  1408. <orderEntry type="module-library">
  1409. <library>
  1410. <CLASSES>
  1411. <root url="jar://$MAVEN_REPOSITORY$/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar!/" />
  1412. </CLASSES>
  1413. <JAVADOC />
  1414. <SOURCES />
  1415. </library>
  1416. </orderEntry>
  1417. <orderEntry type="module-library">
  1418. <library>
  1419. <CLASSES>
  1420. <root url="jar://$MAVEN_REPOSITORY$/org/projectlombok/lombok/1.18.8/lombok-1.18.8.jar!/" />
  1421. </CLASSES>
  1422. <JAVADOC />
  1423. <SOURCES />
  1424. </library>
  1425. </orderEntry>
  1426. <orderEntry type="library" name="Maven: io.netty:netty-all:4.1.36.Final" level="project" />
  1427. <orderEntry type="library" name="Maven: com.aliyun:aliyun-java-sdk-push:3.13.0" level="project" />
  1428. <orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.5" level="project" />
  1429. <orderEntry type="library" name="Maven: com.aliyun:aliyun-java-sdk-core:4.3.2" level="project" />
  1430. <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.8" level="project" />
  1431. <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.11" level="project" />
  1432. <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.11" level="project" />
  1433. <orderEntry type="library" name="Maven: javax.xml.bind:jaxb-api:2.3.1" level="project" />
  1434. <orderEntry type="library" name="Maven: javax.activation:javax.activation-api:1.2.0" level="project" />
  1435. <orderEntry type="library" name="Maven: com.sun.xml.bind:jaxb-core:2.3.0.1" level="project" />
  1436. <orderEntry type="library" name="Maven: com.sun.xml.bind:jaxb-impl:2.3.2" level="project" />
  1437. <orderEntry type="library" name="Maven: javax.activation:activation:1.1.1" level="project" />
  1438. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:2.1.5.RELEASE" level="project" />
  1439. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.1.5.RELEASE" level="project" />
  1440. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.1.5.RELEASE" level="project" />
  1441. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:2.1.5.RELEASE" level="project" />
  1442. <orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.2.3" level="project" />
  1443. <orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.2.3" level="project" />
  1444. <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-to-slf4j:2.11.2" level="project" />
  1445. <orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-api:2.11.2" level="project" />
  1446. <orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.26" level="project" />
  1447. <orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.3.2" level="project" />
  1448. <orderEntry type="library" scope="RUNTIME" name="Maven: org.yaml:snakeyaml:1.23" level="project" />
  1449. <orderEntry type="library" name="Maven: org.springframework:spring-aop:5.1.7.RELEASE" level="project" />
  1450. <orderEntry type="library" name="Maven: org.springframework:spring-beans:5.1.7.RELEASE" level="project" />
  1451. <orderEntry type="library" name="Maven: org.aspectj:aspectjweaver:1.9.4" level="project" />
  1452. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.1.5.RELEASE" level="project" />
  1453. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-json:2.1.5.RELEASE" level="project" />
  1454. <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8" level="project" />
  1455. <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8" level="project" />
  1456. <orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8" level="project" />
  1457. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:2.1.5.RELEASE" level="project" />
  1458. <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:9.0.19" level="project" />
  1459. <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:9.0.19" level="project" />
  1460. <orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:9.0.19" level="project" />
  1461. <orderEntry type="library" name="Maven: org.hibernate.validator:hibernate-validator:6.0.16.Final" level="project" />
  1462. <orderEntry type="library" name="Maven: javax.validation:validation-api:2.0.1.Final" level="project" />
  1463. <orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.2.Final" level="project" />
  1464. <orderEntry type="library" name="Maven: org.springframework:spring-web:5.1.7.RELEASE" level="project" />
  1465. <orderEntry type="library" name="Maven: org.springframework:spring-webmvc:5.1.7.RELEASE" level="project" />
  1466. <orderEntry type="library" name="Maven: org.springframework:spring-context:5.1.7.RELEASE" level="project" />
  1467. <orderEntry type="library" name="Maven: org.springframework:spring-expression:5.1.7.RELEASE" level="project" />
  1468. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-thymeleaf:2.1.5.RELEASE" level="project" />
  1469. <orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE" level="project" />
  1470. <orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf:3.0.11.RELEASE" level="project" />
  1471. <orderEntry type="library" name="Maven: org.attoparser:attoparser:2.0.5.RELEASE" level="project" />
  1472. <orderEntry type="library" name="Maven: org.unbescape:unbescape:1.1.6.RELEASE" level="project" />
  1473. <orderEntry type="library" name="Maven: org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE" level="project" />
  1474. <orderEntry type="library" name="Maven: com.ibeetl:beetl:3.0.13.RELEASE" level="project" />
  1475. <orderEntry type="library" name="Maven: org.antlr:antlr4-runtime:4.7.2" level="project" />
  1476. <orderEntry type="library" name="Maven: org.ow2.asm:asm:5.2" level="project" />
  1477. <orderEntry type="library" name="Maven: org.ow2.asm:asm-commons:5.2" level="project" />
  1478. <orderEntry type="library" name="Maven: org.ow2.asm:asm-tree:5.2" level="project" />
  1479. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-configuration-processor:2.1.5.RELEASE" level="project" />
  1480. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-spring:1.4.0" level="project" />
  1481. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-web:1.4.0" level="project" />
  1482. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-core:1.4.0" level="project" />
  1483. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-lang:1.4.0" level="project" />
  1484. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-cache:1.4.0" level="project" />
  1485. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-hash:1.4.0" level="project" />
  1486. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-core:1.4.0" level="project" />
  1487. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-crypto-cipher:1.4.0" level="project" />
  1488. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-config-core:1.4.0" level="project" />
  1489. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-config-ogdl:1.4.0" level="project" />
  1490. <orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.9.3" level="project" />
  1491. <orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.2" level="project" />
  1492. <orderEntry type="library" name="Maven: org.apache.shiro:shiro-event:1.4.0" level="project" />
  1493. <orderEntry type="library" name="Maven: org.crazycake:shiro-redis:3.1.0" level="project" />
  1494. <orderEntry type="library" name="Maven: redis.clients:jedis:2.9.3" level="project" />
  1495. <orderEntry type="library" name="Maven: org.apache.commons:commons-pool2:2.6.2" level="project" />
  1496. <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.26" level="project" />
  1497. <orderEntry type="library" name="Maven: com.puppycrawl.tools:checkstyle:8.3" level="project" />
  1498. <orderEntry type="library" name="Maven: antlr:antlr:2.7.7" level="project" />
  1499. <orderEntry type="library" name="Maven: commons-cli:commons-cli:1.4" level="project" />
  1500. <orderEntry type="library" name="Maven: net.sf.saxon:Saxon-HE:9.8.0-4" level="project" />
  1501. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-redis-reactive:2.1.5.RELEASE" level="project" />
  1502. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-redis:2.1.5.RELEASE" level="project" />
  1503. <orderEntry type="library" name="Maven: org.springframework.data:spring-data-redis:2.1.8.RELEASE" level="project" />
  1504. <orderEntry type="library" name="Maven: org.springframework.data:spring-data-keyvalue:2.1.8.RELEASE" level="project" />
  1505. <orderEntry type="library" name="Maven: org.springframework.data:spring-data-commons:2.1.8.RELEASE" level="project" />
  1506. <orderEntry type="library" name="Maven: org.springframework:spring-oxm:5.1.7.RELEASE" level="project" />
  1507. <orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.1.7.RELEASE" level="project" />
  1508. <orderEntry type="library" name="Maven: io.lettuce:lettuce-core:5.1.6.RELEASE" level="project" />
  1509. <orderEntry type="library" name="Maven: io.netty:netty-common:4.1.36.Final" level="project" />
  1510. <orderEntry type="library" name="Maven: io.netty:netty-handler:4.1.36.Final" level="project" />
  1511. <orderEntry type="library" name="Maven: io.netty:netty-buffer:4.1.36.Final" level="project" />
  1512. <orderEntry type="library" name="Maven: io.netty:netty-codec:4.1.36.Final" level="project" />
  1513. <orderEntry type="library" name="Maven: io.netty:netty-transport:4.1.36.Final" level="project" />
  1514. <orderEntry type="library" name="Maven: io.netty:netty-resolver:4.1.36.Final" level="project" />
  1515. <orderEntry type="library" name="Maven: io.projectreactor:reactor-core:3.2.9.RELEASE" level="project" />
  1516. <orderEntry type="library" name="Maven: org.reactivestreams:reactive-streams:1.0.2" level="project" />
  1517. <orderEntry type="library" name="Maven: com.alibaba:druid-spring-boot-starter:1.1.21" level="project" />
  1518. <orderEntry type="library" name="Maven: com.alibaba:druid:1.1.21" level="project" />
  1519. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE" level="project" />
  1520. <orderEntry type="library" name="Maven: cn.hutool:hutool-all:4.6.8" level="project" />
  1521. <orderEntry type="library" name="Maven: io.springfox:springfox-swagger2:2.6.1" level="project" />
  1522. <orderEntry type="library" name="Maven: io.swagger:swagger-annotations:1.5.10" level="project" />
  1523. <orderEntry type="library" name="Maven: io.swagger:swagger-models:1.5.10" level="project" />
  1524. <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.9.0" level="project" />
  1525. <orderEntry type="library" name="Maven: io.springfox:springfox-spi:2.6.1" level="project" />
  1526. <orderEntry type="library" name="Maven: io.springfox:springfox-core:2.6.1" level="project" />
  1527. <orderEntry type="library" name="Maven: io.springfox:springfox-schema:2.6.1" level="project" />
  1528. <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-common:2.6.1" level="project" />
  1529. <orderEntry type="library" name="Maven: io.springfox:springfox-spring-web:2.6.1" level="project" />
  1530. <orderEntry type="library" name="Maven: com.google.guava:guava:18.0" level="project" />
  1531. <orderEntry type="library" name="Maven: com.fasterxml:classmate:1.4.0" level="project" />
  1532. <orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE" level="project" />
  1533. <orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE" level="project" />
  1534. <orderEntry type="library" name="Maven: org.mapstruct:mapstruct:1.0.0.Final" level="project" />
  1535. <orderEntry type="library" name="Maven: io.springfox:springfox-swagger-ui:2.6.1" level="project" />
  1536. <orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.62" level="project" />
  1537. <orderEntry type="library" name="Maven: com.rabbitmq:http-client:3.1.1.RELEASE" level="project" />
  1538. <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.9.8" level="project" />
  1539. <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.9.8" level="project" />
  1540. <orderEntry type="library" name="Maven: commons-io:commons-io:2.6" level="project" />
  1541. <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-boot-starter:3.2.0" level="project" />
  1542. <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus:3.2.0" level="project" />
  1543. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:2.1.5.RELEASE" level="project" />
  1544. <orderEntry type="library" name="Maven: com.zaxxer:HikariCP:3.2.0" level="project" />
  1545. <orderEntry type="library" name="Maven: org.springframework:spring-jdbc:5.1.7.RELEASE" level="project" />
  1546. <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-generator:3.2.0" level="project" />
  1547. <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-extension:3.2.0" level="project" />
  1548. <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-core:3.2.0" level="project" />
  1549. <orderEntry type="library" name="Maven: com.baomidou:mybatis-plus-annotation:3.2.0" level="project" />
  1550. <orderEntry type="library" name="Maven: com.github.jsqlparser:jsqlparser:2.1" level="project" />
  1551. <orderEntry type="library" name="Maven: org.mybatis:mybatis:3.5.2" level="project" />
  1552. <orderEntry type="library" name="Maven: org.mybatis:mybatis-spring:2.0.2" level="project" />
  1553. <orderEntry type="library" scope="RUNTIME" name="Maven: mysql:mysql-connector-java:8.0.16" level="project" />
  1554. <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-amqp:2.1.5.RELEASE" level="project" />
  1555. <orderEntry type="library" name="Maven: org.springframework:spring-messaging:5.1.7.RELEASE" level="project" />
  1556. <orderEntry type="library" name="Maven: org.springframework.amqp:spring-rabbit:2.1.6.RELEASE" level="project" />
  1557. <orderEntry type="library" name="Maven: org.springframework.amqp:spring-amqp:2.1.6.RELEASE" level="project" />
  1558. <orderEntry type="library" name="Maven: org.springframework.retry:spring-retry:1.2.4.RELEASE" level="project" />
  1559. <orderEntry type="library" name="Maven: com.rabbitmq:amqp-client:5.4.3" level="project" />
  1560. <orderEntry type="library" name="Maven: org.springframework:spring-tx:5.1.7.RELEASE" level="project" />
  1561. <orderEntry type="library" name="Maven: org.projectlombok:lombok:1.18.8" level="project" />
  1562. <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:2.1.5.RELEASE" level="project" />
  1563. <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:2.1.5.RELEASE" level="project" />
  1564. <orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:2.1.5.RELEASE" level="project" />
  1565. <orderEntry type="library" scope="TEST" name="Maven: com.jayway.jsonpath:json-path:2.4.0" level="project" />
  1566. <orderEntry type="library" scope="TEST" name="Maven: net.minidev:json-smart:2.3" level="project" />
  1567. <orderEntry type="library" scope="TEST" name="Maven: net.minidev:accessors-smart:1.2" level="project" />
  1568. <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
  1569. <orderEntry type="library" scope="TEST" name="Maven: org.assertj:assertj-core:3.11.1" level="project" />
  1570. <orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-core:2.23.4" level="project" />
  1571. <orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy:1.9.12" level="project" />
  1572. <orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy-agent:1.9.12" level="project" />
  1573. <orderEntry type="library" scope="TEST" name="Maven: org.objenesis:objenesis:2.6" level="project" />
  1574. <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
  1575. <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-library:1.3" level="project" />
  1576. <orderEntry type="library" scope="TEST" name="Maven: org.skyscreamer:jsonassert:1.5.0" level="project" />
  1577. <orderEntry type="library" scope="TEST" name="Maven: com.vaadin.external.google:android-json:0.0.20131108.vaadin1" level="project" />
  1578. <orderEntry type="library" name="Maven: org.springframework:spring-core:5.1.7.RELEASE" level="project" />
  1579. <orderEntry type="library" name="Maven: org.springframework:spring-jcl:5.1.7.RELEASE" level="project" />
  1580. <orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:5.1.7.RELEASE" level="project" />
  1581. <orderEntry type="library" scope="TEST" name="Maven: org.xmlunit:xmlunit-core:2.6.2" level="project" />
  1582. </component>
  1583. </module>