pom.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  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. <dependency>
  169. <groupId>org.springdoc</groupId>
  170. <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
  171. </dependency>
  172. <!-- MyBatis Plus 依赖 -->
  173. <!-- <dependency>-->
  174. <!-- <groupId>com.baomidou</groupId>-->
  175. <!-- <artifactId>mybatis-plus-boot-starter</artifactId>-->
  176. <!-- <version>3.5.1</version>-->
  177. <!-- </dependency>-->
  178. <dependency>
  179. <groupId>com.baomidou</groupId>
  180. <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
  181. <version>3.5.9</version>
  182. </dependency>
  183. <dependency>
  184. <groupId>com.baomidou</groupId>
  185. <artifactId>mybatis-plus-extension</artifactId>
  186. <version>3.5.9</version>
  187. </dependency>
  188. <!-- 分页配置 -->
  189. <dependency>
  190. <groupId>com.baomidou</groupId>
  191. <artifactId>mybatis-plus-jsqlparser</artifactId>
  192. <version>3.5.9</version>
  193. </dependency>
  194. <!-- Google Kaptcha 依赖 -->
  195. <dependency>
  196. <groupId>com.github.penggle</groupId>
  197. <artifactId>kaptcha</artifactId>
  198. <version>2.3.2</version>
  199. </dependency>
  200. <!-- Apache Commons Lang 依赖 -->
  201. <dependency>
  202. <groupId>commons-lang</groupId>
  203. <artifactId>commons-lang</artifactId>
  204. <version>2.6</version>
  205. </dependency>
  206. <!-- Fastjson 依赖 -->
  207. <dependency>
  208. <groupId>com.alibaba</groupId>
  209. <artifactId>fastjson</artifactId>
  210. <version>1.2.76</version>
  211. </dependency>
  212. <!-- Micrometer Core 依赖 -->
  213. <dependency>
  214. <groupId>io.micrometer</groupId>
  215. <artifactId>micrometer-core</artifactId>
  216. <version>1.9.0</version>
  217. </dependency>
  218. <!-- AOP -->
  219. <dependency>
  220. <groupId>org.springframework.boot</groupId>
  221. <artifactId>spring-boot-starter-aop</artifactId>
  222. </dependency>
  223. <dependency>
  224. <groupId>com.fasterxml.jackson.datatype</groupId>
  225. <artifactId>jackson-datatype-hibernate5</artifactId>
  226. <version>2.15.2</version>
  227. </dependency>
  228. <dependency>
  229. <groupId>org.hibernate</groupId>
  230. <artifactId>hibernate-core</artifactId>
  231. <version>5.6.15.Final</version>
  232. </dependency>
  233. <dependency>
  234. <groupId>org.springdoc</groupId>
  235. <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
  236. <version>2.8.5</version>
  237. </dependency>
  238. <dependency>
  239. <groupId>org.apache.httpcomponents</groupId>
  240. <artifactId>httpclient</artifactId>
  241. <version>4.5.14</version>
  242. </dependency>
  243. <dependency>
  244. <groupId>org.dom4j</groupId>
  245. <artifactId>dom4j</artifactId>
  246. <version>2.1.4</version>
  247. </dependency>
  248. <dependency>
  249. <groupId>io.github.openfeign</groupId>
  250. <artifactId>feign-core</artifactId>
  251. <version>13.2.1</version>
  252. </dependency>
  253. <dependency>
  254. <groupId>org.springframework.boot</groupId>
  255. <artifactId>spring-boot-starter-security</artifactId>
  256. </dependency>
  257. <dependency>
  258. <groupId>net.sf.sevenzipjbinding</groupId>
  259. <artifactId>sevenzipjbinding</artifactId>
  260. <version>16.02-2.01</version>
  261. </dependency>
  262. <dependency>
  263. <groupId>net.sf.sevenzipjbinding</groupId>
  264. <artifactId>sevenzipjbinding-all-platforms</artifactId>
  265. <version>16.02-2.01</version>
  266. </dependency>
  267. <dependency>
  268. <groupId>net.lingala.zip4j</groupId>
  269. <artifactId>zip4j</artifactId>
  270. <version>2.11.5</version>
  271. </dependency>
  272. <dependency>
  273. <groupId>org.projectlombok</groupId>
  274. <artifactId>lombok</artifactId>
  275. <optional>true</optional>
  276. </dependency>
  277. <dependency>
  278. <groupId>commons-io</groupId>
  279. <artifactId>commons-io</artifactId>
  280. <version>2.11.0</version>
  281. </dependency>
  282. <dependency>
  283. <groupId>com.auth0</groupId>
  284. <artifactId>java-jwt</artifactId>
  285. <version>4.4.0</version>
  286. </dependency>
  287. <dependency>
  288. <groupId>com.google.zxing</groupId>
  289. <artifactId>core</artifactId>
  290. <version>3.5.3</version>
  291. </dependency>
  292. <dependency>
  293. <groupId>com.google.zxing</groupId>
  294. <artifactId>javase</artifactId>
  295. <version>3.5.3</version>
  296. </dependency>
  297. <dependency>
  298. <groupId>org.springframework</groupId>
  299. <artifactId>spring-test</artifactId>
  300. </dependency>
  301. <dependency>
  302. <groupId>org.springframework.boot</groupId>
  303. <artifactId>spring-boot-starter-data-redis</artifactId>
  304. </dependency>
  305. <dependency>
  306. <groupId>io.jsonwebtoken</groupId>
  307. <artifactId>jjwt-api</artifactId>
  308. <version>0.12.5</version>
  309. </dependency>
  310. <dependency>
  311. <groupId>io.jsonwebtoken</groupId>
  312. <artifactId>jjwt-impl</artifactId>
  313. <version>0.12.5</version>
  314. <scope>runtime</scope>
  315. </dependency>
  316. <dependency>
  317. <groupId>io.jsonwebtoken</groupId>
  318. <artifactId>jjwt-jackson</artifactId>
  319. <version>0.12.5</version>
  320. <scope>runtime</scope>
  321. </dependency>
  322. <dependency>
  323. <groupId>commons-beanutils</groupId>
  324. <artifactId>commons-beanutils</artifactId>
  325. <version>1.9.4</version>
  326. </dependency>
  327. <dependency>
  328. <groupId>org.codehaus.jackson</groupId>
  329. <artifactId>jackson-mapper-asl</artifactId>
  330. <version>1.9.13</version>
  331. </dependency>
  332. <dependency>
  333. <groupId>org.springframework.security</groupId>
  334. <artifactId>spring-security-jwt</artifactId>
  335. <version>1.1.1.RELEASE</version>
  336. </dependency>
  337. <dependency>
  338. <groupId>org.springframework.security.oauth</groupId>
  339. <artifactId>spring-security-oauth2</artifactId>
  340. <version>2.5.2.RELEASE</version>
  341. </dependency>
  342. <dependency>
  343. <groupId>org.springframework</groupId>
  344. <artifactId>spring-context-support</artifactId>
  345. <version>5.3.39</version>
  346. </dependency>
  347. <dependency>
  348. <groupId>net.sf.ehcache</groupId>
  349. <artifactId>ehcache</artifactId>
  350. <version>2.10.9.2</version>
  351. </dependency>
  352. <!-- 连接池 -->
  353. <dependency>
  354. <groupId>com.alibaba</groupId>
  355. <artifactId>druid-spring-boot-3-starter</artifactId>
  356. <version>1.2.23</version>
  357. </dependency>
  358. <!-- Oracle 驱动 -->
  359. <dependency>
  360. <groupId>com.oracle.database.jdbc</groupId>
  361. <artifactId>ojdbc11</artifactId>
  362. <version>23.2.0.0</version>
  363. </dependency>
  364. <dependency>
  365. <groupId>org.springframework.boot</groupId>
  366. <artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
  367. </dependency>
  368. </dependencies>
  369. <build>
  370. <plugins>
  371. <plugin>
  372. <groupId>org.springframework.boot</groupId>
  373. <artifactId>spring-boot-maven-plugin</artifactId>
  374. </plugin>
  375. <plugin>
  376. <groupId>org.eclipse.transformer</groupId>
  377. <artifactId>transformer-maven-plugin</artifactId>
  378. <version>0.5.0</version>
  379. <extensions>true</extensions>
  380. <configuration>
  381. <rules>
  382. <jakarta>true</jakarta>
  383. </rules>
  384. </configuration>
  385. <executions>
  386. <execution>
  387. <goals>
  388. <goal>run</goal>
  389. </goals>
  390. <phase>package</phase>
  391. </execution>
  392. </executions>
  393. </plugin>
  394. </plugins>
  395. </build>
  396. </project>