pom.xml 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.unis.user.server</groupId>
  6. <artifactId>myuser</artifactId>
  7. <version>0.0.1-SNAPSHOT</version>
  8. <packaging>jar</packaging>
  9. <name>myuser</name>
  10. <description>Demo project for Spring Boot</description>
  11. <parent>
  12. <groupId>org.springframework.boot</groupId>
  13. <artifactId>spring-boot-starter-parent</artifactId>
  14. <version>2.0.3.RELEASE</version>
  15. <relativePath /> <!-- lookup parent from repository -->
  16. </parent>
  17. <properties>
  18. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  19. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  20. <java.version>1.8</java.version>
  21. <spring-cloud.version>Finchley.RELEASE</spring-cloud.version>
  22. </properties>
  23. <dependencies>
  24. <dependency>
  25. <groupId>com.alibaba</groupId>
  26. <artifactId>druid-spring-boot-starter</artifactId>
  27. <version>1.1.10</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.oracle</groupId>
  31. <artifactId>ojdbc14</artifactId>
  32. <version>10.2.0.5.0</version>
  33. </dependency>
  34. <!--JWT -->
  35. <dependency>
  36. <groupId>com.auth0</groupId>
  37. <artifactId>java-jwt</artifactId>
  38. <version>3.1.0</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>io.jsonwebtoken</groupId>
  42. <artifactId>jjwt</artifactId>
  43. <version>0.9.0</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.springframework.boot</groupId>
  47. <artifactId>spring-boot-configuration-processor</artifactId>
  48. <optional>true</optional>
  49. </dependency>
  50. <dependency>
  51. <groupId>org.springframework.boot</groupId>
  52. <artifactId>spring-boot-starter-data-redis</artifactId>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.springframework.boot</groupId>
  56. <artifactId>spring-boot-starter-data-jpa</artifactId>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.springframework.boot</groupId>
  60. <artifactId>spring-boot-starter-web-services</artifactId>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.springframework.cloud</groupId>
  64. <artifactId>spring-cloud-starter-config</artifactId>
  65. </dependency>
  66. <dependency>
  67. <groupId>org.springframework.cloud</groupId>
  68. <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.springframework.boot</groupId>
  72. <artifactId>spring-boot-starter-integration</artifactId>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.springframework.cloud</groupId>
  76. <artifactId>spring-cloud-stream</artifactId>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.springframework.cloud</groupId>
  80. <artifactId>spring-cloud-stream-binder-rabbit</artifactId>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.springframework.cloud</groupId>
  84. <artifactId>spring-cloud-starter-openfeign</artifactId>
  85. </dependency>
  86. <dependency>
  87. <groupId>io.github.openfeign.form</groupId>
  88. <artifactId>feign-form-spring</artifactId>
  89. <version>3.2.2</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>io.github.openfeign.form</groupId>
  93. <artifactId>feign-form</artifactId>
  94. <version>3.2.2</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>org.projectlombok</groupId>
  98. <artifactId>lombok</artifactId>
  99. <optional>true</optional>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.springframework.boot</groupId>
  103. <artifactId>spring-boot-starter-test</artifactId>
  104. <scope>test</scope>
  105. </dependency>
  106. <!--<dependency>
  107. <groupId>cn.easyproject</groupId>
  108. <artifactId>ojdbc7</artifactId>
  109. <version>12.1.0.2.0</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.alibaba</groupId>
  113. <artifactId>druid-spring-boot-starter</artifactId>
  114. <version>1.1.10</version>
  115. </dependency>
  116. -->
  117. <!-- <dependency>-->
  118. <!-- <groupId>com.gbase8s</groupId>-->
  119. <!-- <artifactId>ifxjdbc</artifactId>-->
  120. <!-- <version>1.0</version>-->
  121. <!-- </dependency>-->
  122. <!-- <dependency>-->
  123. <!-- <groupId>com.gbase</groupId>-->
  124. <!-- <artifactId>druid</artifactId>-->
  125. <!-- <version>1.0.28</version>-->
  126. <!-- </dependency>-->
  127. <dependency>
  128. <groupId>com.alibaba</groupId>
  129. <artifactId>fastjson</artifactId>
  130. <version>1.2.36</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>io.springfox</groupId>
  134. <artifactId>springfox-swagger2</artifactId>
  135. <version>2.9.2</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>io.springfox</groupId>
  139. <artifactId>springfox-swagger-ui</artifactId>
  140. <version>2.9.2</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>commons-lang</groupId>
  144. <artifactId>commons-lang</artifactId>
  145. <version>2.6</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>commons-beanutils</groupId>
  149. <artifactId>commons-beanutils</artifactId>
  150. <version>1.9.3</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.apache.commons</groupId>
  154. <artifactId>commons-pool2</artifactId>
  155. <version>2.5.0</version>
  156. </dependency>
  157. <!--<dependency> -->
  158. <!--<groupId>org.apache.commons</groupId> -->
  159. <!--<artifactId>commons-lang3</artifactId> -->
  160. <!--</dependency> -->
  161. <!-- 热部署模块 -->
  162. <dependency>
  163. <groupId>org.springframework.boot</groupId>
  164. <artifactId>spring-boot-devtools</artifactId>
  165. <optional>true</optional>
  166. <scope>true</scope> <!-- 这个需要为 true 热部署才有效 -->
  167. </dependency>
  168. <dependency>
  169. <groupId>org.bouncycastle</groupId>
  170. <artifactId>bcprov-jdk15on</artifactId>
  171. <version>1.56</version>
  172. </dependency>
  173. <!--验证码 -->
  174. <dependency>
  175. <groupId>com.github.penggle</groupId>
  176. <artifactId>kaptcha</artifactId>
  177. <version>2.3.2</version>
  178. </dependency>
  179. <dependency>
  180. <groupId>com.unis.springcloud</groupId>
  181. <artifactId>common</artifactId>
  182. <version>0.0.1-SNAPSHOT</version>
  183. </dependency>
  184. <dependency>
  185. <groupId>org.apache.httpcomponents</groupId>
  186. <artifactId>httpclient</artifactId>
  187. <version>4.3.6</version>
  188. </dependency>
  189. <dependency>
  190. <groupId>org.apache.poi</groupId>
  191. <artifactId>poi-ooxml</artifactId>
  192. <version>3.14</version>
  193. </dependency>
  194. <dependency>
  195. <groupId>org.mybatis.spring.boot</groupId>
  196. <artifactId>mybatis-spring-boot-starter</artifactId>
  197. <version>3.0.0</version>
  198. </dependency>
  199. <dependency>
  200. <groupId>tk.mybatis</groupId>
  201. <artifactId>mapper-spring-boot-starter</artifactId>
  202. <version>RELEASE</version>
  203. </dependency>
  204. <dependency>
  205. <groupId>com.github.pagehelper</groupId>
  206. <artifactId>pagehelper-spring-boot-starter</artifactId>
  207. <version>RELEASE</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>com.github.pagehelper</groupId>
  211. <artifactId>pagehelper-spring-boot-starter</artifactId>
  212. <version>RELEASE</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>com.github.pagehelper</groupId>
  216. <artifactId>pagehelper</artifactId>
  217. <version>5.1.9</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>tk.mybatis</groupId>
  221. <artifactId>mapper</artifactId>
  222. <version>3.3.4</version>
  223. <scope>compile</scope>
  224. </dependency>
  225. <!--<dependency>
  226. <groupId>com.video</groupId>
  227. <artifactId>monitor</artifactId>
  228. <version>18.12.02</version>
  229. </dependency>-->
  230. </dependencies>
  231. <dependencyManagement>
  232. <dependencies>
  233. <dependency>
  234. <groupId>org.springframework.cloud</groupId>
  235. <artifactId>spring-cloud-dependencies</artifactId>
  236. <version>${spring-cloud.version}</version>
  237. <type>pom</type>
  238. <scope>import</scope>
  239. </dependency>
  240. </dependencies>
  241. </dependencyManagement>
  242. <build>
  243. <plugins>
  244. <plugin>
  245. <groupId>org.springframework.boot</groupId>
  246. <artifactId>spring-boot-maven-plugin</artifactId>
  247. <!--生成jar时移除依赖 -->
  248. <!-- <configuration> <layout>ZIP</layout> <includes> <include> <groupId>com.unis.user.server</groupId>
  249. <artifactId>myuser</artifactId> </include> </includes> 没有该配置,devtools 不生效
  250. <fork>true</fork> <addResources>true</addResources> </configuration> -->
  251. </plugin>
  252. <!--打包是不进行验证测试 -->
  253. <plugin>
  254. <groupId>org.apache.maven.plugins</groupId>
  255. <artifactId>maven-surefire-plugin</artifactId>
  256. <version>2.21.0</version>
  257. <configuration>
  258. <skipTests>true</skipTests>
  259. </configuration>
  260. </plugin>
  261. </plugins>
  262. <finalName>myuser-monitor</finalName>
  263. </build>
  264. <repositories>
  265. <repository>
  266. <id>spring-milestones</id>
  267. <name>Spring Milestones</name>
  268. <url>https://repo.spring.io/milestone</url>
  269. <snapshots>
  270. <enabled>false</enabled>
  271. </snapshots>
  272. </repository>
  273. </repositories>
  274. </project>