pom.xml 17 KB

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