pom.xml 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.jzg</groupId>
  8. <artifactId>insurance</artifactId>
  9. <version>1.0-SNAPSHOT</version>
  10. </parent>
  11. <artifactId>quotation-summary</artifactId>
  12. <version>1.0-SNAPSHOT</version>
  13. <properties>
  14. <maven.compiler.source>17</maven.compiler.source>
  15. <maven.compiler.target>17</maven.compiler.target>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. </properties>
  18. <dependencies>
  19. <!-- <dependency>-->
  20. <!-- <groupId>com.jzg</groupId>-->
  21. <!-- <artifactId>quotation-dajia</artifactId>-->
  22. <!-- <version>1.0-SNAPSHOT</version>-->
  23. <!-- </dependency>-->
  24. <!-- <dependency>-->
  25. <!-- <groupId>com.jzg</groupId>-->
  26. <!-- <artifactId>quotation-zhongmei</artifactId>-->
  27. <!-- <version>1.0-SNAPSHOT</version>-->
  28. <!-- </dependency>-->
  29. <dependency>
  30. <groupId>org.springframework.boot</groupId>
  31. <artifactId>spring-boot-starter-data-redis</artifactId>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.jzg</groupId>
  35. <artifactId>quotation-zhongmei</artifactId>
  36. <version>1.0-SNAPSHOT</version>
  37. <scope>compile</scope>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.jzg</groupId>
  41. <artifactId>quotation-commons</artifactId>
  42. <version>1.0-SNAPSHOT</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.jzg</groupId>
  46. <artifactId>quotation-yongcheng</artifactId>
  47. <version>1.0-SNAPSHOT</version>
  48. <scope>compile</scope>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.jzg</groupId>
  52. <artifactId>quotation-chengtai</artifactId>
  53. <version>1.0-SNAPSHOT</version>
  54. <scope>compile</scope>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.jzg</groupId>
  58. <artifactId>quotation-dajia</artifactId>
  59. <version>1.0-SNAPSHOT</version>
  60. <scope>compile</scope>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.jzg</groupId>
  64. <artifactId>quotation-dadi</artifactId>
  65. <version>1.0-SNAPSHOT</version>
  66. <scope>compile</scope>
  67. </dependency>
  68. <dependency>
  69. <groupId>com.jzg</groupId>
  70. <artifactId>quotation-taikang</artifactId>
  71. <version>1.0-SNAPSHOT</version>
  72. <scope>compile</scope>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.jzg</groupId>
  76. <artifactId>quotation-yangguang</artifactId>
  77. <version>1.0-SNAPSHOT</version>
  78. <scope>compile</scope>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.jzg</groupId>
  82. <artifactId>quotation-guoren</artifactId>
  83. <version>1.0-SNAPSHOT</version>
  84. <scope>compile</scope>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.jzg</groupId>
  88. <artifactId>quotation-huatai</artifactId>
  89. <version>1.0-SNAPSHOT</version>
  90. <scope>compile</scope>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.jzg</groupId>
  94. <artifactId>quotation-bohai</artifactId>
  95. <version>1.0-SNAPSHOT</version>
  96. <scope>compile</scope>
  97. </dependency>
  98. <dependency>
  99. <groupId>com.jzg</groupId>
  100. <artifactId>quotation-huanong</artifactId>
  101. <version>1.0-SNAPSHOT</version>
  102. <scope>compile</scope>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.jzg</groupId>
  106. <artifactId>quotation-zijin</artifactId>
  107. <version>1.0-SNAPSHOT</version>
  108. <scope>compile</scope>
  109. </dependency>
  110. <dependency>
  111. <groupId>com.jzg</groupId>
  112. <artifactId>quotation-hengbang</artifactId>
  113. <version>1.0-SNAPSHOT</version>
  114. <scope>compile</scope>
  115. </dependency>
  116. <dependency>
  117. <groupId>com.jzg</groupId>
  118. <artifactId>quotation-ansheng</artifactId>
  119. <version>1.0-SNAPSHOT</version>
  120. <scope>compile</scope>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.jzg</groupId>
  124. <artifactId>quotation-zhongan</artifactId>
  125. <version>1.0-SNAPSHOT</version>
  126. <scope>compile</scope>
  127. </dependency>
  128. <dependency>
  129. <groupId>com.jzg</groupId>
  130. <artifactId>quotation-taiping</artifactId>
  131. <version>1.0-SNAPSHOT</version>
  132. <scope>compile</scope>
  133. </dependency>
  134. <dependency>
  135. <groupId>com.jzg</groupId>
  136. <artifactId>quotation-taipingyang</artifactId>
  137. <version>1.0-SNAPSHOT</version>
  138. <scope>compile</scope>
  139. </dependency>
  140. <dependency>
  141. <groupId>com.jzg</groupId>
  142. <artifactId>quotation-shenneng</artifactId>
  143. <version>1.0-SNAPSHOT</version>
  144. <scope>compile</scope>
  145. </dependency>
  146. <dependency>
  147. <groupId>com.jzg</groupId>
  148. <artifactId>quotation-taishan</artifactId>
  149. <version>1.0-SNAPSHOT</version>
  150. <scope>compile</scope>
  151. </dependency>
  152. <dependency>
  153. <groupId>com.jzg</groupId>
  154. <artifactId>quotation-renbao</artifactId>
  155. <version>1.0-SNAPSHOT</version>
  156. <scope>compile</scope>
  157. </dependency>
  158. <dependency>
  159. <groupId>com.jzg</groupId>
  160. <artifactId>quotation-renbaonew</artifactId>
  161. <version>1.0-SNAPSHOT</version>
  162. <scope>compile</scope>
  163. </dependency>
  164. <!--<dependency>
  165. <groupId>com.jzg</groupId>
  166. <artifactId>quotation-yongan</artifactId>
  167. <version>1.0-SNAPSHOT</version>
  168. <scope>compile</scope>
  169. </dependency>-->
  170. <!-- thymeleaf 模版类 -->
  171. <dependency>
  172. <groupId>org.springframework.boot</groupId>
  173. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  174. </dependency>
  175. <dependency>
  176. <groupId>com.jzg</groupId>
  177. <artifactId>quotation-guoshou</artifactId>
  178. <version>1.0-SNAPSHOT</version>
  179. <scope>compile</scope>
  180. </dependency>
  181. <dependency>
  182. <groupId>io.seata</groupId>
  183. <artifactId>seata-spring-boot-starter</artifactId>
  184. </dependency>
  185. </dependencies>
  186. <build>
  187. <plugins>
  188. <plugin>
  189. <groupId>org.springframework.boot</groupId>
  190. <artifactId>spring-boot-maven-plugin</artifactId>
  191. <executions>
  192. <execution>
  193. <id>repackage</id>
  194. <phase>none</phase>
  195. </execution>
  196. </executions>
  197. </plugin>
  198. <plugin>
  199. <groupId>org.apache.maven.plugins</groupId>
  200. <artifactId>maven-dependency-plugin</artifactId>
  201. <executions>
  202. <execution>
  203. <id>copy-dependencies</id>
  204. <phase>package</phase>
  205. <goals>
  206. <goal>copy-dependencies</goal>
  207. </goals>
  208. <configuration>
  209. <outputDirectory>${project.build.directory}/lib</outputDirectory>
  210. <overWriteReleases>false</overWriteReleases>
  211. <overWriteSnapshots>false</overWriteSnapshots>
  212. <overWriteIfNewer>true</overWriteIfNewer>
  213. </configuration>
  214. </execution>
  215. </executions>
  216. </plugin>
  217. <plugin>
  218. <groupId>org.apache.maven.plugins</groupId>
  219. <artifactId>maven-jar-plugin</artifactId>
  220. <configuration>
  221. <archive>
  222. <manifest>
  223. <addClasspath>true</addClasspath>
  224. <classpathPrefix>lib/</classpathPrefix>
  225. <mainClass>com.jzg.quotation.summary.SummaryQuotationApplication</mainClass> <!-- 替换为你的主类 -->
  226. <useUniqueVersions>false</useUniqueVersions>
  227. </manifest>
  228. <manifestEntries>
  229. <Class-Path>config/</Class-Path>
  230. </manifestEntries>
  231. </archive>
  232. <outputDirectory>${project.parent.basedir}/../../target</outputDirectory>
  233. </configuration>
  234. </plugin>
  235. <plugin>
  236. <groupId>org.apache.maven.plugins</groupId>
  237. <artifactId>maven-resources-plugin</artifactId>
  238. <version>3.1.0</version>
  239. </plugin>
  240. </plugins>
  241. </build>
  242. </project>