pom.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>3.5.11</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com</groupId>
  12. <artifactId>zjrs</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <name>zjrs-service-backend</name>
  15. <description>zjrs-service-backend</description>
  16. <properties>
  17. <java.version>17</java.version>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>org.springframework.boot</groupId>
  22. <artifactId>spring-boot-starter-web</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.springframework.boot</groupId>
  26. <artifactId>spring-boot-starter-validation</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.springframework.boot</groupId>
  30. <artifactId>spring-boot-starter-test</artifactId>
  31. <scope>test</scope>
  32. </dependency>
  33. <!-- Hutool工具包 -->
  34. <dependency>
  35. <groupId>cn.hutool</groupId>
  36. <artifactId>hutool-all</artifactId>
  37. <version>5.8.26</version>
  38. </dependency>
  39. <!-- 本地依赖 -->
  40. <dependency>
  41. <groupId>com.leaf6</groupId>
  42. <artifactId>leaf6-uni-cloud-starter</artifactId>
  43. <version>1.0.0-SinoBest.20</version>
  44. <scope>system</scope>
  45. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-cloud-starter-1.0.0-SinoBest.20.jar</systemPath>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.leaf6</groupId>
  49. <artifactId>leaf6-core-framework</artifactId>
  50. <version>2.0.0-SinoBest.21</version>
  51. <scope>system</scope>
  52. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-core-framework-2.0.0-SinoBest.21.jar</systemPath>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.leaf6</groupId>
  56. <artifactId>leaf6-uni-security</artifactId>
  57. <version>2.0.0-SinoBest.21</version>
  58. <scope>system</scope>
  59. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-security-2.0.0-SinoBest.21.jar</systemPath>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.leaf6</groupId>
  63. <artifactId>leaf6-core-cache</artifactId>
  64. <version>2.0.0-SinoBest.21</version>
  65. <scope>system</scope>
  66. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-core-cache-2.0.0-SinoBest.21.jar</systemPath>
  67. </dependency>
  68. <dependency>
  69. <groupId>com.leaf6</groupId>
  70. <artifactId>leaf6-core-framework-persistens-mybatis</artifactId>
  71. <version>2.0.0-SinoBest.21</version>
  72. <scope>system</scope>
  73. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-core-framework-persistens-mybatis-2.0.0-SinoBest.21.jar</systemPath>
  74. </dependency>
  75. <dependency>
  76. <groupId>com.leaf6</groupId>
  77. <artifactId>leaf6-core-log</artifactId>
  78. <version>2.0.0-SinoBest.21</version>
  79. <scope>system</scope>
  80. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-core-log-2.0.0-SinoBest.21.jar</systemPath>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.leaf6</groupId>
  84. <artifactId>leaf6-core-security</artifactId>
  85. <version>2.0.0-SinoBest.21</version>
  86. <scope>system</scope>
  87. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-core-security-2.0.0-SinoBest.21.jar</systemPath>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.leaf6</groupId>
  91. <artifactId>leaf6-core-uc</artifactId>
  92. <version>2.0.0-SinoBest.21</version>
  93. <scope>system</scope>
  94. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-core-uc-2.0.0-SinoBest.21.jar</systemPath>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.leaf6</groupId>
  98. <artifactId>leaf6-uni-cloud-starter</artifactId>
  99. <version>1.0.0-SinoBest.21</version>
  100. <scope>system</scope>
  101. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-cloud-starter-1.0.0-SinoBest.21.jar</systemPath>
  102. </dependency>
  103. <dependency>
  104. <groupId>com.leaf6</groupId>
  105. <artifactId>leaf6-uni-common</artifactId>
  106. <version>2.0.0-SinoBest.21</version>
  107. <scope>system</scope>
  108. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-common-2.0.0-SinoBest.21.jar</systemPath>
  109. </dependency>
  110. <dependency>
  111. <groupId>com.leaf6</groupId>
  112. <artifactId>leaf6-uni-common-persisterns-mybatis</artifactId>
  113. <version>2.0.0-SinoBest.21</version>
  114. <scope>system</scope>
  115. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-common-persisterns-mybatis-2.0.0-SinoBest.21.jar</systemPath>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.leaf6</groupId>
  119. <artifactId>leaf6-uni-feign</artifactId>
  120. <version>2.0.0-SinoBest.21</version>
  121. <scope>system</scope>
  122. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-feign-2.0.0-SinoBest.21.jar</systemPath>
  123. </dependency>
  124. <dependency>
  125. <groupId>com.leaf6</groupId>
  126. <artifactId>leaf6-uni-log</artifactId>
  127. <version>2.0.0-SinoBest.21</version>
  128. <scope>system</scope>
  129. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-log-2.0.0-SinoBest.21.jar</systemPath>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.leaf6</groupId>
  133. <artifactId>leaf6-uni-log-mybatis</artifactId>
  134. <version>2.0.0-SinoBest.21</version>
  135. <scope>system</scope>
  136. <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-log-mybatis-2.0.0-SinoBest.21.jar</systemPath>
  137. </dependency>
  138. <dependency>
  139. <groupId>org.bouncycastle</groupId>
  140. <artifactId>bcprov-jdk15on</artifactId>
  141. <version>1.60</version>
  142. <scope>system</scope>
  143. <systemPath>${project.basedir}/src/main/resources/lib/bcprov-jdk15on-1.60.jar</systemPath>
  144. </dependency>
  145. <dependency>
  146. <groupId>com.yinhai.bcpcs</groupId>
  147. <artifactId>bcp-httpcs</artifactId>
  148. <version>1.4</version>
  149. <scope>system</scope>
  150. <systemPath>${project.basedir}/src/main/resources/lib/bcp-httpcs-1.4.jar</systemPath>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.apache.poi</groupId>
  154. <artifactId>poi</artifactId>
  155. <version>4.1.2</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.apache.poi</groupId>
  159. <artifactId>poi-ooxml</artifactId>
  160. <version>4.1.2</version>
  161. </dependency>
  162. <!-- Swagger3 依赖 -->
  163. <dependency>
  164. <groupId>io.springfox</groupId>
  165. <artifactId>springfox-boot-starter</artifactId>
  166. <version>3.0.0</version>
  167. </dependency>
  168. <!-- MyBatis Plus 依赖 -->
  169. <dependency>
  170. <groupId>com.baomidou</groupId>
  171. <artifactId>mybatis-plus-boot-starter</artifactId>
  172. <version>3.5.1</version>
  173. </dependency>
  174. <!-- Google Kaptcha 依赖 -->
  175. <dependency>
  176. <groupId>com.github.penggle</groupId>
  177. <artifactId>kaptcha</artifactId>
  178. <version>2.3.2</version>
  179. </dependency>
  180. <!-- Apache Commons Lang 依赖 -->
  181. <dependency>
  182. <groupId>commons-lang</groupId>
  183. <artifactId>commons-lang</artifactId>
  184. <version>2.6</version>
  185. </dependency>
  186. <!-- Fastjson 依赖 -->
  187. <dependency>
  188. <groupId>com.alibaba</groupId>
  189. <artifactId>fastjson</artifactId>
  190. <version>1.2.76</version>
  191. </dependency>
  192. <!-- Micrometer Core 依赖 -->
  193. <dependency>
  194. <groupId>io.micrometer</groupId>
  195. <artifactId>micrometer-core</artifactId>
  196. <version>1.9.0</version>
  197. </dependency>
  198. <!-- AOP -->
  199. <dependency>
  200. <groupId>org.springframework.boot</groupId>
  201. <artifactId>spring-boot-starter-aop</artifactId>
  202. </dependency>
  203. <dependency>
  204. <groupId>com.fasterxml.jackson.datatype</groupId>
  205. <artifactId>jackson-datatype-hibernate5</artifactId>
  206. <version>2.15.2</version>
  207. </dependency>
  208. <dependency>
  209. <groupId>org.hibernate</groupId>
  210. <artifactId>hibernate-core</artifactId>
  211. <version>5.6.15.Final</version>
  212. </dependency>
  213. <dependency>
  214. <groupId>org.springdoc</groupId>
  215. <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
  216. <version>2.8.5</version>
  217. </dependency>
  218. <dependency>
  219. <groupId>org.apache.httpcomponents</groupId>
  220. <artifactId>httpclient</artifactId>
  221. <version>4.5.14</version>
  222. </dependency>
  223. <dependency>
  224. <groupId>org.dom4j</groupId>
  225. <artifactId>dom4j</artifactId>
  226. <version>2.1.4</version>
  227. </dependency>
  228. <dependency>
  229. <groupId>io.github.openfeign</groupId>
  230. <artifactId>feign-core</artifactId>
  231. <version>13.2.1</version>
  232. </dependency>
  233. <dependency>
  234. <groupId>org.springframework.boot</groupId>
  235. <artifactId>spring-boot-starter-security</artifactId>
  236. </dependency>
  237. <dependency>
  238. <groupId>net.sf.sevenzipjbinding</groupId>
  239. <artifactId>sevenzipjbinding</artifactId>
  240. <version>16.02-2.01</version>
  241. </dependency>
  242. <dependency>
  243. <groupId>net.sf.sevenzipjbinding</groupId>
  244. <artifactId>sevenzipjbinding-all-platforms</artifactId>
  245. <version>16.02-2.01</version>
  246. </dependency>
  247. <dependency>
  248. <groupId>net.lingala.zip4j</groupId>
  249. <artifactId>zip4j</artifactId>
  250. <version>2.11.5</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>org.projectlombok</groupId>
  254. <artifactId>lombok</artifactId>
  255. <optional>true</optional>
  256. </dependency>
  257. <dependency>
  258. <groupId>commons-io</groupId>
  259. <artifactId>commons-io</artifactId>
  260. <version>2.11.0</version>
  261. </dependency>
  262. <dependency>
  263. <groupId>com.auth0</groupId>
  264. <artifactId>java-jwt</artifactId>
  265. <version>4.4.0</version>
  266. </dependency>
  267. <dependency>
  268. <groupId>com.google.zxing</groupId>
  269. <artifactId>core</artifactId>
  270. <version>3.5.3</version>
  271. </dependency>
  272. <dependency>
  273. <groupId>com.google.zxing</groupId>
  274. <artifactId>javase</artifactId>
  275. <version>3.5.3</version>
  276. </dependency>
  277. <dependency>
  278. <groupId>org.springframework</groupId>
  279. <artifactId>spring-test</artifactId>
  280. </dependency>
  281. <dependency>
  282. <groupId>org.springframework.boot</groupId>
  283. <artifactId>spring-boot-starter-data-redis</artifactId>
  284. </dependency>
  285. <dependency>
  286. <groupId>io.jsonwebtoken</groupId>
  287. <artifactId>jjwt-api</artifactId>
  288. <version>0.12.5</version>
  289. </dependency>
  290. <dependency>
  291. <groupId>io.jsonwebtoken</groupId>
  292. <artifactId>jjwt-impl</artifactId>
  293. <version>0.12.5</version>
  294. <scope>runtime</scope>
  295. </dependency>
  296. <dependency>
  297. <groupId>io.jsonwebtoken</groupId>
  298. <artifactId>jjwt-jackson</artifactId>
  299. <version>0.12.5</version>
  300. <scope>runtime</scope>
  301. </dependency>
  302. <dependency>
  303. <groupId>commons-beanutils</groupId>
  304. <artifactId>commons-beanutils</artifactId>
  305. <version>1.9.4</version>
  306. </dependency>
  307. <dependency>
  308. <groupId>com.baomidou</groupId>
  309. <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
  310. <version>3.5.10.1</version>
  311. </dependency>
  312. <dependency>
  313. <groupId>org.codehaus.jackson</groupId>
  314. <artifactId>jackson-mapper-asl</artifactId>
  315. <version>1.9.13</version>
  316. </dependency>
  317. </dependencies>
  318. <build>
  319. <plugins>
  320. <plugin>
  321. <groupId>org.springframework.boot</groupId>
  322. <artifactId>spring-boot-maven-plugin</artifactId>
  323. </plugin>
  324. </plugins>
  325. </build>
  326. </project>