pom.xml 7.3 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.4.1</version>
  9. <relativePath/>
  10. </parent>
  11. <groupId>thyyxxk</groupId>
  12. <artifactId>web-server</artifactId>
  13. <version>9.9.9</version>
  14. <name>web-server</name>
  15. <description>server for yibao-web</description>
  16. <properties>
  17. <java.version>1.8</java.version>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>org.springframework.boot</groupId>
  22. <artifactId>spring-boot-starter-amqp</artifactId>
  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-websocket</artifactId>
  31. </dependency>
  32. <!-- 肖蟾 使用mybatis-plus-->
  33. <dependency>
  34. <groupId>com.baomidou</groupId>
  35. <artifactId>mybatis-plus-boot-starter</artifactId>
  36. <version>3.4.2</version>
  37. </dependency>
  38. <!--肖蟾 代码生成器-->
  39. <dependency>
  40. <groupId>com.baomidou</groupId>
  41. <artifactId>mybatis-plus-generator</artifactId>
  42. <version>3.4.1</version>
  43. </dependency>
  44. <!-- 数据库中的注释-->
  45. <dependency>
  46. <groupId>io.springfox</groupId>
  47. <artifactId>springfox-swagger2</artifactId>
  48. <version>2.10.5</version>
  49. </dependency>
  50. <!--肖蟾 模板引擎-->
  51. <dependency>
  52. <groupId>org.apache.velocity</groupId>
  53. <artifactId>velocity-engine-core</artifactId>
  54. <version>2.0</version>
  55. </dependency>
  56. <!--多数据源-->
  57. <dependency>
  58. <groupId>com.baomidou</groupId>
  59. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  60. <version>3.3.2</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.oracle.database.jdbc</groupId>
  64. <artifactId>ojdbc6</artifactId>
  65. <version>11.2.0.4</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.springframework.boot</groupId>
  69. <artifactId>spring-boot-starter-validation</artifactId>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.springframework.boot</groupId>
  73. <artifactId>spring-boot-devtools</artifactId>
  74. <scope>runtime</scope>
  75. <optional>true</optional>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.microsoft.sqlserver</groupId>
  79. <artifactId>mssql-jdbc</artifactId>
  80. <version>7.4.1.jre8</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.projectlombok</groupId>
  84. <artifactId>lombok</artifactId>
  85. <optional>true</optional>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.springframework.boot</groupId>
  89. <artifactId>spring-boot-starter-test</artifactId>
  90. <scope>test</scope>
  91. </dependency>
  92. <!--PostgreSQL数据库 创智的中台数据-->
  93. <dependency>
  94. <groupId>org.postgresql</groupId>
  95. <artifactId>postgresql</artifactId>
  96. <version>42.2.20</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.springframework.amqp</groupId>
  100. <artifactId>spring-rabbit-test</artifactId>
  101. <scope>test</scope>
  102. </dependency>
  103. <dependency>
  104. <groupId>net.sourceforge.jtds</groupId>
  105. <artifactId>jtds</artifactId>
  106. <version>1.3.1</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>com.auth0</groupId>
  110. <artifactId>java-jwt</artifactId>
  111. <version>3.4.0</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>com.alibaba</groupId>
  115. <artifactId>fastjson</artifactId>
  116. <version>1.2.60</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>dom4j</groupId>
  120. <artifactId>dom4j</artifactId>
  121. <version>1.6.1</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>org.dom4j</groupId>
  125. <artifactId>dom4j</artifactId>
  126. <version>2.1.1</version>
  127. </dependency>
  128. <dependency>
  129. <groupId>org.apache.cxf</groupId>
  130. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  131. <version>3.1.10</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.apache.cxf</groupId>
  135. <artifactId>cxf-rt-transports-http</artifactId>
  136. <version>3.1.10</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>org.springframework.boot</groupId>
  140. <artifactId>spring-boot-configuration-processor</artifactId>
  141. <optional>true</optional>
  142. </dependency>
  143. <dependency>
  144. <groupId>joda-time</groupId>
  145. <artifactId>joda-time</artifactId>
  146. <version>2.10.5</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>org.apache.httpcomponents</groupId>
  150. <artifactId>httpcore</artifactId>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.apache.httpcomponents</groupId>
  154. <artifactId>httpclient</artifactId>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.github.wechatpay-apiv3</groupId>
  158. <artifactId>wechatpay-apache-httpclient</artifactId>
  159. <version>0.2.1</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.hynnet</groupId>
  163. <artifactId>jacob</artifactId>
  164. <version>1.18</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>org.apache.poi</groupId>
  168. <artifactId>poi</artifactId>
  169. <version>4.1.2</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>org.apache.poi</groupId>
  173. <artifactId>poi-ooxml</artifactId>
  174. <version>4.1.2</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>junit</groupId>
  178. <artifactId>junit</artifactId>
  179. <scope>test</scope>
  180. </dependency>
  181. </dependencies>
  182. <build>
  183. <plugins>
  184. <plugin>
  185. <groupId>org.springframework.boot</groupId>
  186. <artifactId>spring-boot-maven-plugin</artifactId>
  187. <configuration>
  188. <excludes>
  189. <exclude>
  190. <groupId>org.projectlombok</groupId>
  191. <artifactId>lombok</artifactId>
  192. </exclude>
  193. </excludes>
  194. </configuration>
  195. </plugin>
  196. <plugin>
  197. <groupId>org.apache.maven.plugins</groupId>
  198. <artifactId>maven-resources-plugin</artifactId>
  199. <version>2.4.3</version>
  200. </plugin>
  201. </plugins>
  202. </build>
  203. </project>