pom.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  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.apache.poi</groupId>
  140. <artifactId>poi</artifactId>
  141. <version>4.1.2</version>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.apache.poi</groupId>
  145. <artifactId>poi-ooxml</artifactId>
  146. <version>4.1.2</version>
  147. </dependency>
  148. <!-- Swagger3 依赖 -->
  149. <dependency>
  150. <groupId>io.springfox</groupId>
  151. <artifactId>springfox-boot-starter</artifactId>
  152. <version>3.0.0</version>
  153. </dependency>
  154. <!-- MyBatis Plus 依赖 -->
  155. <dependency>
  156. <groupId>com.baomidou</groupId>
  157. <artifactId>mybatis-plus-boot-starter</artifactId>
  158. <version>3.5.1</version>
  159. </dependency>
  160. <!-- Google Kaptcha 依赖 -->
  161. <dependency>
  162. <groupId>com.github.penggle</groupId>
  163. <artifactId>kaptcha</artifactId>
  164. <version>2.3.2</version>
  165. </dependency>
  166. <!-- Apache Commons Lang 依赖 -->
  167. <dependency>
  168. <groupId>commons-lang</groupId>
  169. <artifactId>commons-lang</artifactId>
  170. <version>2.6</version>
  171. </dependency>
  172. <!-- Fastjson 依赖 -->
  173. <dependency>
  174. <groupId>com.alibaba</groupId>
  175. <artifactId>fastjson</artifactId>
  176. <version>1.2.76</version>
  177. </dependency>
  178. <!-- Micrometer Core 依赖 -->
  179. <dependency>
  180. <groupId>io.micrometer</groupId>
  181. <artifactId>micrometer-core</artifactId>
  182. <version>1.9.0</version>
  183. </dependency>
  184. <!-- AOP -->
  185. <dependency>
  186. <groupId>org.springframework.boot</groupId>
  187. <artifactId>spring-boot-starter-aop</artifactId>
  188. </dependency>
  189. <dependency>
  190. <groupId>com.fasterxml.jackson.datatype</groupId>
  191. <artifactId>jackson-datatype-hibernate5</artifactId>
  192. <version>2.15.2</version>
  193. </dependency>
  194. <dependency>
  195. <groupId>org.hibernate</groupId>
  196. <artifactId>hibernate-core</artifactId>
  197. <version>5.6.15.Final</version>
  198. </dependency>
  199. <dependency>
  200. <groupId>org.springdoc</groupId>
  201. <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
  202. <version>2.8.5</version>
  203. </dependency>
  204. <dependency>
  205. <groupId>org.apache.httpcomponents</groupId>
  206. <artifactId>httpclient</artifactId>
  207. <version>4.5.14</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>org.dom4j</groupId>
  211. <artifactId>dom4j</artifactId>
  212. <version>2.1.4</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>io.github.openfeign</groupId>
  216. <artifactId>feign-core</artifactId>
  217. <version>13.2.1</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>org.springframework.boot</groupId>
  221. <artifactId>spring-boot-starter-security</artifactId>
  222. </dependency>
  223. <dependency>
  224. <groupId>net.sf.sevenzipjbinding</groupId>
  225. <artifactId>sevenzipjbinding</artifactId>
  226. <version>16.02-2.01</version>
  227. </dependency>
  228. <dependency>
  229. <groupId>net.sf.sevenzipjbinding</groupId>
  230. <artifactId>sevenzipjbinding-all-platforms</artifactId>
  231. <version>16.02-2.01</version>
  232. </dependency>
  233. <dependency>
  234. <groupId>net.lingala.zip4j</groupId>
  235. <artifactId>zip4j</artifactId>
  236. <version>2.11.5</version>
  237. </dependency>
  238. <dependency>
  239. <groupId>org.projectlombok</groupId>
  240. <artifactId>lombok</artifactId>
  241. <optional>true</optional>
  242. </dependency>
  243. <dependency>
  244. <groupId>commons-io</groupId>
  245. <artifactId>commons-io</artifactId>
  246. <version>2.11.0</version>
  247. </dependency>
  248. <dependency>
  249. <groupId>com.auth0</groupId>
  250. <artifactId>java-jwt</artifactId>
  251. <version>4.4.0</version>
  252. </dependency>
  253. <dependency>
  254. <groupId>com.google.zxing</groupId>
  255. <artifactId>core</artifactId>
  256. <version>3.5.3</version>
  257. </dependency>
  258. <dependency>
  259. <groupId>com.google.zxing</groupId>
  260. <artifactId>javase</artifactId>
  261. <version>3.5.3</version>
  262. </dependency>
  263. <dependency>
  264. <groupId>org.springframework</groupId>
  265. <artifactId>spring-test</artifactId>
  266. </dependency>
  267. </dependencies>
  268. <build>
  269. <plugins>
  270. <plugin>
  271. <groupId>org.springframework.boot</groupId>
  272. <artifactId>spring-boot-maven-plugin</artifactId>
  273. </plugin>
  274. </plugins>
  275. </build>
  276. </project>