pom.xml 8.3 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. <parent>
  6. <artifactId>app</artifactId>
  7. <groupId>com.nantian.cloud</groupId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>ggjg-app</artifactId>
  12. <dependencies>
  13. <!--健康检查-->
  14. <dependency>
  15. <groupId>org.springframework.boot</groupId>
  16. <artifactId>spring-boot-starter-actuator</artifactId>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.nantian.cloud</groupId>
  20. <artifactId>sc-common-core</artifactId>
  21. <version>1.0-SNAPSHOT</version>
  22. </dependency>
  23. <!--hutool-->
  24. <dependency>
  25. <groupId>cn.hutool</groupId>
  26. <artifactId>hutool-all</artifactId>
  27. <version>4.6.8</version>
  28. </dependency>
  29. <!--server-api-->
  30. <dependency>
  31. <groupId>javax.servlet</groupId>
  32. <artifactId>javax.servlet-api</artifactId>
  33. <version>4.0.1</version>
  34. </dependency>
  35. <!--feign 依赖-->
  36. <dependency>
  37. <groupId>io.github.openfeign</groupId>
  38. <artifactId>feign-okhttp</artifactId>
  39. <version>10.2.3</version>
  40. <exclusions>
  41. <exclusion>
  42. <artifactId>okio</artifactId>
  43. <groupId>com.squareup.okio</groupId>
  44. </exclusion>
  45. </exclusions>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.springframework.cloud</groupId>
  49. <artifactId>spring-cloud-starter-openfeign</artifactId>
  50. <version>2.1.3.RELEASE</version>
  51. </dependency>
  52. <!--hibernate-validator-->
  53. <dependency>
  54. <groupId>org.springframework.boot</groupId>
  55. <artifactId>spring-boot-starter-validation</artifactId>
  56. <version>2.1.9.RELEASE</version>
  57. </dependency>
  58. <!--json模块-->
  59. <dependency>
  60. <groupId>org.springframework.boot</groupId>
  61. <artifactId>spring-boot-starter-json</artifactId>
  62. <version>2.1.9.RELEASE</version>
  63. </dependency>
  64. <!--TTL-->
  65. <dependency>
  66. <groupId>com.alibaba</groupId>
  67. <artifactId>transmittable-thread-local</artifactId>
  68. <version>2.10.2</version>
  69. </dependency>
  70. <!--swagger 依赖-->
  71. <dependency>
  72. <groupId>io.swagger</groupId>
  73. <artifactId>swagger-annotations</artifactId>
  74. <version>1.5.22</version>
  75. </dependency>
  76. <!--安全模块 -->
  77. <dependency>
  78. <groupId>org.springframework.cloud</groupId>
  79. <artifactId>spring-cloud-starter-oauth2</artifactId>
  80. <version>2.1.4.RELEASE</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>io.springfox</groupId>
  84. <artifactId>springfox-swagger2</artifactId>
  85. <version>2.9.2</version>
  86. <exclusions>
  87. <exclusion>
  88. <artifactId>swagger-annotations</artifactId>
  89. <groupId>io.swagger</groupId>
  90. </exclusion>
  91. </exclusions>
  92. </dependency>
  93. <!--knife4j是为Java MVC框架集成Swagger生成Api文档的增强-->
  94. <dependency>
  95. <groupId>com.github.xiaoymin</groupId>
  96. <artifactId>knife4j-micro-spring-boot-starter</artifactId>
  97. <version>1.9.6</version>
  98. <exclusions>
  99. <exclusion>
  100. <artifactId>swagger-models</artifactId>
  101. <groupId>io.swagger</groupId>
  102. </exclusion>
  103. </exclusions>
  104. </dependency>
  105. <dependency>
  106. <groupId>com.baomidou</groupId>
  107. <artifactId>mybatis-plus-extension</artifactId>
  108. <version>3.1.0</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>org.springframework.boot</groupId>
  112. <artifactId>spring-boot-starter-data-redis</artifactId>
  113. <version>2.1.9.RELEASE</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>org.springframework.cloud</groupId>
  117. <artifactId>spring-cloud-gateway-core</artifactId>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.springframework.boot</groupId>
  121. <artifactId>spring-boot-starter-data-redis-reactive</artifactId>
  122. </dependency>
  123. <dependency>
  124. <groupId>io.minio</groupId>
  125. <artifactId>minio</artifactId>
  126. <version>6.0.8</version>
  127. </dependency>
  128. <!-- -->
  129. <!--upms api、model 模块-->
  130. <dependency>
  131. <groupId>com.nantian.cloud</groupId>
  132. <artifactId>sc-upms-api</artifactId>
  133. <version>1.0-SNAPSHOT</version>
  134. </dependency>
  135. <!--日志处理-->
  136. <dependency>
  137. <groupId>com.nantian.cloud</groupId>
  138. <artifactId>sc-common-log</artifactId>
  139. <version>1.0-SNAPSHOT</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>com.nantian.cloud</groupId>
  143. <artifactId>sc-common-data</artifactId>
  144. <version>1.0-SNAPSHOT</version>
  145. </dependency>
  146. <!--swagger-->
  147. <dependency>
  148. <groupId>com.nantian.cloud</groupId>
  149. <artifactId>sc-common-swagger</artifactId>
  150. <version>1.0-SNAPSHOT</version>
  151. </dependency>
  152. <!--文件系统-->
  153. <dependency>
  154. <groupId>com.nantian.cloud</groupId>
  155. <artifactId>sc-common-minio</artifactId>
  156. <version>1.0-SNAPSHOT</version>
  157. </dependency>
  158. <!--注册中心客户端-->
  159. <dependency>
  160. <groupId>com.alibaba.cloud</groupId>
  161. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  162. </dependency>
  163. <!--配置中心客户端-->
  164. <dependency>
  165. <groupId>com.alibaba.cloud</groupId>
  166. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  167. </dependency>
  168. <!--spring security 、oauth、jwt依赖-->
  169. <dependency>
  170. <groupId>com.nantian.cloud</groupId>
  171. <artifactId>sc-common-security</artifactId>
  172. <version>1.0-SNAPSHOT</version>
  173. </dependency>
  174. <!--支持动态路由配置 -->
  175. <dependency>
  176. <groupId>com.nantian.cloud</groupId>
  177. <artifactId>sc-common-gateway</artifactId>
  178. <version>1.0-SNAPSHOT</version>
  179. <exclusions>
  180. <exclusion>
  181. <groupId>org.springframework.boot</groupId>
  182. <artifactId>spring-boot-starter-webflux</artifactId>
  183. </exclusion>
  184. </exclusions>
  185. </dependency>
  186. <!--mybatis-->
  187. <dependency>
  188. <groupId>com.baomidou</groupId>
  189. <artifactId>mybatis-plus-boot-starter</artifactId>
  190. <version>3.1.0</version>
  191. </dependency>
  192. <!-- druid 连接池 -->
  193. <dependency>
  194. <groupId>com.alibaba</groupId>
  195. <artifactId>druid-spring-boot-starter</artifactId>
  196. <version>1.1.18</version>
  197. </dependency>
  198. <!--数据库-->
  199. <dependency>
  200. <groupId>mysql</groupId>
  201. <artifactId>mysql-connector-java</artifactId>
  202. </dependency>
  203. <!--web 模块-->
  204. <dependency>
  205. <groupId>org.springframework.boot</groupId>
  206. <artifactId>spring-boot-starter-web</artifactId>
  207. </dependency>
  208. <!--undertow容器-->
  209. <dependency>
  210. <groupId>org.springframework.boot</groupId>
  211. <artifactId>spring-boot-starter-undertow</artifactId>
  212. </dependency>
  213. </dependencies>
  214. <build>
  215. <plugins>
  216. <plugin>
  217. <groupId>org.springframework.boot</groupId>
  218. <artifactId>spring-boot-maven-plugin</artifactId>
  219. </plugin>
  220. <plugin>
  221. <groupId>com.spotify</groupId>
  222. <artifactId>docker-maven-plugin</artifactId>
  223. </plugin>
  224. </plugins>
  225. </build>
  226. </project>