pom.xml 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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.12.RELEASE</version>
  9. <relativePath/>
  10. </parent>
  11. <groupId>com.fdkankan</groupId>
  12. <artifactId>4dkankan-gateway</artifactId>
  13. <version>2.0.0-SNAPSHOT</version>
  14. <properties>
  15. <java.version>1.8</java.version>
  16. <spring.cloud-version>Hoxton.SR8</spring.cloud-version>
  17. <servlet-api-version>2.4</servlet-api-version>
  18. </properties>
  19. <repositories>
  20. <repository>
  21. <id>releases</id>
  22. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
  23. </repository>
  24. <repository>
  25. <id>snapshots</id>
  26. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
  27. </repository>
  28. <repository>
  29. <id>nexus-aliyun</id>
  30. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  31. </repository>
  32. </repositories>
  33. <dependencies>
  34. <dependency>
  35. <groupId>com.fdkankan</groupId>
  36. <artifactId>4dkankan-common-utils</artifactId>
  37. <version>2.0.0-SNAPSHOT</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.fdkankan</groupId>
  41. <artifactId>4dkankan-utils-redis</artifactId>
  42. <version>2.0.0-SNAPSHOT</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.fdkankan</groupId>
  46. <artifactId>4dkankan-utils-mongodb</artifactId>
  47. <version>2.0.0-SNAPSHOT</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.springframework.boot</groupId>
  51. <artifactId>spring-boot-starter</artifactId>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.springframework.boot</groupId>
  55. <artifactId>spring-boot-devtools</artifactId>
  56. <scope>runtime</scope>
  57. <optional>true</optional>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.projectlombok</groupId>
  61. <artifactId>lombok</artifactId>
  62. <optional>true</optional>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.springframework.boot</groupId>
  66. <artifactId>spring-boot-starter-test</artifactId>
  67. <scope>test</scope>
  68. </dependency>
  69. <dependency>
  70. <groupId>org.springframework.cloud</groupId>
  71. <artifactId>spring-cloud-starter-gateway</artifactId>
  72. </dependency>
  73. <dependency>
  74. <groupId>com.alibaba.cloud</groupId>
  75. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.springframework.boot</groupId>
  79. <artifactId>spring-boot-starter-actuator</artifactId>
  80. </dependency>
  81. <!--nacos 客户端 配置中心-->
  82. <dependency>
  83. <groupId>com.alibaba.cloud</groupId>
  84. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.yomahub</groupId>
  88. <artifactId>tlog-web-spring-boot-starter</artifactId>
  89. <version>1.3.6</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.yomahub</groupId>
  93. <artifactId>tlog-gateway-spring-boot-starter</artifactId>
  94. <version>1.3.6</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>de.codecentric</groupId>
  98. <artifactId>spring-boot-admin-client</artifactId>
  99. <version>2.3.1</version>
  100. </dependency>
  101. <!-- Sa-Token 权限认证(Reactor响应式集成), 在线文档:http://sa-token.dev33.cn/ -->
  102. <dependency>
  103. <groupId>cn.dev33</groupId>
  104. <artifactId>sa-token-reactor-spring-boot-starter</artifactId>
  105. <version>1.30.0</version>
  106. </dependency>
  107. <!-- Sa-Token 整合 jwt -->
  108. <dependency>
  109. <groupId>cn.dev33</groupId>
  110. <artifactId>sa-token-jwt</artifactId>
  111. <version>1.30.0</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>com.alibaba.cloud</groupId>
  115. <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.alibaba.csp</groupId>
  119. <artifactId>sentinel-datasource-nacos</artifactId>
  120. <version>1.7.2</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.alibaba.cloud</groupId>
  124. <artifactId>spring-cloud-alibaba-sentinel-gateway</artifactId>
  125. </dependency>
  126. <!-- <dependency>-->
  127. <!-- <groupId>com.alibaba.csp</groupId>-->
  128. <!-- <artifactId>sentinel-spring-cloud-gateway-adapter</artifactId>-->
  129. <!-- </dependency>-->
  130. <!-- <dependency>-->
  131. <!-- <groupId>javax.servlet</groupId>-->
  132. <!-- <artifactId>servlet-api</artifactId>-->
  133. <!-- <version>${servlet-api-version}</version>-->
  134. <!-- </dependency>-->
  135. </dependencies>
  136. <dependencyManagement>
  137. <dependencies>
  138. <dependency>
  139. <groupId>com.alibaba.cloud</groupId>
  140. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  141. <version>2.2.7.RELEASE</version>
  142. <type>pom</type>
  143. <scope>import</scope>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.springframework.cloud</groupId>
  147. <artifactId>spring-cloud-dependencies</artifactId>
  148. <version>${spring.cloud-version}</version>
  149. <type>pom</type>
  150. <scope>import</scope>
  151. </dependency>
  152. </dependencies>
  153. </dependencyManagement>
  154. <build>
  155. <plugins>
  156. <plugin>
  157. <groupId>org.springframework.boot</groupId>
  158. <artifactId>spring-boot-maven-plugin</artifactId>
  159. </plugin>
  160. </plugins>
  161. </build>
  162. <distributionManagement>
  163. <repository>
  164. <id>releases</id>
  165. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
  166. </repository>
  167. <snapshotRepository>
  168. <id>snapshots</id>
  169. <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
  170. </snapshotRepository>
  171. </distributionManagement>
  172. </project>