pom.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  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.3.3.RELEASE</version>
  10. <relativePath/> <!-- lookup parent from repository -->
  11. </parent>
  12. <groupId>com.muzhi.lanyun</groupId>
  13. <artifactId>springboot</artifactId>
  14. <!-- <packaging>jar</packaging>-->
  15. <version>lanyun</version>
  16. <name>lanyun</name>
  17. <description>Demo project for Spring Boot</description>
  18. <properties>
  19. <java.version>1.8</java.version>
  20. <fastjson.version>1.2.33</fastjson.version>
  21. <gson.version>2.8.2</gson.version>
  22. <json.version>20170516</json.version>
  23. <poi.version>3.17</poi.version>
  24. <jodatime.version>2.10.1</jodatime.version>
  25. <swagger.version>2.7.0</swagger.version>
  26. <commons-fileupload.version>1.3.1</commons-fileupload.version>
  27. <!-- <thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>-->
  28. <!-- 布局功能的支持程序 thymeleaf3主程序 layout2以上版本-->
  29. <!-- <thymeleaf-layout-dialect.version>2.1.1</thymeleaf-layout-dialect.version>-->
  30. </properties>
  31. <repositories>
  32. <repository>
  33. <id>sonatype-nexus-staging</id>
  34. <name>Sonatype Nexus Staging</name>
  35. <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  36. <releases>
  37. <enabled>true</enabled>
  38. </releases>
  39. <snapshots>
  40. <enabled>true</enabled>
  41. </snapshots>
  42. </repository>
  43. </repositories>
  44. <dependencies>
  45. <!-- 用友NC-->
  46. <dependency>
  47. <groupId>com.auth0</groupId>
  48. <artifactId>java-jwt</artifactId>
  49. <version>3.4.0</version>
  50. </dependency>
  51. <!-- httpClient -->
  52. <dependency>
  53. <groupId>org.apache.httpcomponents</groupId>
  54. <artifactId>httpclient</artifactId>
  55. <version>4.5.2</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.apache.httpcomponents</groupId>
  59. <artifactId>httpcore</artifactId>
  60. <version>4.4.13</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>commons-httpclient</groupId>
  64. <artifactId>commons-httpclient</artifactId>
  65. <version>3.1</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.squareup.okhttp3</groupId>
  69. <artifactId>okhttp</artifactId>
  70. <version>4.4.1</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.konghq</groupId>
  74. <artifactId>unirest-java</artifactId>
  75. <version>2.3.17</version>
  76. </dependency>
  77. <!-- <dependency>-->
  78. <!-- <groupId>org.slf4j</groupId>-->
  79. <!-- <artifactId>slf4j-api</artifactId>-->
  80. <!-- </dependency>-->
  81. <!-- <dependency>-->
  82. <!-- <groupId>commons-io</groupId>-->
  83. <!-- <artifactId>commons-io</artifactId>-->
  84. <!-- </dependency>-->
  85. <!--json 组件 -->
  86. <!-- <dependency>-->
  87. <!-- <groupId>com.alibaba</groupId>-->
  88. <!-- <artifactId>fastjson</artifactId>-->
  89. <!-- <scope>provided</scope>-->
  90. <!-- </dependency>-->
  91. <!-- <dependency>-->
  92. <!-- <groupId>org.apache.cxf</groupId>-->
  93. <!-- <artifactId>cxf-spring-boot-starter-jaxws</artifactId>-->
  94. <!-- <version>3.3.1</version>-->
  95. <!-- </dependency>-->
  96. <!-- <dependency>-->
  97. <!-- <groupId>org.springframework.boot</groupId>-->
  98. <!-- <artifactId>spring-boot-starter-thymeleaf</artifactId>-->
  99. <!--&lt;!&ndash; <version>2.3.3.RELEASE</version>&ndash;&gt;-->
  100. <!-- </dependency>-->
  101. <!--钉钉相关-->
  102. <dependency>
  103. <groupId>com.aliyun</groupId>
  104. <artifactId>alibaba-dingtalk-service-sdk</artifactId>
  105. <version>2.0.0</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>com.aliyun</groupId>
  109. <artifactId>dingtalk</artifactId>
  110. <version>1.4.35</version>
  111. </dependency>
  112. <!--json相关-->
  113. <dependency>
  114. <groupId>com.alibaba</groupId>
  115. <artifactId>fastjson</artifactId>
  116. <version>${fastjson.version}</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>org.json</groupId>
  120. <artifactId>json</artifactId>
  121. <version>${json.version}</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>com.google.code.gson</groupId>
  125. <artifactId>gson</artifactId>
  126. <version>${gson.version}</version>
  127. </dependency>
  128. <!-- <dependency>-->
  129. <!-- <groupId>net.sf.json-lib</groupId>-->
  130. <!-- <artifactId>json-lib</artifactId>-->
  131. <!-- <version>2.4</version>-->
  132. <!-- </dependency>-->
  133. <!-- JSONObject对象依赖的jar包 -->
  134. <dependency>
  135. <groupId>commons-beanutils</groupId>
  136. <artifactId>commons-beanutils</artifactId>
  137. <version>1.9.3</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>commons-collections</groupId>
  141. <artifactId>commons-collections</artifactId>
  142. <version>3.2.1</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>commons-lang</groupId>
  146. <artifactId>commons-lang</artifactId>
  147. <version>2.6</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>commons-logging</groupId>
  151. <artifactId>commons-logging</artifactId>
  152. <version>1.1.1</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>net.sf.ezmorph</groupId>
  156. <artifactId>ezmorph</artifactId>
  157. <version>1.0.6</version>
  158. </dependency>
  159. <dependency>
  160. <groupId>net.sf.json-lib</groupId>
  161. <artifactId>json-lib</artifactId>
  162. <version>2.2.3</version>
  163. <classifier>jdk15</classifier><!-- 指定jdk版本 -->
  164. </dependency>
  165. <!--xls-->
  166. <dependency>
  167. <groupId>org.apache.poi</groupId>
  168. <artifactId>poi</artifactId>
  169. <version>${poi.version}</version>
  170. </dependency>
  171. <!--xlsx-->
  172. <dependency>
  173. <groupId>org.apache.poi</groupId>
  174. <artifactId>poi-ooxml</artifactId>
  175. <version>${poi.version}</version>
  176. </dependency>
  177. <!--文件上传-->
  178. <dependency>
  179. <groupId>commons-fileupload</groupId>
  180. <artifactId>commons-fileupload</artifactId>
  181. <version>${commons-fileupload.version}</version>
  182. </dependency>
  183. <!-- <dependency>-->
  184. <!-- <groupId>org.springframework.boot</groupId>-->
  185. <!-- <artifactId>spring-boot-starter-thymeleaf</artifactId>-->
  186. <!-- </dependency>-->
  187. <!--引入web模块-->
  188. <dependency>
  189. <groupId>org.springframework.boot</groupId>
  190. <artifactId>spring-boot-starter-web</artifactId>
  191. </dependency>
  192. <dependency>
  193. <groupId>org.springframework.boot</groupId>
  194. <artifactId>spring-boot-devtools</artifactId>
  195. <version>2.3.3.RELEASE</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>org.projectlombok</groupId>
  199. <artifactId>lombok</artifactId>
  200. <optional>true</optional>
  201. <version>1.18.10</version>
  202. </dependency>
  203. <!--MD5加密-->
  204. <dependency>
  205. <groupId>org.apache.directory.studio</groupId>
  206. <artifactId>org.apache.commons.codec</artifactId>
  207. <version>1.8</version>
  208. </dependency>
  209. <!--mybatis-plus数据库连接-->
  210. <dependency>
  211. <groupId>com.baomidou</groupId>
  212. <artifactId>mybatis-plus-boot-starter</artifactId>
  213. <version>3.2.0</version>
  214. </dependency>
  215. <!--引入mysql:数据库驱动-->
  216. <dependency>
  217. <groupId>mysql</groupId>
  218. <artifactId>mysql-connector-java</artifactId>
  219. <scope>runtime</scope>
  220. </dependency>
  221. <!--引入druid数据源-->
  222. <!-- https://mvnrepository.com/artifact/com.alibaba/druid -->
  223. <dependency>
  224. <groupId>com.alibaba</groupId>
  225. <artifactId>druid</artifactId>
  226. <version>1.1.9</version>
  227. </dependency>
  228. <dependency>
  229. <groupId>com.alibaba</groupId>
  230. <artifactId>druid-spring-boot-starter</artifactId>
  231. <version>1.1.9</version>
  232. </dependency>
  233. <!--引入jpa模块-->
  234. <dependency>
  235. <groupId>org.springframework.boot</groupId>
  236. <artifactId>spring-boot-starter-data-jpa</artifactId>
  237. </dependency>
  238. <!--日期时间工具-->
  239. <dependency>
  240. <groupId>joda-time</groupId>
  241. <artifactId>joda-time</artifactId>
  242. <version>${jodatime.version}</version>
  243. </dependency>
  244. <!--日期工具-->
  245. <dependency>
  246. <groupId>cn.hutool</groupId>
  247. <artifactId>hutool-all</artifactId>
  248. <version>4.6.8</version>
  249. </dependency>
  250. <!--log4j-->
  251. <dependency>
  252. <groupId>log4j</groupId>
  253. <artifactId>log4j</artifactId>
  254. <version>1.2.17</version>
  255. </dependency>
  256. <!--swagger-->
  257. <dependency>
  258. <groupId>io.springfox</groupId>
  259. <artifactId>springfox-swagger2</artifactId>
  260. <version>${swagger.version}</version>
  261. </dependency>
  262. <!--swagger ui-->
  263. <dependency>
  264. <groupId>io.springfox</groupId>
  265. <artifactId>springfox-swagger-ui</artifactId>
  266. <version>${swagger.version}</version>
  267. </dependency>
  268. <dependency>
  269. <groupId>org.springframework.boot</groupId>
  270. <artifactId>spring-boot-starter-test</artifactId>
  271. <scope>test</scope>
  272. <exclusions>
  273. <exclusion>
  274. <groupId>org.junit.vintage</groupId>
  275. <artifactId>junit-vintage-engine</artifactId>
  276. </exclusion>
  277. </exclusions>
  278. </dependency>
  279. </dependencies>
  280. <build>
  281. <plugins>
  282. <plugin>
  283. <groupId>org.springframework.boot</groupId>
  284. <artifactId>spring-boot-maven-plugin</artifactId>
  285. <configuration>
  286. <fork>true</fork>
  287. </configuration>
  288. </plugin>
  289. <plugin>
  290. <groupId>org.apache.maven.plugins</groupId>
  291. <artifactId>maven-compiler-plugin</artifactId>
  292. <version>2.3.1</version>
  293. <configuration>
  294. <source>1.8</source>
  295. <target>1.8</target>
  296. <encoding>utf8</encoding>
  297. </configuration>
  298. </plugin>
  299. <!--打包跳过测试-->
  300. <!-- <plugin>-->
  301. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  302. <!-- <artifactId>maven-surefire-plugin</artifactId>-->
  303. <!-- <version>2.4.2</version>-->
  304. <!-- <configuration>-->
  305. <!-- <skipTests>true</skipTests>-->
  306. <!-- </configuration>-->
  307. <!-- </plugin>-->
  308. </plugins>
  309. <!--映射mapper中对应的xml配置文件,如果没有mapper.xml文件则将下列注释-->
  310. <!-- <resources>-->
  311. <!-- <resource>-->
  312. <!-- <directory>src/main/java</directory>-->
  313. <!-- <includes>-->
  314. <!-- <include>**/*.xml</include>-->
  315. <!-- <include>**/*.properties</include>-->
  316. <!-- <include>**/*.tld</include>-->
  317. <!-- <include>**/*.xls</include>-->
  318. <!-- <include>**/*.xlsx</include>-->
  319. <!-- </includes>-->
  320. <!-- <filtering>false</filtering>-->
  321. <!-- </resource>-->
  322. <!-- </resources>-->
  323. </build>
  324. </project>