pom.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  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>2.3.3.RELEASE</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.gree.manager</groupId>
  12. <artifactId>zfire_jsm_mall_manager</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <name>zfire_jsm_mall_manager</name>
  15. <description>Demo project for Spring Boot</description>
  16. <properties>
  17. <java.version>1.8</java.version>
  18. </properties>
  19. <dependencies>
  20. <!--<dependency>-->
  21. <!--<groupId>org.springframework.boot</groupId>-->
  22. <!--<artifactId>spring-boot-starter-security</artifactId>-->
  23. <!--</dependency>-->
  24. <dependency>
  25. <groupId>org.springframework.boot</groupId>
  26. <artifactId>spring-boot-starter-web</artifactId>
  27. <exclusions>
  28. <exclusion>
  29. <groupId>org.springframework.boot</groupId>
  30. <artifactId>spring-boot-starter-tomcat</artifactId>
  31. </exclusion>
  32. </exclusions>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.springframework.boot</groupId>
  36. <artifactId>spring-boot-starter-data-redis</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.springframework.integration</groupId>
  40. <artifactId>spring-integration-redis</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-devtools</artifactId>
  45. <scope>runtime</scope>
  46. <optional>true</optional>
  47. </dependency>
  48. <dependency>
  49. <groupId>org.springframework.boot</groupId>
  50. <artifactId>spring-boot-starter-test</artifactId>
  51. <scope>test</scope>
  52. </dependency>
  53. <!--<dependency>-->
  54. <!--<groupId>org.mongodb</groupId>-->
  55. <!--<artifactId>mongo-java-driver</artifactId>-->
  56. <!--<version>3.2.2</version>-->
  57. <!--</dependency>-->
  58. <!--mybatis-->
  59. <dependency>
  60. <groupId>org.mybatis.spring.boot</groupId>
  61. <artifactId>mybatis-spring-boot-starter</artifactId>
  62. <version>2.1.0</version>
  63. <exclusions>
  64. <exclusion>
  65. <artifactId>mybatis</artifactId>
  66. <groupId>org.mybatis</groupId>
  67. </exclusion>
  68. </exclusions>
  69. </dependency>
  70. <dependency>
  71. <groupId>com.baomidou</groupId>
  72. <artifactId>mybatis-plus-boot-starter</artifactId>
  73. <version>3.4.2</version>
  74. <!--<exclusions>-->
  75. <!--<exclusion>-->
  76. <!--<artifactId>mybatis</artifactId>-->
  77. <!--<groupId>org.mybatis</groupId>-->
  78. <!--</exclusion>-->
  79. <!--</exclusions>-->
  80. </dependency>
  81. <!--<dependency>-->
  82. <!--<groupId>com.baomidou</groupId>-->
  83. <!--<artifactId>mybatis-plus-generator</artifactId>-->
  84. <!--<version>3.2.0</version>-->
  85. <!--</dependency>-->
  86. <dependency>
  87. <groupId>org.apache.velocity</groupId>
  88. <artifactId>velocity-engine-core</artifactId>
  89. <version>2.1</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>org.projectlombok</groupId>
  93. <artifactId>lombok</artifactId>
  94. <version>1.18.8</version>
  95. <scope>provided</scope>
  96. </dependency>
  97. <!--<dependency>-->
  98. <!--<groupId>org.mybatis.spring.boot</groupId>-->
  99. <!--<artifactId>mybatis-spring-boot-autoconfigure</artifactId>-->
  100. <!--<version>2.1.0</version>-->
  101. <!--</dependency>-->
  102. <dependency>
  103. <groupId>com.google.zxing</groupId>
  104. <artifactId>core</artifactId>
  105. <version>3.3.2</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>com.google.zxing</groupId>
  109. <artifactId>javase</artifactId>
  110. <version>3.3.2</version>
  111. </dependency>
  112. <!--mysql驱动-->
  113. <dependency>
  114. <groupId>mysql</groupId>
  115. <artifactId>mysql-connector-java</artifactId>
  116. <version>8.0.17</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>com.alibaba</groupId>
  120. <artifactId>druid-spring-boot-starter</artifactId>
  121. <version>1.1.21</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>org.apache.commons</groupId>
  125. <artifactId>commons-pool2</artifactId>
  126. <version>2.8.0</version>
  127. </dependency>
  128. <!--fastjson-->
  129. <dependency>
  130. <groupId>com.alibaba</groupId>
  131. <artifactId>fastjson</artifactId>
  132. <version>1.2.59</version>
  133. </dependency>
  134. <!--okhttp3-->
  135. <dependency>
  136. <groupId>com.squareup.okhttp3</groupId>
  137. <artifactId>okhttp</artifactId>
  138. <version>4.0.1</version>
  139. </dependency>
  140. <!--swagger接口文档框架-->
  141. <dependency>
  142. <groupId>io.springfox</groupId>
  143. <artifactId>springfox-swagger2</artifactId>
  144. <version>2.9.2</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>io.springfox</groupId>
  148. <artifactId>springfox-swagger-ui</artifactId>
  149. <version>2.9.2</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>com.github.xiaoymin</groupId>
  153. <artifactId>swagger-bootstrap-ui</artifactId>
  154. <version>1.9.4</version>
  155. </dependency>
  156. <!-- 支持 @ConfigurationProperties 注解 -->
  157. <dependency>
  158. <groupId>org.springframework.boot</groupId>
  159. <artifactId>spring-boot-configuration-processor</artifactId>
  160. <optional>true</optional>
  161. </dependency>
  162. <!-- fix swagger input报错-->
  163. <dependency>
  164. <groupId>io.swagger</groupId>
  165. <artifactId>swagger-annotations</artifactId>
  166. <version>1.5.22</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>io.swagger</groupId>
  170. <artifactId>swagger-models</artifactId>
  171. <version>1.5.22</version>
  172. </dependency>
  173. <!--更换undertow容器-->
  174. <dependency>
  175. <groupId>org.springframework.boot</groupId>
  176. <artifactId>spring-boot-starter-undertow</artifactId>
  177. </dependency>
  178. <dependency>
  179. <groupId>org.bouncycastle</groupId>
  180. <artifactId>bcprov-jdk15on</artifactId>
  181. <version>1.60</version>
  182. <scope>compile</scope>
  183. </dependency>
  184. <dependency>
  185. <groupId>net.coobird</groupId>
  186. <artifactId>thumbnailator</artifactId>
  187. <version>0.4.8</version>
  188. <scope>compile</scope>
  189. </dependency>
  190. <!--es -->
  191. <dependency>
  192. <groupId>org.springframework.boot</groupId>
  193. <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
  194. <exclusions>
  195. <exclusion>
  196. <artifactId>HdrHistogram</artifactId>
  197. <groupId>org.hdrhistogram</groupId>
  198. </exclusion>
  199. <exclusion>
  200. <artifactId>httpclient</artifactId>
  201. <groupId>org.apache.httpcomponents</groupId>
  202. </exclusion>
  203. </exclusions>
  204. </dependency>
  205. <dependency>
  206. <groupId>com.alibaba</groupId>
  207. <artifactId>easyexcel</artifactId>
  208. <version>3.3.1</version>
  209. <exclusions>
  210. <exclusion>
  211. <artifactId>asm</artifactId>
  212. <groupId>org.ow2.asm</groupId>
  213. </exclusion>
  214. </exclusions>
  215. </dependency>
  216. <dependency>
  217. <groupId>eu.bitwalker</groupId>
  218. <artifactId>UserAgentUtils</artifactId>
  219. <version>1.21</version>
  220. </dependency>
  221. <!-- 图片验证码 -->
  222. <dependency>
  223. <groupId>com.github.penggle</groupId>
  224. <artifactId>kaptcha</artifactId>
  225. <version>2.3.2</version>
  226. </dependency>
  227. <dependency>
  228. <groupId>org.apache.poi</groupId>
  229. <artifactId>poi</artifactId>
  230. <version>4.1.2</version>
  231. </dependency>
  232. <dependency>
  233. <groupId>org.apache.poi</groupId>
  234. <artifactId>poi-ooxml-schemas</artifactId>
  235. <version>4.1.2</version>
  236. </dependency>
  237. <dependency>
  238. <groupId>org.apache.poi</groupId>
  239. <artifactId>poi-ooxml</artifactId>
  240. <version>4.1.2</version>
  241. </dependency>
  242. <!---excel导入-->
  243. <dependency>
  244. <groupId>cn.afterturn</groupId>
  245. <artifactId>easypoi-base</artifactId>
  246. <version>3.0.3</version>
  247. </dependency>
  248. <dependency>
  249. <groupId>cn.afterturn</groupId>
  250. <artifactId>easypoi-web</artifactId>
  251. <version>3.0.3</version>
  252. </dependency>
  253. <dependency>
  254. <groupId>cn.afterturn</groupId>
  255. <artifactId>easypoi-annotation</artifactId>
  256. <version>3.0.3</version>
  257. </dependency>
  258. <dependency>
  259. <groupId>io.jsonwebtoken</groupId>
  260. <artifactId>jjwt</artifactId>
  261. <version>0.6.0</version>
  262. </dependency>
  263. <dependency>
  264. <groupId>com.aliyun.oss</groupId>
  265. <artifactId>aliyun-sdk-oss</artifactId>
  266. <version>3.8.1</version>
  267. </dependency>
  268. <dependency>
  269. <groupId>org.springframework</groupId>
  270. <artifactId>spring-mock</artifactId>
  271. <version>2.0.8</version>
  272. </dependency>
  273. <dependency>
  274. <groupId>org.apache.httpcomponents</groupId>
  275. <artifactId>httpclient</artifactId>
  276. <version>4.5</version>
  277. </dependency>
  278. <dependency>
  279. <groupId>org.apache.httpcomponents</groupId>
  280. <artifactId>httpmime</artifactId>
  281. <version>4.5</version>
  282. </dependency>
  283. <!--模板组件-->
  284. <dependency>
  285. <groupId>org.springframework.boot</groupId>
  286. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  287. <version>2.2.6.RELEASE</version>
  288. </dependency>
  289. <!--模板组件END-->
  290. <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
  291. <dependency>
  292. <groupId>commons-codec</groupId>
  293. <artifactId>commons-codec</artifactId>
  294. <version>1.9</version>
  295. </dependency>
  296. <dependency>
  297. <groupId>com.aliyun</groupId>
  298. <artifactId>aliyun-java-sdk-core</artifactId>
  299. <version>4.0.3</version>
  300. </dependency>
  301. <dependency>
  302. <groupId>com.alibaba.cloud</groupId>
  303. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  304. <version>2.1.0.RELEASE</version>
  305. </dependency>
  306. <dependency>
  307. <groupId>com.alibaba.cloud</groupId>
  308. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  309. <version>2.1.0.RELEASE</version>
  310. </dependency>
  311. <dependency>
  312. <groupId>org.springframework.cloud</groupId>
  313. <artifactId>spring-cloud-starter-openfeign</artifactId>
  314. <version>2.1.3.RELEASE</version>
  315. </dependency>
  316. <dependency>
  317. <groupId>net.logstash.logback</groupId>
  318. <artifactId>logstash-logback-encoder</artifactId>
  319. <version>6.3</version>
  320. </dependency>
  321. <dependency>
  322. <groupId>com.github.wxpay</groupId>
  323. <artifactId>wxpay-sdk</artifactId>
  324. <version>0.0.3</version>
  325. </dependency>
  326. <!--企业微信api-->
  327. <dependency>
  328. <groupId>com.github.binarywang</groupId>
  329. <artifactId>weixin-java-cp</artifactId>
  330. <version>4.5.0</version>
  331. </dependency>
  332. <!-- 微信支付 -->
  333. <dependency>
  334. <groupId>com.github.binarywang</groupId>
  335. <artifactId>weixin-java-pay</artifactId>
  336. <version>4.5.0</version>
  337. </dependency>
  338. <!-- 微信小程序 -->
  339. <dependency>
  340. <groupId>com.github.binarywang</groupId>
  341. <artifactId>weixin-java-miniapp</artifactId>
  342. <version>4.5.0</version>
  343. </dependency>
  344. <!--公众号-->
  345. <dependency>
  346. <groupId>com.github.binarywang</groupId>
  347. <artifactId>weixin-java-mp</artifactId>
  348. <version>4.5.0</version>
  349. </dependency>
  350. <!-- hutool工具 -->
  351. <dependency>
  352. <groupId>cn.hutool</groupId>
  353. <artifactId>hutool-all</artifactId>
  354. <version>5.8.0.M4</version>
  355. </dependency>
  356. <!--forset-->
  357. <dependency>
  358. <groupId>com.dtflys.forest</groupId>
  359. <artifactId>forest-spring-boot-starter</artifactId>
  360. <version>1.5.19</version>
  361. </dependency>
  362. <!--企业微信会话存档-->
  363. <!--<dependency>-->
  364. <!--<groupId>org.bouncycastle</groupId>-->
  365. <!--<artifactId>bcpg-jdk16</artifactId>-->
  366. <!--<version>1.46</version>-->
  367. <!--</dependency>-->
  368. <!--<dependency>-->
  369. <!--<groupId>org.bouncycastle</groupId>-->
  370. <!--<artifactId>bcpkix-jdk15on</artifactId>-->
  371. <!--<version>1.64</version>-->
  372. <!--</dependency>-->
  373. <!-- 校验 -->
  374. <dependency>
  375. <groupId>org.springframework.boot</groupId>
  376. <artifactId>spring-boot-starter-validation</artifactId>
  377. </dependency>
  378. </dependencies>
  379. <profiles>
  380. <profile>
  381. <!-- 本地开发环境 -->
  382. <id>dev</id>
  383. <properties>
  384. <profiles.active>dev</profiles.active>
  385. </properties>
  386. <activation>
  387. <!-- 设置默认激活这个配置 -->
  388. <activeByDefault>true</activeByDefault>
  389. </activation>
  390. </profile>
  391. <profile>
  392. <!-- 测试环境 -->
  393. <id>test</id>
  394. <properties>
  395. <profiles.active>test</profiles.active>
  396. </properties>
  397. </profile>
  398. <profile>
  399. <!-- 正式环境 -->
  400. <id>prd</id>
  401. <properties>
  402. <profiles.active>prd</profiles.active>
  403. </properties>
  404. </profile>
  405. </profiles>
  406. <build>
  407. <plugins>
  408. <plugin>
  409. <groupId>org.springframework.boot</groupId>
  410. <artifactId>spring-boot-maven-plugin</artifactId>
  411. </plugin>
  412. <plugin>
  413. <groupId>com.plus.plugin</groupId>
  414. <artifactId>plus-maven-plugin</artifactId>
  415. <version>5.0.0-SNAPSHOT</version>
  416. <configuration>
  417. <configPath>src/main/resources/generator-${profiles.active}.properties</configPath>
  418. </configuration>
  419. </plugin>
  420. </plugins>
  421. </build>
  422. <repositories>
  423. <repository>
  424. <id>nexus</id>
  425. <name>Releases</name>
  426. <url>http://121.43.111.127:8081/repository/maven-public</url>
  427. <releases>
  428. <enabled>true</enabled>
  429. </releases>
  430. <!--snapshots默认是关闭的,需要开启 -->
  431. <snapshots>
  432. <enabled>true</enabled>
  433. </snapshots>
  434. </repository>
  435. </repositories>
  436. <pluginRepositories>
  437. <pluginRepository>
  438. <id>nexus</id>
  439. <name>Releases</name>
  440. <url>http://121.43.111.127:8081/repository/maven-public</url>
  441. </pluginRepository>
  442. </pluginRepositories>
  443. </project>