pom.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  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>jiasm-syncdata</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <name>jiasm-syncdata</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>com.github.binarywang</groupId>
  22. <artifactId>wx-java-pay-spring-boot-starter</artifactId>
  23. <version>4.1.0</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.gree.manager</groupId>
  27. <artifactId>jiasm_api</artifactId>
  28. <version>0.0.1-SNAPSHOT</version>
  29. <exclusions>
  30. <exclusion>
  31. <groupId>*</groupId>
  32. <artifactId>*</artifactId>
  33. </exclusion>
  34. </exclusions>
  35. </dependency>-->
  36. <dependency>
  37. <groupId>com.alibaba.cloud</groupId>
  38. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  39. <version>2.1.0.RELEASE</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.alibaba.cloud</groupId>
  43. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  44. <version>2.1.0.RELEASE</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.springframework.boot</groupId>
  48. <artifactId>spring-boot-starter-web</artifactId>
  49. <exclusions>
  50. <exclusion>
  51. <groupId>org.springframework.boot</groupId>
  52. <artifactId>spring-boot-starter-tomcat</artifactId>
  53. </exclusion>
  54. </exclusions>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.springframework.boot</groupId>
  58. <artifactId>spring-boot-starter-data-redis</artifactId>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.springframework.integration</groupId>
  62. <artifactId>spring-integration-redis</artifactId>
  63. <!-- <version>RELEASE</version>-->
  64. </dependency>
  65. <dependency>
  66. <groupId>org.springframework.boot</groupId>
  67. <artifactId>spring-boot-devtools</artifactId>
  68. <scope>runtime</scope>
  69. <optional>true</optional>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.springframework.boot</groupId>
  73. <artifactId>spring-boot-starter-test</artifactId>
  74. <scope>test</scope>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.aliyun.oss</groupId>
  78. <artifactId>aliyun-sdk-oss</artifactId>
  79. <version>3.8.1</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.apache.maven.plugins</groupId>
  83. <artifactId>maven-compiler-plugin</artifactId>
  84. <version>3.8.1</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.aliyun</groupId>
  88. <artifactId>aliyun-java-sdk-sts</artifactId>
  89. <version>3.0.0</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>org.mybatis.spring.boot</groupId>
  93. <artifactId>mybatis-spring-boot-starter</artifactId>
  94. <version>2.1.0</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.baomidou</groupId>
  98. <artifactId>mybatis-plus-boot-starter</artifactId>
  99. <version>3.1.2</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.baomidou</groupId>
  103. <artifactId>mybatis-plus-generator</artifactId>
  104. <version>3.1.2</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>org.apache.velocity</groupId>
  108. <artifactId>velocity-engine-core</artifactId>
  109. <version>2.1</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>org.projectlombok</groupId>
  113. <artifactId>lombok</artifactId>
  114. <version>1.18.8</version>
  115. <scope>provided</scope>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.mybatis.spring.boot</groupId>
  119. <artifactId>mybatis-spring-boot-autoconfigure</artifactId>
  120. <version>2.1.0</version>
  121. </dependency>
  122. <!--mysql驱动-->
  123. <dependency>
  124. <groupId>mysql</groupId>
  125. <artifactId>mysql-connector-java</artifactId>
  126. <version>8.0.17</version>
  127. </dependency>
  128. <dependency>
  129. <groupId>com.aliyun</groupId>
  130. <artifactId>alibaba-dingtalk-service-sdk</artifactId>
  131. <version>2.0.0</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>com.alibaba</groupId>
  135. <artifactId>druid-spring-boot-starter</artifactId>
  136. <version>1.1.21</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>org.apache.commons</groupId>
  140. <artifactId>commons-pool2</artifactId>
  141. <version>2.8.0</version>
  142. </dependency>
  143. <!--fastjson-->
  144. <dependency>
  145. <groupId>com.alibaba</groupId>
  146. <artifactId>fastjson</artifactId>
  147. <version>1.2.59</version>
  148. </dependency>
  149. <!--okhttp3-->
  150. <dependency>
  151. <groupId>com.squareup.okhttp3</groupId>
  152. <artifactId>okhttp</artifactId>
  153. <version>4.0.1</version>
  154. </dependency>
  155. <!--swagger接口文档框架-->
  156. <dependency>
  157. <groupId>io.springfox</groupId>
  158. <artifactId>springfox-swagger2</artifactId>
  159. <version>2.9.2</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>io.springfox</groupId>
  163. <artifactId>springfox-swagger-ui</artifactId>
  164. <version>2.9.2</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>com.github.xiaoymin</groupId>
  168. <artifactId>swagger-bootstrap-ui</artifactId>
  169. <version>1.9.4</version>
  170. </dependency>
  171. <!-- 支持 @ConfigurationProperties 注解 -->
  172. <dependency>
  173. <groupId>org.springframework.boot</groupId>
  174. <artifactId>spring-boot-configuration-processor</artifactId>
  175. <optional>true</optional>
  176. </dependency>
  177. <!-- fix swagger input报错-->
  178. <dependency>
  179. <groupId>io.swagger</groupId>
  180. <artifactId>swagger-annotations</artifactId>
  181. <version>1.5.22</version>
  182. </dependency>
  183. <dependency>
  184. <groupId>io.swagger</groupId>
  185. <artifactId>swagger-models</artifactId>
  186. <version>1.5.22</version>
  187. </dependency>
  188. <!--更换undertow容器-->
  189. <dependency>
  190. <groupId>org.springframework.boot</groupId>
  191. <artifactId>spring-boot-starter-undertow</artifactId>
  192. </dependency>
  193. <dependency>
  194. <groupId>org.bouncycastle</groupId>
  195. <artifactId>bcprov-jdk15on</artifactId>
  196. <version>1.60</version>
  197. <scope>compile</scope>
  198. </dependency>
  199. <dependency>
  200. <groupId>org.apache.poi</groupId>
  201. <artifactId>poi</artifactId>
  202. <version>4.1.2</version>
  203. </dependency>
  204. <dependency>
  205. <groupId>eu.bitwalker</groupId>
  206. <artifactId>UserAgentUtils</artifactId>
  207. <version>1.21</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>io.jsonwebtoken</groupId>
  211. <artifactId>jjwt</artifactId>
  212. <version>0.6.0</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>org.springframework</groupId>
  216. <artifactId>spring-mock</artifactId>
  217. <version>2.0.8</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>org.apache.httpcomponents</groupId>
  221. <artifactId>httpclient</artifactId>
  222. <version>4.4</version>
  223. </dependency>
  224. <dependency>
  225. <groupId>org.apache.httpcomponents</groupId>
  226. <artifactId>httpmime</artifactId>
  227. <version>4.4</version>
  228. </dependency>
  229. <dependency>
  230. <groupId>org.springframework.cloud</groupId>
  231. <artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
  232. <version>2.2.9.RELEASE</version>
  233. </dependency>
  234. <!--模板组件-->
  235. <dependency>
  236. <groupId>org.springframework.boot</groupId>
  237. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  238. <version>2.2.6.RELEASE</version>
  239. </dependency>
  240. <!--模板组件END-->
  241. <dependency>
  242. <groupId>commons-codec</groupId>
  243. <artifactId>commons-codec</artifactId>
  244. <version>1.9</version>
  245. </dependency>
  246. <dependency>
  247. <groupId>com.aliyun</groupId>
  248. <artifactId>aliyun-java-sdk-core</artifactId>
  249. <version>4.0.3</version>
  250. </dependency>
  251. <dependency>
  252. <groupId>org.springframework.cloud</groupId>
  253. <artifactId>spring-cloud-starter-openfeign</artifactId>
  254. <version>2.1.3.RELEASE</version>
  255. </dependency>
  256. <dependency>
  257. <groupId>net.logstash.logback</groupId>
  258. <artifactId>logstash-logback-encoder</artifactId>
  259. <version>6.3</version>
  260. </dependency>
  261. <dependency>
  262. <groupId>io.github.biezhi</groupId>
  263. <artifactId>TinyPinyin</artifactId>
  264. <version>2.0.3.RELEASE</version>
  265. </dependency>
  266. <dependency>
  267. <groupId>com.belerweb</groupId>
  268. <artifactId>pinyin4j</artifactId>
  269. <version>2.5.1</version>
  270. </dependency>
  271. <dependency>
  272. <groupId>com.github.stuxuhai</groupId>
  273. <artifactId>jpinyin</artifactId>
  274. <version>1.1.8</version>
  275. </dependency>
  276. <!-- hutool工具 -->
  277. <dependency>
  278. <groupId>cn.hutool</groupId>
  279. <artifactId>hutool-all</artifactId>
  280. <version>5.8.0.M4</version>
  281. </dependency>
  282. <!-- 校验工具 -->
  283. <dependency>
  284. <groupId>org.hibernate</groupId>
  285. <artifactId>hibernate-validator</artifactId>
  286. <version>6.1.6.Final</version>
  287. </dependency>
  288. <!--websocket-->
  289. <dependency>
  290. <groupId>org.springframework.boot</groupId>
  291. <artifactId>spring-boot-starter-websocket</artifactId>
  292. </dependency>
  293. <dependency>
  294. <groupId>org.springframework.boot</groupId>
  295. <artifactId>spring-boot-starter-freemarker</artifactId>
  296. </dependency>
  297. <!--企业微信api-->
  298. <dependency>
  299. <groupId>com.github.binarywang</groupId>
  300. <artifactId>weixin-java-cp</artifactId>
  301. <version>4.1.0</version>
  302. </dependency>
  303. </dependencies>
  304. <profiles>
  305. <profile>
  306. <!-- 本地开发环境 -->
  307. <id>dev</id>
  308. <properties>
  309. <profiles.active>dev</profiles.active>
  310. </properties>
  311. <activation>
  312. <!-- 设置默认激活这个配置 -->
  313. <activeByDefault>true</activeByDefault>
  314. </activation>
  315. </profile>
  316. <profile>
  317. <!-- 测试环境 -->
  318. <id>test</id>
  319. <properties>
  320. <profiles.active>test</profiles.active>
  321. </properties>
  322. </profile>
  323. <profile>
  324. <!-- 正式环境 -->
  325. <id>prd</id>
  326. <properties>
  327. <profiles.active>prd</profiles.active>
  328. </properties>
  329. </profile>
  330. </profiles>
  331. <build>
  332. <plugins>
  333. <plugin>
  334. <groupId>org.springframework.boot</groupId>
  335. <artifactId>spring-boot-maven-plugin</artifactId>
  336. <version>2.3.10.RELEASE</version>
  337. </plugin>
  338. <plugin>
  339. <groupId>com.plus.plugin</groupId>
  340. <artifactId>plus-maven-plugin</artifactId>
  341. <version>5.0.0-SNAPSHOT</version>
  342. <configuration>
  343. <configPath>src/main/resources/generator-${profiles.active}.properties</configPath>
  344. </configuration>
  345. </plugin>
  346. </plugins>
  347. </build>
  348. <repositories>
  349. <repository>
  350. <id>nexus</id>
  351. <name>Releases</name>
  352. <url>http://121.43.111.127:8081/repository/maven-public</url>
  353. <releases>
  354. <enabled>true</enabled>
  355. </releases>
  356. <!--snapshots默认是关闭的,需要开启 -->
  357. <snapshots>
  358. <enabled>true</enabled>
  359. </snapshots>
  360. </repository>
  361. <repository>
  362. <id>com.e-iceblue</id>
  363. <name>e-iceblue</name>
  364. <url>https://repo.e-iceblue.cn/repository/maven-public/</url>
  365. </repository>
  366. </repositories>
  367. <pluginRepositories>
  368. <pluginRepository>
  369. <id>nexus</id>
  370. <name>Releases</name>
  371. <url>http://121.43.111.127:8081/repository/maven-public</url>
  372. </pluginRepository>
  373. </pluginRepositories>
  374. </project>