pom.xml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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>web</artifactId>
  7. <groupId>com.gyee</groupId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>runeconomy-xk</artifactId>
  12. <dependencies>
  13. <!-- 工具类相关 -->
  14. <dependency>
  15. <groupId>com.alibaba</groupId>
  16. <artifactId>easyexcel</artifactId>
  17. <version>3.2.0</version>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.github.pagehelper</groupId>
  21. <artifactId>pagehelper</artifactId>
  22. <version>5.1.4</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.springframework.boot</groupId>
  26. <artifactId>spring-boot-starter-web</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.springframework.boot</groupId>
  30. <artifactId>spring-boot-starter-actuator</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.springframework.boot</groupId>
  34. <artifactId>spring-boot-configuration-processor</artifactId>
  35. <optional>true</optional>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.springframework.boot</groupId>
  39. <artifactId>spring-boot-starter-actuator</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.springframework.boot</groupId>
  43. <artifactId>spring-boot-starter-test</artifactId>
  44. <scope>test</scope>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.springframework.boot</groupId>
  48. <artifactId>spring-boot-starter-websocket</artifactId>
  49. </dependency>
  50. <dependency>
  51. <groupId>org.projectlombok</groupId>
  52. <artifactId>lombok</artifactId>
  53. <optional>true</optional>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.gyee</groupId>
  57. <artifactId>common</artifactId>
  58. <version>${project.version}</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.alibaba</groupId>
  62. <artifactId>fastjson</artifactId>
  63. <version>1.2.7</version>
  64. <scope>compile</scope>
  65. </dependency>
  66. <!--nacos 依赖-->
  67. <!-- <dependency>-->
  68. <!-- <groupId>com.alibaba.cloud</groupId>-->
  69. <!-- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>-->
  70. <!-- </dependency>-->
  71. <dependency>
  72. <groupId>org.postgresql</groupId>
  73. <artifactId>postgresql</artifactId>
  74. </dependency>
  75. <dependency>
  76. <groupId>cn.hutool</groupId>
  77. <artifactId>hutool-all</artifactId>
  78. <version>5.1.1</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>redis.clients</groupId>
  82. <artifactId>jedis</artifactId>
  83. <version>3.2.0</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.fasterxml.jackson.core</groupId>
  87. <artifactId>jackson-databind</artifactId>
  88. </dependency>
  89. <dependency>
  90. <groupId>org.springframework.data</groupId>
  91. <artifactId>spring-data-redis</artifactId>
  92. </dependency>
  93. <!-- 添加swagger2 -->
  94. <dependency>
  95. <groupId>io.springfox</groupId>
  96. <artifactId>springfox-swagger2</artifactId>
  97. <version>2.9.2</version>
  98. <exclusions>
  99. <exclusion>
  100. <groupId>io.swagger</groupId>
  101. <artifactId>swagger-annotations</artifactId>
  102. </exclusion>
  103. <exclusion>
  104. <groupId>io.swagger</groupId>
  105. <artifactId>swagger-models</artifactId>
  106. </exclusion>
  107. </exclusions>
  108. </dependency>
  109. <dependency>
  110. <groupId>io.springfox</groupId>
  111. <artifactId>springfox-swagger-ui</artifactId>
  112. <version>2.9.2</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>io.swagger</groupId>
  116. <artifactId>swagger-annotations</artifactId>
  117. <version>1.5.21</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>io.swagger</groupId>
  121. <artifactId>swagger-models</artifactId>
  122. <version>1.5.21</version>
  123. </dependency>
  124. <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa -->
  125. <dependency>
  126. <groupId>org.springframework.boot</groupId>
  127. <artifactId>spring-boot-starter-data-jpa</artifactId>
  128. <version>2.7.15</version>
  129. </dependency>
  130. <!-- https://mvnrepository.com/artifact/org.apache.activemq/activemq-core -->
  131. <dependency>
  132. <groupId>org.apache.activemq</groupId>
  133. <artifactId>activemq-core</artifactId>
  134. <version>5.7.0</version>
  135. </dependency>
  136. <!-- https://mvnrepository.com/artifact/io.github.openfeign/feign-core -->
  137. <dependency>
  138. <groupId>io.github.openfeign</groupId>
  139. <artifactId>feign-core</artifactId>
  140. <version>11.8</version>
  141. </dependency>
  142. <!-- https://mvnrepository.com/artifact/io.github.openfeign/feign-jackson -->
  143. <dependency>
  144. <groupId>io.github.openfeign</groupId>
  145. <artifactId>feign-jackson</artifactId>
  146. <version>11.8</version>
  147. </dependency>
  148. </dependencies>
  149. <build>
  150. <plugins>
  151. <plugin>
  152. <groupId>org.springframework.boot</groupId>
  153. <artifactId>spring-boot-maven-plugin</artifactId>
  154. <version>2.7.1</version>
  155. <executions>
  156. <execution>
  157. <goals>
  158. <goal>repackage</goal>
  159. </goals>
  160. </execution>
  161. </executions>
  162. </plugin>
  163. </plugins>
  164. </build>
  165. </project>