dianxin-guizhou-forward
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

201 lines
7.8KB

  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.2.2.RELEASE</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.ssjl.zhaobiao.guizhou</groupId>
  12. <!--artifactId>dianxin-guizhou-forward</artifactId -->
  13. <artifactId>gd202101</artifactId>
  14. <!--version>telpo0.0.2</version -->
  15. <name>gd202101</name>
  16. <description>convert protocol between ssjl and dianxin guizhou</description>
  17. <properties>
  18. <java.version>1.8</java.version>
  19. </properties>
  20. <dependencies>
  21. <dependency>
  22. <groupId>org.springframework.boot</groupId>
  23. <artifactId>spring-boot-starter-web</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.springframework.boot</groupId>
  27. <artifactId>spring-boot-starter-aop</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.mybatis.spring.boot</groupId>
  31. <artifactId>mybatis-spring-boot-starter</artifactId>
  32. <version>2.1.0</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.springframework.boot</groupId>
  36. <artifactId>spring-boot-starter-quartz</artifactId>
  37. <version>2.1.5.RELEASE</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.quartz-scheduler</groupId>
  41. <artifactId>quartz</artifactId>
  42. <version>2.3.1</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>mysql</groupId>
  46. <artifactId>mysql-connector-java</artifactId>
  47. </dependency>
  48. <dependency>
  49. <groupId>org.springframework.boot</groupId>
  50. <artifactId>spring-boot-starter-test</artifactId>
  51. <scope>test</scope>
  52. <exclusions>
  53. <exclusion>
  54. <groupId>org.junit.vintage</groupId>
  55. <artifactId>junit-vintage-engine</artifactId>
  56. </exclusion>
  57. </exclusions>
  58. </dependency>
  59. <!-- https://mvnrepository.com/artifact/org.eclipse.paho/org.eclipse.paho.client.mqttv3 -->
  60. <!--<dependency>-->
  61. <!--<groupId>org.eclipse.paho</groupId>-->
  62. <!--<artifactId>org.eclipse.paho.client.mqttv3</artifactId>-->
  63. <!--<version>1.2.2</version>-->
  64. <!--</dependency>-->
  65. <dependency>
  66. <groupId>com.alibaba</groupId>
  67. <artifactId>fastjson</artifactId>
  68. <version>1.2.58</version>
  69. </dependency>
  70. <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
  71. <dependency>
  72. <groupId>org.apache.commons</groupId>
  73. <artifactId>commons-lang3</artifactId>
  74. <version>3.8.1</version>
  75. </dependency>
  76. <!--<dependency>-->
  77. <!--<groupId>com.aliyun</groupId>-->
  78. <!--<artifactId>aliyun-java-sdk-core</artifactId>-->
  79. <!--<version>4.4.9</version>-->
  80. <!--</dependency>-->
  81. <!--<dependency>-->
  82. <!--<groupId>com.aliyun</groupId>-->
  83. <!--<artifactId>aliyun-java-sdk-linkface</artifactId>-->
  84. <!--<version>1.2.0</version>-->
  85. <!--</dependency>-->
  86. <!--<dependency>-->
  87. <!--<groupId>com.google.code.gson</groupId>-->
  88. <!--<artifactId>gson</artifactId>-->
  89. <!--<version>2.8.5</version>-->
  90. <!--</dependency>-->
  91. <dependency>
  92. <groupId>org.projectlombok</groupId>
  93. <artifactId>lombok</artifactId>
  94. </dependency>
  95. <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
  96. <dependency>
  97. <groupId>com.squareup.okhttp3</groupId>
  98. <artifactId>okhttp</artifactId>
  99. <version>4.2.2</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.google.guava</groupId>
  103. <artifactId>guava</artifactId>
  104. <version>30.1-jre</version>
  105. </dependency>
  106. <!--<dependency>-->
  107. <!--<groupId>com.google.guava</groupId>-->
  108. <!--<artifactId>guava</artifactId>-->
  109. <!--<version>19.0</version>-->
  110. <!--<scope>test</scope>-->
  111. <!--</dependency>-->
  112. <!-- https://mvnrepository.com/artifact/redis.clients/jedis -->
  113. <!--<dependency>-->
  114. <!--<groupId>redis.clients</groupId>-->
  115. <!--<artifactId>jedis</artifactId>-->
  116. <!--<version>3.3.0</version>-->
  117. <!--</dependency>-->
  118. <!-- https://mvnrepository.com/artifact/com.rabbitmq/amqp-client -->
  119. <!--<dependency>-->
  120. <!--<groupId>com.rabbitmq</groupId>-->
  121. <!--<artifactId>amqp-client</artifactId>-->
  122. <!--<version>5.9.0</version>-->
  123. <!--</dependency>-->
  124. <!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
  125. <!--<dependency>-->
  126. <!--<groupId>io.netty</groupId>-->
  127. <!--<artifactId>netty-all</artifactId>-->
  128. <!--<version>4.1.56.Final</version>-->
  129. <!--</dependency>-->
  130. <!--&lt;!&ndash; https://mvnrepository.com/artifact/com.itextpdf/itext7-core &ndash;&gt;-->
  131. <!--<dependency>-->
  132. <!--<groupId>com.itextpdf</groupId>-->
  133. <!--<artifactId>itext7-core</artifactId>-->
  134. <!--<version>7.1.11</version>-->
  135. <!--<type>pom</type>-->
  136. <!--</dependency>-->
  137. <!--&lt;!&ndash; https://mvnrepository.com/artifact/com.itextpdf/font-asian &ndash;&gt;-->
  138. <!--<dependency>-->
  139. <!--<groupId>com.itextpdf</groupId>-->
  140. <!--<artifactId>font-asian</artifactId>-->
  141. <!--<version>7.1.11</version>-->
  142. <!--<scope>test</scope>-->
  143. <!--</dependency>-->
  144. </dependencies>
  145. <build>
  146. <finalName>${project.artifactId}</finalName>
  147. <plugins>
  148. <plugin>
  149. <groupId>org.springframework.boot</groupId>
  150. <artifactId>spring-boot-maven-plugin</artifactId>
  151. <configuration>
  152. <!--fork : 使用 devtools生效-->
  153. <fork>true</fork>
  154. </configuration>
  155. <executions>
  156. <execution>
  157. <goals>
  158. <goal>repackage</goal><!--可以把依赖的包都打包到生成的Jar包中-->
  159. </goals>
  160. </execution>
  161. </executions>
  162. </plugin>
  163. <!--mybatis自动生成代码插件-->
  164. <plugin>
  165. <groupId>org.mybatis.generator</groupId>
  166. <artifactId>mybatis-generator-maven-plugin</artifactId>
  167. <version>1.3.7</version>
  168. <configuration>
  169. <!-- 是否覆盖,true表示会替换生成的JAVA文件,false则不覆盖 -->
  170. <overwrite>false</overwrite>
  171. </configuration>
  172. <dependencies>
  173. <!--mysql驱动包-->
  174. <dependency>
  175. <groupId>mysql</groupId>
  176. <artifactId>mysql-connector-java</artifactId>
  177. <version>8.0.18</version>
  178. </dependency>
  179. <dependency>
  180. <groupId>org.mybatis.generator</groupId>
  181. <artifactId>mybatis-generator-core</artifactId>
  182. <version>1.3.7</version>
  183. </dependency>
  184. </dependencies>
  185. </plugin>
  186. </plugins>
  187. </build>
  188. </project>