pom.xml 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>org.springframework.boot</groupId>
  8. <artifactId>spring-boot-starter-parent</artifactId>
  9. <version>2.7.18</version>
  10. </parent>
  11. <groupId>com.zfire.mall</groupId>
  12. <artifactId>mall_contest_api</artifactId>
  13. <version>1.0.0</version>
  14. <properties>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  17. <java.version>1.8</java.version>
  18. <maven.compiler.source>${java.version}</maven.compiler.source>
  19. <maven.compiler.target>${java.version}</maven.compiler.target>
  20. <spring-boot.version>2.7.18</spring-boot.version>
  21. <mybatis-plus.version>3.4.3.4</mybatis-plus.version>
  22. <swagger-v3.version>2.2.25</swagger-v3.version>
  23. <springdoc.version>1.8.0</springdoc.version>
  24. <hutool.version>5.8.21</hutool.version>
  25. <druid.version>1.2.16</druid.version>
  26. <jwt.version>0.12.6</jwt.version>
  27. <google-z.version>3.3.2</google-z.version>
  28. <knife4j.version>4.3.0</knife4j.version>
  29. <mapstruct.version>1.5.5.Final</mapstruct.version>
  30. <weixin.version>4.5.0</weixin.version>
  31. <kaptcha.version>2.3.2</kaptcha.version>
  32. <aliyun.sdk.version>4.0.3</aliyun.sdk.version>
  33. <aliyun.oss.version>3.8.1</aliyun.oss.version>
  34. <ali.easyexcel.version>3.3.2</ali.easyexcel.version>
  35. <poi.version>3.17</poi.version>
  36. </properties>
  37. <dependencies>
  38. <!-- spring boot -->
  39. <dependency>
  40. <groupId>org.springframework.boot</groupId>
  41. <artifactId>spring-boot-starter-web</artifactId>
  42. <exclusions>
  43. <exclusion>
  44. <groupId>org.springframework.boot</groupId>
  45. <artifactId>spring-boot-starter-tomcat</artifactId>
  46. </exclusion>
  47. </exclusions>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.springframework.boot</groupId>
  51. <artifactId>spring-boot-starter-undertow</artifactId>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.springframework.boot</groupId>
  55. <artifactId>spring-boot-starter-aop</artifactId>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.springframework.boot</groupId>
  59. <artifactId>spring-boot-starter-json</artifactId>
  60. <version>${spring-boot.version}</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.springframework.boot</groupId>
  64. <artifactId>spring-boot-starter-data-redis</artifactId>
  65. <version>${spring-boot.version}</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.springframework.integration</groupId>
  69. <artifactId>spring-integration-redis</artifactId>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.springframework.boot</groupId>
  73. <artifactId>spring-boot-configuration-processor</artifactId>
  74. <version>${spring-boot.version}</version>
  75. </dependency>
  76. <!-- Lombok -->
  77. <dependency>
  78. <groupId>org.projectlombok</groupId>
  79. <artifactId>lombok</artifactId>
  80. <version>${lombok.version}</version>
  81. <scope>provided</scope>
  82. </dependency>
  83. <!-- Hutool -->
  84. <dependency>
  85. <groupId>cn.hutool</groupId>
  86. <artifactId>hutool-all</artifactId>
  87. <version>${hutool.version}</version>
  88. </dependency>
  89. <!-- Hibernate Validator -->
  90. <dependency>
  91. <groupId>org.hibernate.validator</groupId>
  92. <artifactId>hibernate-validator</artifactId>
  93. <version>${hibernate-validator.version}</version>
  94. </dependency>
  95. <!-- MyBatis Plus -->
  96. <dependency>
  97. <groupId>com.baomidou</groupId>
  98. <artifactId>mybatis-plus-boot-starter</artifactId>
  99. <version>${mybatis-plus.version}</version>
  100. </dependency>
  101. <!-- mysql -->
  102. <dependency>
  103. <groupId>mysql</groupId>
  104. <artifactId>mysql-connector-java</artifactId>
  105. <version>${mysql.version}</version>
  106. </dependency>
  107. <!-- swagger -->
  108. <dependency>
  109. <groupId>io.swagger.core.v3</groupId>
  110. <artifactId>swagger-annotations</artifactId>
  111. <version>${swagger-v3.version}</version>
  112. </dependency>
  113. <!-- 接口文档:使用最新版本的 Swagger 模型 -->
  114. <dependency>
  115. <groupId>io.swagger.core.v3</groupId>
  116. <artifactId>swagger-models</artifactId>
  117. <version>${swagger-v3.version}</version>
  118. </dependency>
  119. <!-- 接口文档 UI:knife4j -->
  120. <dependency>
  121. <groupId>com.github.xiaoymin</groupId>
  122. <artifactId>knife4j-openapi3-spring-boot-starter</artifactId>
  123. <version>${knife4j.version}</version>
  124. </dependency>
  125. <!-- Druid -->
  126. <dependency>
  127. <groupId>com.alibaba</groupId>
  128. <artifactId>druid-spring-boot-starter</artifactId>
  129. <version>${druid.version}</version>
  130. </dependency>
  131. <!-- jackson -->
  132. <dependency>
  133. <groupId>com.fasterxml.jackson.core</groupId>
  134. <artifactId>jackson-annotations</artifactId>
  135. </dependency>
  136. <!-- mapstruct -->
  137. <dependency>
  138. <groupId>org.mapstruct</groupId>
  139. <artifactId>mapstruct</artifactId>
  140. <version>${mapstruct.version}</version>
  141. </dependency>
  142. <!-- 图片验证码 -->
  143. <dependency>
  144. <groupId>com.github.penggle</groupId>
  145. <artifactId>kaptcha</artifactId>
  146. <version>${kaptcha.version}</version>
  147. </dependency>
  148. <!-- 微信支付 -->
  149. <dependency>
  150. <groupId>com.github.binarywang</groupId>
  151. <artifactId>weixin-java-pay</artifactId>
  152. <version>${weixin.version}</version>
  153. </dependency>
  154. <!-- 微信小程序 -->
  155. <dependency>
  156. <groupId>com.github.binarywang</groupId>
  157. <artifactId>weixin-java-miniapp</artifactId>
  158. <version>${weixin.version}</version>
  159. </dependency>
  160. <!--公众号-->
  161. <dependency>
  162. <groupId>com.github.binarywang</groupId>
  163. <artifactId>weixin-java-mp</artifactId>
  164. <version>${weixin.version}</version>
  165. </dependency>
  166. <!-- 阿里 -->
  167. <dependency>
  168. <groupId>com.aliyun</groupId>
  169. <artifactId>aliyun-java-sdk-core</artifactId>
  170. <version>${aliyun.sdk.version}</version>
  171. </dependency>
  172. <dependency>
  173. <groupId>com.alibaba</groupId>
  174. <artifactId>easyexcel</artifactId>
  175. <version>${ali.easyexcel.version}</version>
  176. </dependency>
  177. <dependency>
  178. <groupId>com.aliyun.oss</groupId>
  179. <artifactId>aliyun-sdk-oss</artifactId>
  180. <version>${aliyun.oss.version}</version>
  181. </dependency>
  182. <!-- JWT -->
  183. <dependency>
  184. <groupId>io.jsonwebtoken</groupId>
  185. <artifactId>jjwt-api</artifactId>
  186. <version>${jwt.version}</version>
  187. </dependency>
  188. <dependency>
  189. <groupId>io.jsonwebtoken</groupId>
  190. <artifactId>jjwt-impl</artifactId>
  191. <version>${jwt.version}</version>
  192. <scope>runtime</scope>
  193. </dependency>
  194. <dependency>
  195. <groupId>io.jsonwebtoken</groupId>
  196. <artifactId>jjwt-jackson</artifactId>
  197. <version>${jwt.version}</version>
  198. <scope>runtime</scope>
  199. </dependency>
  200. <!-- mapstruct -->
  201. <dependency>
  202. <groupId>org.mapstruct</groupId>
  203. <artifactId>mapstruct</artifactId>
  204. <version>${mapstruct.version}</version>
  205. </dependency>
  206. <!-- poi -->
  207. <!-- <dependency>-->
  208. <!-- <groupId>org.apache.poi</groupId>-->
  209. <!-- <artifactId>poi</artifactId>-->
  210. <!-- <version>${poi.version}</version>-->
  211. <!-- </dependency>-->
  212. <!-- <dependency>-->
  213. <!-- <groupId>org.apache.poi</groupId>-->
  214. <!-- <artifactId>poi-ooxml-schemas</artifactId>-->
  215. <!-- <version>${poi.version}</version>-->
  216. <!-- </dependency>-->
  217. <!-- <dependency>-->
  218. <!-- <groupId>org.apache.poi</groupId>-->
  219. <!-- <artifactId>poi-ooxml</artifactId>-->
  220. <!-- <version>${poi.version}</version>-->
  221. <!-- </dependency>-->
  222. </dependencies>
  223. <build>
  224. <plugins>
  225. <plugin>
  226. <groupId>org.springframework.boot</groupId>
  227. <artifactId>spring-boot-maven-plugin</artifactId>
  228. <version>${spring-boot.version}</version>
  229. <executions>
  230. <execution>
  231. <goals>
  232. <goal>repackage</goal>
  233. </goals>
  234. </execution>
  235. </executions>
  236. </plugin>
  237. <plugin>
  238. <groupId>com.plus.plugin</groupId>
  239. <artifactId>plus-maven-plugin</artifactId>
  240. <version>1.0</version>
  241. <configuration>
  242. <configPath>src/main/resources/generator.properties</configPath>
  243. </configuration>
  244. </plugin>
  245. </plugins>
  246. </build>
  247. </project>