pom.xml 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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.4</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>org.example</groupId>
  12. <artifactId>demo</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <name>demo</name>
  15. <description>demo</description>
  16. <url/>
  17. <licenses>
  18. <license/>
  19. </licenses>
  20. <developers>
  21. <developer/>
  22. </developers>
  23. <scm>
  24. <connection/>
  25. <developerConnection/>
  26. <tag/>
  27. <url/>
  28. </scm>
  29. <properties>
  30. <java.version>17</java.version>
  31. <google.code.gson.version>2.7</google.code.gson.version>
  32. <okhttps.version>4.10.0</okhttps.version>
  33. <fastjson.version>2.0.12</fastjson.version>
  34. <poi.version>5.2.5</poi.version>
  35. <mybatisplus.version>3.5.3.1</mybatisplus.version>
  36. <druid.version>1.1.20</druid.version>
  37. <hutool.version>5.6.5</hutool.version>
  38. <poi-tl.version>1.10.3</poi-tl.version>
  39. </properties>
  40. <dependencies>
  41. <dependency>
  42. <groupId>org.springframework.boot</groupId>
  43. <artifactId>spring-boot-starter</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.springframework.boot</groupId>
  47. <artifactId>spring-boot-starter-test</artifactId>
  48. <scope>test</scope>
  49. </dependency>
  50. <dependency>
  51. <groupId>org.openpnp</groupId>
  52. <artifactId>opencv</artifactId>
  53. <version>3.4.2-0</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.alibaba</groupId>
  57. <artifactId>fastjson</artifactId>
  58. <version>${fastjson.version}</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>net.sourceforge.tess4j</groupId>
  62. <artifactId>tess4j</artifactId>
  63. <version>5.8.0</version>
  64. </dependency>
  65. <!-- <dependency>-->
  66. <!-- <groupId>org</groupId>-->
  67. <!-- <artifactId>opencv</artifactId>-->
  68. <!-- <scope>system</scope>-->
  69. <!-- <version>4.12.0</version>-->
  70. <!-- <systemPath>${project.basedir}\src\main\resources\lib\opencv\opencv-4120.jar</systemPath>-->
  71. <!-- </dependency>-->
  72. <dependency>
  73. <groupId>org.bytedeco</groupId>
  74. <artifactId>javacv-platform</artifactId>
  75. <version>1.5.9</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.projectlombok</groupId>
  79. <artifactId>lombok</artifactId>
  80. <scope>provided</scope>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.apache.commons</groupId>
  84. <artifactId>commons-lang3</artifactId>
  85. <version>3.12.0</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.apache.pdfbox</groupId>
  89. <artifactId>pdfbox</artifactId>
  90. <version>3.0.3</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.google.code.gson</groupId>
  94. <artifactId>gson</artifactId>
  95. <!-- <version>${google.code.gson.version}</version>-->
  96. </dependency>
  97. <dependency>
  98. <groupId>com.squareup.okhttp3</groupId>
  99. <artifactId>okhttp</artifactId>
  100. <version>3.14.9</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>org.springframework.boot</groupId>
  104. <artifactId>spring-boot-starter-web</artifactId>
  105. </dependency>
  106. <dependency>
  107. <groupId>org.apache.poi</groupId>
  108. <artifactId>poi</artifactId>
  109. <version>${poi.version}</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>org.apache.poi</groupId>
  113. <artifactId>poi-ooxml</artifactId>
  114. <version>${poi.version}</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>org.apache.poi</groupId>
  118. <artifactId>poi-scratchpad</artifactId>
  119. <version>${poi.version}</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.mybatis</groupId>
  123. <artifactId>mybatis-typehandlers-jsr310</artifactId>
  124. <version>1.0.2</version>
  125. </dependency>
  126. <!-- <dependency>-->
  127. <!-- <groupId>com.baomidou</groupId>-->
  128. <!-- <artifactId>mybatis-plus-boot-starter</artifactId>-->
  129. <!-- <version>${mybatisplus.version}</version>-->
  130. <!-- </dependency>-->
  131. <dependency>
  132. <groupId>com.baomidou</groupId>
  133. <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
  134. <version>3.5.11</version> <!-- 必须使用3.5.x版本 -->
  135. </dependency>
  136. <dependency>
  137. <groupId>com.mysql</groupId>
  138. <artifactId>mysql-connector-j</artifactId>
  139. <scope>runtime</scope>
  140. </dependency>
  141. <dependency>
  142. <groupId>com.alibaba</groupId>
  143. <artifactId>druid-spring-boot-starter</artifactId>
  144. <version>${druid.version}</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>org.springframework.boot</groupId>
  148. <artifactId>spring-boot-starter-actuator</artifactId>
  149. </dependency>
  150. <dependency>
  151. <groupId>io.micrometer</groupId>
  152. <artifactId>micrometer-registry-prometheus</artifactId>
  153. </dependency>
  154. <dependency>
  155. <groupId>org.springframework.boot</groupId>
  156. <artifactId>spring-boot-starter-webflux</artifactId>
  157. </dependency>
  158. <dependency>
  159. <groupId>cn.hutool</groupId>
  160. <artifactId>hutool-all</artifactId>
  161. <version>${hutool.version}</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>org.springframework</groupId>
  165. <artifactId>spring-test</artifactId>
  166. </dependency>
  167. <dependency>
  168. <groupId>io.github.draco1023</groupId>
  169. <artifactId>poi-tl-ext</artifactId>
  170. <version>0.4.2</version>
  171. </dependency>
  172. <dependency>
  173. <groupId>com.deepoove</groupId>
  174. <artifactId>poi-tl</artifactId>
  175. <version>${poi-tl.version}</version>
  176. </dependency>
  177. </dependencies>
  178. <build>
  179. <plugins>
  180. <plugin>
  181. <groupId>org.springframework.boot</groupId>
  182. <artifactId>spring-boot-maven-plugin</artifactId>
  183. </plugin>
  184. </plugins>
  185. </build>
  186. </project>