pom.xml 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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. <groupId>com.chinaitop</groupId>
  7. <artifactId>depot-intelligent</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. <!--<packaging>jar</packaging>-->
  10. <packaging>war</packaging>
  11. <name>depot-intelligent</name>
  12. <description>Demo project for Spring Boot</description>
  13. <parent>
  14. <groupId>org.springframework.boot</groupId>
  15. <artifactId>spring-boot-starter-parent</artifactId>
  16. <version>2.0.4.RELEASE</version>
  17. <relativePath/> <!-- lookup parent from repository -->
  18. </parent>
  19. <properties>
  20. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  21. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  22. <java.version>1.8</java.version>
  23. <spring-cloud.version>Finchley.RELEASE</spring-cloud.version>
  24. <failOnMissingWebXml>false</failOnMissingWebXml>
  25. </properties>
  26. <dependencies>
  27. <dependency>
  28. <groupId>org.springframework.boot</groupId>
  29. <artifactId>spring-boot-starter-web</artifactId>
  30. </dependency>
  31. <dependency>
  32. <groupId>org.springframework.boot</groupId>
  33. <artifactId>spring-boot-starter-aop</artifactId>
  34. </dependency>
  35. <dependency>
  36. <groupId>org.springframework.cloud</groupId>
  37. <artifactId>spring-cloud-starter-config</artifactId>
  38. </dependency>
  39. <!--添加webservice-->
  40. <dependency>
  41. <groupId>org.springframework.boot</groupId>
  42. <artifactId>spring-boot-starter-web-services</artifactId>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.apache.cxf</groupId>
  46. <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
  47. <version>3.2.4</version>
  48. </dependency>
  49. <!--添加webservice end-->
  50. <dependency>
  51. <groupId>org.mybatis.spring.boot</groupId>
  52. <artifactId>mybatis-spring-boot-starter</artifactId>
  53. <version>1.3.1</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>mysql</groupId>
  57. <artifactId>mysql-connector-java</artifactId>
  58. </dependency>
  59. <!-- 引入spring boot自带的pagehelper插件 -->
  60. <dependency>
  61. <groupId>com.github.pagehelper</groupId>
  62. <artifactId>pagehelper-spring-boot-starter</artifactId>
  63. <version>1.2.3</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.springframework.cloud</groupId>
  67. <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
  68. </dependency>
  69. <dependency>
  70. <groupId>org.apache.commons</groupId>
  71. <artifactId>commons-lang3</artifactId>
  72. </dependency>
  73. <!-- swagger2 -->
  74. <dependency>
  75. <groupId>io.springfox</groupId>
  76. <artifactId>springfox-swagger2</artifactId>
  77. <version>2.9.2</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>io.springfox</groupId>
  81. <artifactId>springfox-swagger-ui</artifactId>
  82. <version>2.9.2</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>org.springframework.boot</groupId>
  86. <artifactId>spring-boot-starter-test</artifactId>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.apache.poi</groupId>
  90. <artifactId>poi-ooxml</artifactId>
  91. <version>3.9</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.apache.httpcomponents</groupId>
  95. <artifactId>httpclient</artifactId>
  96. <version>4.5.6</version>
  97. </dependency>
  98. <!-- 阿里巴巴json -->
  99. <dependency>
  100. <groupId>com.alibaba</groupId>
  101. <artifactId>fastjson</artifactId>
  102. <version>1.2.37</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>net.sf.json-lib</groupId>
  106. <artifactId>json-lib</artifactId>
  107. <version>2.4</version>
  108. <classifier>jdk15</classifier>
  109. </dependency>
  110. <dependency><!-- 该依赖必加,里面有sping对schedule的支持 -->
  111. <groupId>org.springframework</groupId>
  112. <artifactId>spring-context-support</artifactId>
  113. </dependency>
  114. <!-- 日志-->
  115. <dependency>
  116. <groupId>ch.qos.logback</groupId>
  117. <artifactId>logback-classic</artifactId>
  118. </dependency>
  119. <!--quartz定时任务-->
  120. <dependency>
  121. <groupId>org.quartz-scheduler</groupId>
  122. <artifactId>quartz</artifactId>
  123. <version>2.3.0</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.smslib</groupId>
  127. <artifactId>smslib</artifactId>
  128. <version>3.5.4</version>
  129. <!--<scope>system</scope>
  130. <systemPath>${project.basedir}/src/main/resources/smslib-3.5.4.jar</systemPath>-->
  131. </dependency>
  132. <dependency>
  133. <groupId>gun.RXTXcomm</groupId>
  134. <artifactId>RXTXcomm</artifactId>
  135. <version>2.0.1</version>
  136. <!--<scope>system</scope>
  137. <systemPath>${project.basedir}/src/main/resources/RXTXcomm-2.0.1.jar</systemPath>-->
  138. </dependency>
  139. <!--短信发送平台jar包-->
  140. <dependency>
  141. <groupId>org.projectlombok</groupId>
  142. <artifactId>lombok</artifactId>
  143. <optional>true</optional>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.springframework.boot</groupId>
  147. <artifactId>spring-boot-starter-data-redis</artifactId>
  148. </dependency>
  149. <dependency>
  150. <groupId>org.springframework.session</groupId>
  151. <artifactId>spring-session-data-redis</artifactId>
  152. </dependency>
  153. <!-- 加载mybatis逆向生成工具包 -->
  154. <dependency>
  155. <groupId>org.mybatis.generator</groupId>
  156. <artifactId>mybatis-generator-core</artifactId>
  157. <!-- 注意版本.这里我使用的是1.3.2 -->
  158. <version>1.3.2</version>
  159. </dependency>
  160. <!-- gbase依赖包 -->
  161. <dependency>
  162. <groupId>com.gbase8s</groupId>
  163. <artifactId>ifxjdbc</artifactId>
  164. <version>1.0</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>com.gbase</groupId>
  168. <artifactId>druid</artifactId>
  169. <version>1.0.28</version>
  170. </dependency>
  171. </dependencies>
  172. <dependencyManagement>
  173. <dependencies>
  174. <dependency>
  175. <groupId>org.springframework.cloud</groupId>
  176. <artifactId>spring-cloud-dependencies</artifactId>
  177. <version>${spring-cloud.version}</version>
  178. <type>pom</type>
  179. <scope>import</scope>
  180. </dependency>
  181. </dependencies>
  182. </dependencyManagement>
  183. <build>
  184. <finalName>${project.artifactId}</finalName>
  185. <plugins>
  186. <plugin>
  187. <groupId>org.springframework.boot</groupId>
  188. <artifactId>spring-boot-maven-plugin</artifactId>
  189. </plugin>
  190. <plugin>
  191. <groupId>org.apache.maven.plugins</groupId>
  192. <artifactId>maven-jar-plugin</artifactId>
  193. <version>2.6</version>
  194. <configuration>
  195. <failOnMissingWebXml>false</failOnMissingWebXml>
  196. </configuration>
  197. </plugin>
  198. </plugins>
  199. <!-- 如果不添加此节点mybatis的mapper.xml文件都会被漏掉。 -->
  200. <resources>
  201. <resource>
  202. <directory>src/main/java</directory>
  203. <includes>
  204. <include>**/*.properties</include>
  205. <include>**/*.xml</include>
  206. </includes>
  207. <!--<filtering>false</filtering>-->
  208. </resource>
  209. <resource>
  210. <directory>src/main/resources</directory>
  211. </resource>
  212. </resources>
  213. </build>
  214. <repositories>
  215. <repository>
  216. <id>spring-milestones</id>
  217. <name>Spring Milestones</name>
  218. <url>https://repo.spring.io/milestone</url>
  219. <snapshots>
  220. <enabled>false</enabled>
  221. </snapshots>
  222. </repository>
  223. </repositories>
  224. </project>