pom.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  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>org.springframework.boot</groupId>
  207. <artifactId>spring-boot-starter-actuator</artifactId>
  208. </dependency>
  209. <dependency>
  210. <groupId>com.alibaba</groupId>
  211. <artifactId>easyexcel</artifactId>
  212. <version>3.3.1</version>
  213. <exclusions>
  214. <exclusion>
  215. <artifactId>asm</artifactId>
  216. <groupId>org.ow2.asm</groupId>
  217. </exclusion>
  218. </exclusions>
  219. </dependency>
  220. <dependency>
  221. <groupId>eu.bitwalker</groupId>
  222. <artifactId>UserAgentUtils</artifactId>
  223. <version>1.21</version>
  224. </dependency>
  225. <!-- 图片验证码 -->
  226. <dependency>
  227. <groupId>com.github.penggle</groupId>
  228. <artifactId>kaptcha</artifactId>
  229. <version>2.3.2</version>
  230. </dependency>
  231. <dependency>
  232. <groupId>org.apache.poi</groupId>
  233. <artifactId>poi</artifactId>
  234. <version>4.1.2</version>
  235. </dependency>
  236. <dependency>
  237. <groupId>org.apache.poi</groupId>
  238. <artifactId>poi-ooxml-schemas</artifactId>
  239. <version>4.1.2</version>
  240. </dependency>
  241. <dependency>
  242. <groupId>org.apache.poi</groupId>
  243. <artifactId>poi-ooxml</artifactId>
  244. <version>4.1.2</version>
  245. </dependency>
  246. <!---excel导入-->
  247. <dependency>
  248. <groupId>cn.afterturn</groupId>
  249. <artifactId>easypoi-base</artifactId>
  250. <version>3.0.3</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>cn.afterturn</groupId>
  254. <artifactId>easypoi-web</artifactId>
  255. <version>3.0.3</version>
  256. </dependency>
  257. <dependency>
  258. <groupId>cn.afterturn</groupId>
  259. <artifactId>easypoi-annotation</artifactId>
  260. <version>3.0.3</version>
  261. </dependency>
  262. <dependency>
  263. <groupId>io.jsonwebtoken</groupId>
  264. <artifactId>jjwt</artifactId>
  265. <version>0.6.0</version>
  266. </dependency>
  267. <dependency>
  268. <groupId>com.aliyun.oss</groupId>
  269. <artifactId>aliyun-sdk-oss</artifactId>
  270. <version>3.8.1</version>
  271. </dependency>
  272. <dependency>
  273. <groupId>org.springframework</groupId>
  274. <artifactId>spring-mock</artifactId>
  275. <version>2.0.8</version>
  276. </dependency>
  277. <dependency>
  278. <groupId>org.apache.httpcomponents</groupId>
  279. <artifactId>httpclient</artifactId>
  280. <version>4.5</version>
  281. </dependency>
  282. <dependency>
  283. <groupId>org.apache.httpcomponents</groupId>
  284. <artifactId>httpmime</artifactId>
  285. <version>4.5</version>
  286. </dependency>
  287. <!--模板组件-->
  288. <dependency>
  289. <groupId>org.springframework.boot</groupId>
  290. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  291. <version>2.2.6.RELEASE</version>
  292. </dependency>
  293. <!--模板组件END-->
  294. <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
  295. <dependency>
  296. <groupId>commons-codec</groupId>
  297. <artifactId>commons-codec</artifactId>
  298. <version>1.9</version>
  299. </dependency>
  300. <dependency>
  301. <groupId>com.aliyun</groupId>
  302. <artifactId>aliyun-java-sdk-core</artifactId>
  303. <version>4.0.3</version>
  304. </dependency>
  305. <dependency>
  306. <groupId>com.alibaba.cloud</groupId>
  307. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  308. <version>2.1.0.RELEASE</version>
  309. </dependency>
  310. <dependency>
  311. <groupId>com.alibaba.cloud</groupId>
  312. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  313. <version>2.1.0.RELEASE</version>
  314. </dependency>
  315. <dependency>
  316. <groupId>org.springframework.cloud</groupId>
  317. <artifactId>spring-cloud-starter-openfeign</artifactId>
  318. <version>2.1.3.RELEASE</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>net.logstash.logback</groupId>
  322. <artifactId>logstash-logback-encoder</artifactId>
  323. <version>6.3</version>
  324. </dependency>
  325. <dependency>
  326. <groupId>com.github.wxpay</groupId>
  327. <artifactId>wxpay-sdk</artifactId>
  328. <version>0.0.3</version>
  329. </dependency>
  330. <!--企业微信api-->
  331. <dependency>
  332. <groupId>com.github.binarywang</groupId>
  333. <artifactId>weixin-java-cp</artifactId>
  334. <version>4.5.0</version>
  335. </dependency>
  336. <!-- 微信支付 -->
  337. <dependency>
  338. <groupId>com.github.binarywang</groupId>
  339. <artifactId>weixin-java-pay</artifactId>
  340. <version>4.5.0</version>
  341. </dependency>
  342. <!-- 微信小程序 -->
  343. <dependency>
  344. <groupId>com.github.binarywang</groupId>
  345. <artifactId>weixin-java-miniapp</artifactId>
  346. <version>4.5.0</version>
  347. </dependency>
  348. <!--公众号-->
  349. <dependency>
  350. <groupId>com.github.binarywang</groupId>
  351. <artifactId>weixin-java-mp</artifactId>
  352. <version>4.5.0</version>
  353. </dependency>
  354. <!-- hutool工具 -->
  355. <dependency>
  356. <groupId>cn.hutool</groupId>
  357. <artifactId>hutool-all</artifactId>
  358. <version>5.8.0.M4</version>
  359. </dependency>
  360. <!--forset-->
  361. <dependency>
  362. <groupId>com.dtflys.forest</groupId>
  363. <artifactId>forest-spring-boot-starter</artifactId>
  364. <version>1.5.19</version>
  365. </dependency>
  366. <!--企业微信会话存档-->
  367. <!--<dependency>-->
  368. <!--<groupId>org.bouncycastle</groupId>-->
  369. <!--<artifactId>bcpg-jdk16</artifactId>-->
  370. <!--<version>1.46</version>-->
  371. <!--</dependency>-->
  372. <!--<dependency>-->
  373. <!--<groupId>org.bouncycastle</groupId>-->
  374. <!--<artifactId>bcpkix-jdk15on</artifactId>-->
  375. <!--<version>1.64</version>-->
  376. <!--</dependency>-->
  377. <!-- 校验 -->
  378. <dependency>
  379. <groupId>org.springframework.boot</groupId>
  380. <artifactId>spring-boot-starter-validation</artifactId>
  381. </dependency>
  382. </dependencies>
  383. <profiles>
  384. <profile>
  385. <!-- 本地开发环境 -->
  386. <id>dev</id>
  387. <properties>
  388. <profiles.active>dev</profiles.active>
  389. </properties>
  390. <activation>
  391. <!-- 设置默认激活这个配置 -->
  392. <activeByDefault>true</activeByDefault>
  393. </activation>
  394. </profile>
  395. <profile>
  396. <!-- 测试环境 -->
  397. <id>test</id>
  398. <properties>
  399. <profiles.active>test</profiles.active>
  400. </properties>
  401. </profile>
  402. <profile>
  403. <!-- 正式环境 -->
  404. <id>prd</id>
  405. <properties>
  406. <profiles.active>prd</profiles.active>
  407. </properties>
  408. </profile>
  409. </profiles>
  410. <build>
  411. <plugins>
  412. <plugin>
  413. <groupId>org.springframework.boot</groupId>
  414. <artifactId>spring-boot-maven-plugin</artifactId>
  415. </plugin>
  416. <plugin>
  417. <groupId>com.plus.plugin</groupId>
  418. <artifactId>plus-maven-plugin</artifactId>
  419. <version>5.0.0-SNAPSHOT</version>
  420. <configuration>
  421. <configPath>src/main/resources/generator-${profiles.active}.properties</configPath>
  422. </configuration>
  423. </plugin>
  424. </plugins>
  425. </build>
  426. <repositories>
  427. <repository>
  428. <id>nexus</id>
  429. <name>Releases</name>
  430. <url>http://121.43.111.127:8081/repository/maven-public</url>
  431. <releases>
  432. <enabled>true</enabled>
  433. </releases>
  434. <!--snapshots默认是关闭的,需要开启 -->
  435. <snapshots>
  436. <enabled>true</enabled>
  437. </snapshots>
  438. </repository>
  439. </repositories>
  440. <pluginRepositories>
  441. <pluginRepository>
  442. <id>nexus</id>
  443. <name>Releases</name>
  444. <url>http://121.43.111.127:8081/repository/maven-public</url>
  445. </pluginRepository>
  446. </pluginRepositories>
  447. </project>