pom.xml 15 KB

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