pom.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  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.7.5</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.xjrsoft</groupId>
  12. <artifactId>xjrsoft-boot</artifactId>
  13. <version>1.0.0-SNAPSHOT</version>
  14. <name>xjrsoft-boot</name>
  15. <description>xjrsoft-boot</description>
  16. <properties>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  19. <java.version>11</java.version>
  20. <commons.lang.version>2.6</commons.lang.version>
  21. <commons.fileupload.version>1.2.2</commons.fileupload.version>
  22. <commons.io.version>2.5</commons.io.version>
  23. <commons.codec.version>1.10</commons.codec.version>
  24. <commons.configuration.version>1.10</commons.configuration.version>
  25. <hutool.version>5.7.20</hutool.version>
  26. <satoken.version>1.35.0.RC</satoken.version>
  27. <lombok.version>1.18.4</lombok.version>
  28. <fastjson.version>1.2.83</fastjson.version>
  29. <joda.time.version>2.9.9</joda.time.version>
  30. <gson.version>2.8.5</gson.version>
  31. <mybatisplus.join.version>1.4.2.2</mybatisplus.join.version>
  32. <mybatisplus.version>3.5.1</mybatisplus.version>
  33. <mybatisplus.generator.version>3.5.2</mybatisplus.generator.version>
  34. <mybatisplus.dynamic.version>3.5.1</mybatisplus.dynamic.version>
  35. <druid.version>1.1.22</druid.version>
  36. <knife4j.version>2.0.7</knife4j.version>
  37. <freemarker.version>2.3.30</freemarker.version>
  38. <hibernatevalidator.version>6.0.13.Final</hibernatevalidator.version>
  39. <qiniu.version>7.2.23</qiniu.version>
  40. <aliyun.oss.version>2.8.3</aliyun.oss.version>
  41. <qcloud.cos.version>4.4</qcloud.cos.version>
  42. <huawei.obs.version>3.19.7</huawei.obs.version>
  43. <minio.oss.version>7.1.0</minio.oss.version>
  44. <jaxb.api.version>2.3.0</jaxb.api.version>
  45. <log4j.core.version>2.17.2</log4j.core.version>
  46. <screw.version>1.0.5</screw.version>
  47. <ureport.version>2.2.9</ureport.version>
  48. <camunda.version>7.18.0</camunda.version>
  49. <groovy.version>3.0.17</groovy.version>
  50. <javax.mail.version>1.6.2</javax.mail.version>
  51. <magic.api.version>2.1.1</magic.api.version>
  52. <keycloak.version>20.0.1</keycloak.version>
  53. <aliyun.core.version>4.5.1</aliyun.core.version>
  54. <tencentcloud.version>3.1.62</tencentcloud.version>
  55. <chatgpt.java.version>1.0.6</chatgpt.java.version>
  56. <okio.version>3.3.0</okio.version>
  57. <easyexcel.version>3.1.4</easyexcel.version>
  58. <poi.version>3.17</poi.version>
  59. <ooxml.schemas.version>1.3</ooxml.schemas.version>
  60. <javassist.version>3.29.2-GA</javassist.version>
  61. <microsoft.version>8.4.1.jre8</microsoft.version>
  62. <pinyin4j.version>2.5.1</pinyin4j.version>
  63. <sms4j.version>2.1.0</sms4j.version>
  64. <license.version>2.0</license.version>
  65. <easy.captcha.version>1.6.2</easy.captcha.version>
  66. <paho.mqttv5.version>1.2.5</paho.mqttv5.version>
  67. <liteflow.version>2.11.2</liteflow.version>
  68. </properties>
  69. <dependencies>
  70. <dependency>
  71. <groupId>org.springframework.boot</groupId>
  72. <artifactId>spring-boot-starter</artifactId>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.springframework.boot</groupId>
  76. <artifactId>spring-boot-starter-test</artifactId>
  77. <scope>test</scope>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.springframework.boot</groupId>
  81. <artifactId>spring-boot-starter-data-redis</artifactId>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.eclipse.paho</groupId>
  85. <artifactId>org.eclipse.paho.mqttv5.client</artifactId>
  86. <version>${paho.mqttv5.version}</version>
  87. </dependency>
  88. <!--规则引擎-->
  89. <dependency>
  90. <groupId>com.yomahub</groupId>
  91. <artifactId>liteflow-spring-boot-starter</artifactId>
  92. <version>${liteflow.version}</version>
  93. <exclusions>
  94. <exclusion>
  95. <groupId>cn.hutool</groupId>
  96. <artifactId>hutool-core</artifactId>
  97. </exclusion>
  98. </exclusions>
  99. </dependency>
  100. <!--Java图形验证码,支持gif、中文、算术等类型:https://gitee.com/ele-admin/EasyCaptcha-->
  101. <dependency>
  102. <groupId>com.github.whvcse</groupId>
  103. <artifactId>easy-captcha</artifactId>
  104. <version>${easy.captcha.version}</version>
  105. </dependency>
  106. <!--引入MySql依赖-->
  107. <dependency>
  108. <groupId>mysql</groupId>
  109. <artifactId>mysql-connector-java</artifactId>
  110. </dependency>
  111. <!--引入oracle依赖-->
  112. <dependency>
  113. <groupId>com.oracle</groupId>
  114. <artifactId>ojdbc7</artifactId>
  115. <version>12.1.0.1.0</version>
  116. <scope>system</scope>
  117. <systemPath>${project.basedir}/src/main/resources/lib/ojdbc7.jar</systemPath>
  118. </dependency>
  119. <!--引入sqlserver依赖-->
  120. <dependency>
  121. <groupId>com.microsoft.sqlserver</groupId>
  122. <artifactId>mssql-jdbc</artifactId>
  123. <version>${microsoft.version}</version>
  124. </dependency>
  125. <!--引入hutool依赖-->
  126. <dependency>
  127. <groupId>cn.hutool</groupId>
  128. <artifactId>hutool-all</artifactId>
  129. <version>${hutool.version}</version>
  130. </dependency>
  131. <!--引入hutool依赖 邮件依赖-->
  132. <dependency>
  133. <groupId>com.sun.mail</groupId>
  134. <artifactId>javax.mail</artifactId>
  135. <version>${javax.mail.version}</version>
  136. </dependency>
  137. <!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ -->
  138. <dependency>
  139. <groupId>cn.dev33</groupId>
  140. <artifactId>sa-token-spring-boot-starter</artifactId>
  141. <version>${satoken.version}</version>
  142. </dependency>
  143. <!-- Sa-Token 整合 Redis (使用jdk默认序列化方式) -->
  144. <!-- <dependency>-->
  145. <!-- <groupId>cn.dev33</groupId>-->
  146. <!-- <artifactId>sa-token-dao-redis</artifactId>-->
  147. <!-- <version>${satoken.version}</version>-->
  148. <!-- </dependency>-->
  149. <dependency>
  150. <groupId>cn.dev33</groupId>
  151. <artifactId>sa-token-redis</artifactId>
  152. <version>${satoken.version}</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>cn.dev33</groupId>
  156. <artifactId>sa-token-temp-jwt</artifactId>
  157. <version>${satoken.version}</version>
  158. </dependency>
  159. <!-- Sa-Token-OAuth2.0 模块 -->
  160. <dependency>
  161. <groupId>cn.dev33</groupId>
  162. <artifactId>sa-token-oauth2</artifactId>
  163. <version>${satoken.version}</version>
  164. </dependency>
  165. <!--引入Lombok依赖-->
  166. <dependency>
  167. <groupId>org.projectlombok</groupId>
  168. <artifactId>lombok</artifactId>
  169. <version>${lombok.version}</version>
  170. <optional>true</optional>
  171. </dependency>
  172. <!--引入mybatis-plus依赖-->
  173. <dependency>
  174. <groupId>com.baomidou</groupId>
  175. <artifactId>mybatis-plus-boot-starter</artifactId>
  176. <version>${mybatisplus.version}</version>
  177. </dependency>
  178. <dependency>
  179. <groupId>com.baomidou</groupId>
  180. <artifactId>mybatis-plus-generator</artifactId>
  181. <version>${mybatisplus.generator.version}</version>
  182. </dependency>
  183. <dependency>
  184. <groupId>com.github.xiaoymin</groupId>
  185. <artifactId>knife4j-spring-boot-starter</artifactId>
  186. <version>${knife4j.version}</version>
  187. </dependency>
  188. <!--引入fastjson依赖-->
  189. <dependency>
  190. <groupId>com.alibaba</groupId>
  191. <artifactId>fastjson</artifactId>
  192. <version>${fastjson.version}</version>
  193. </dependency>
  194. <dependency>
  195. <groupId>commons-lang</groupId>
  196. <artifactId>commons-lang</artifactId>
  197. <version>${commons.lang.version}</version>
  198. </dependency>
  199. <dependency>
  200. <groupId>commons-fileupload</groupId>
  201. <artifactId>commons-fileupload</artifactId>
  202. <version>${commons.fileupload.version}</version>
  203. </dependency>
  204. <dependency>
  205. <groupId>commons-io</groupId>
  206. <artifactId>commons-io</artifactId>
  207. <version>${commons.io.version}</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>commons-codec</groupId>
  211. <artifactId>commons-codec</artifactId>
  212. <version>${commons.codec.version}</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>commons-configuration</groupId>
  216. <artifactId>commons-configuration</artifactId>
  217. <version>${commons.configuration.version}</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>joda-time</groupId>
  221. <artifactId>joda-time</artifactId>
  222. <version>${joda.time.version}</version>
  223. </dependency>
  224. <dependency>
  225. <groupId>com.google.code.gson</groupId>
  226. <artifactId>gson</artifactId>
  227. <version>${gson.version}</version>
  228. </dependency>
  229. <dependency>
  230. <groupId>com.alibaba</groupId>
  231. <artifactId>druid-spring-boot-starter</artifactId>
  232. <version>${druid.version}</version>
  233. </dependency>
  234. <!--引入模板依赖-->
  235. <dependency>
  236. <groupId>org.freemarker</groupId>
  237. <artifactId>freemarker</artifactId>
  238. <version>${freemarker.version}</version>
  239. </dependency>
  240. <!--引入注解验证依赖-->
  241. <dependency>
  242. <groupId>org.hibernate.validator</groupId>
  243. <artifactId>hibernate-validator</artifactId>
  244. <version>${hibernatevalidator.version}</version>
  245. </dependency>
  246. <!-- 动态数据源 -->
  247. <dependency>
  248. <groupId>com.baomidou</groupId>
  249. <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
  250. <version>${mybatisplus.dynamic.version}</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>com.qiniu</groupId>
  254. <artifactId>qiniu-java-sdk</artifactId>
  255. <version>${qiniu.version}</version>
  256. </dependency>
  257. <dependency>
  258. <groupId>com.aliyun.oss</groupId>
  259. <artifactId>aliyun-sdk-oss</artifactId>
  260. <version>${aliyun.oss.version}</version>
  261. </dependency>
  262. <dependency>
  263. <groupId>com.huaweicloud</groupId>
  264. <artifactId>esdk-obs-java</artifactId>
  265. <version>${huawei.obs.version}</version>
  266. </dependency>
  267. <dependency>
  268. <groupId>com.qcloud</groupId>
  269. <artifactId>cos_api</artifactId>
  270. <version>${qcloud.cos.version}</version>
  271. <exclusions>
  272. <exclusion>
  273. <groupId>org.slf4j</groupId>
  274. <artifactId>slf4j-log4j12</artifactId>
  275. </exclusion>
  276. </exclusions>
  277. </dependency>
  278. <dependency>
  279. <groupId>io.minio</groupId>
  280. <artifactId>minio</artifactId>
  281. <version>${minio.oss.version}</version>
  282. </dependency>
  283. <dependency>
  284. <groupId>org.springframework.boot</groupId>
  285. <artifactId>spring-boot-configuration-processor</artifactId>
  286. <optional>true</optional>
  287. </dependency>
  288. <!--jdk8 可以不需要-->
  289. <dependency>
  290. <groupId>javax.xml.bind</groupId>
  291. <artifactId>jaxb-api</artifactId>
  292. <version>${jaxb.api.version}</version>
  293. </dependency>
  294. <dependency>
  295. <groupId>org.apache.logging.log4j</groupId>
  296. <artifactId>log4j-core</artifactId>
  297. <version>${log4j.core.version}</version>
  298. </dependency>
  299. <!-- mybatis-plus 多表关联 -->
  300. <dependency>
  301. <groupId>com.github.yulichang</groupId>
  302. <artifactId>mybatis-plus-join</artifactId>
  303. <version>${mybatisplus.join.version}</version>
  304. </dependency>
  305. <dependency>
  306. <groupId>cn.smallbun.screw</groupId>
  307. <artifactId>screw-core</artifactId>
  308. <version>${screw.version}</version>
  309. </dependency>
  310. <dependency>
  311. <groupId>com.syyai.spring.boot</groupId>
  312. <artifactId>ureport-spring-boot-starter</artifactId>
  313. <version>${ureport.version}</version>
  314. </dependency>
  315. <dependency>
  316. <groupId>org.camunda.bpm.springboot</groupId>
  317. <artifactId>camunda-bpm-spring-boot-starter</artifactId>
  318. <version>${camunda.version}</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>org.camunda.bpm.springboot</groupId>
  322. <artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>
  323. <version>${camunda.version}</version>
  324. </dependency>
  325. <dependency>
  326. <groupId>org.codehaus.groovy</groupId>
  327. <artifactId>groovy-all</artifactId>
  328. <version>${groovy.version}</version>
  329. <classifier>sources</classifier>
  330. <type>java-source</type>
  331. </dependency>
  332. <!-- 钉钉用到的jar包 -->
  333. <dependency>
  334. <groupId>taobao-sdk-java-auto</groupId>
  335. <artifactId>taobao-sdk-java-auto</artifactId>
  336. <version>1.0</version>
  337. <scope>system</scope>
  338. <systemPath>${project.basedir}/src/main/resources/lib/taobao-sdk-java-auto.jar</systemPath>
  339. </dependency>
  340. <dependency>
  341. <groupId>org.ssssssss</groupId>
  342. <artifactId>magic-api-spring-boot-starter</artifactId>
  343. <version>${magic.api.version}</version>
  344. </dependency>
  345. <!-- 腾讯云短信 -->
  346. <dependency>
  347. <groupId>com.tencentcloudapi</groupId>
  348. <artifactId>tencentcloud-sdk-java</artifactId>
  349. <version>${tencentcloud.version}</version>
  350. </dependency>
  351. <!-- 阿里云短信 -->
  352. <dependency>
  353. <groupId>com.aliyun</groupId>
  354. <artifactId>aliyun-java-sdk-core</artifactId>
  355. <version>${aliyun.core.version}</version>
  356. </dependency>
  357. <!-- keycloak -->
  358. <dependency>
  359. <groupId>org.keycloak</groupId>
  360. <artifactId>keycloak-authz-client</artifactId>
  361. <version>${keycloak.version}</version>
  362. </dependency>
  363. <dependency>
  364. <groupId>com.unfbx</groupId>
  365. <artifactId>chatgpt-java</artifactId>
  366. <version>${chatgpt.java.version}</version>
  367. </dependency>
  368. <dependency>
  369. <groupId>com.squareup.okio</groupId>
  370. <artifactId>okio</artifactId>
  371. <version>${okio.version}</version>
  372. </dependency>
  373. <!-- excel导入导出 -->
  374. <dependency>
  375. <groupId>com.alibaba</groupId>
  376. <artifactId>easyexcel</artifactId>
  377. <version>${easyexcel.version}</version>
  378. </dependency>
  379. <dependency>
  380. <groupId>org.apache.poi</groupId>
  381. <artifactId>poi</artifactId>
  382. <version>${poi.version}</version>
  383. <!-- <scope>provided</scope>-->
  384. </dependency>
  385. <dependency>
  386. <groupId>org.apache.poi</groupId>
  387. <artifactId>poi-ooxml</artifactId>
  388. <version>${poi.version}</version>
  389. <!-- <scope>provided</scope>-->
  390. </dependency>
  391. <dependency>
  392. <groupId>org.apache.poi</groupId>
  393. <artifactId>ooxml-schemas</artifactId>
  394. <version>${ooxml.schemas.version}</version>
  395. </dependency>
  396. <!--动态给类新增属性 的工具-->
  397. <dependency>
  398. <groupId>org.javassist</groupId>
  399. <artifactId>javassist</artifactId>
  400. <version>${javassist.version}</version>
  401. </dependency>
  402. <!-- 第三方拼音依赖包,配合 hutool-all 包中的 PinyinUtil 拼音工具使用 start -->
  403. <dependency>
  404. <groupId>com.belerweb</groupId>
  405. <artifactId>pinyin4j</artifactId>
  406. <version>${pinyin4j.version}</version>
  407. </dependency>
  408. <!-- 第三方拼音依赖包,配合 hutool-all 包中的 PinyinUtil 拼音工具使用 start -->
  409. <dependency>
  410. <groupId>org.dromara.sms4j</groupId>
  411. <artifactId>sms4j-spring-boot-starter</artifactId>
  412. <version>${sms4j.version}</version>
  413. </dependency>
  414. <dependency>
  415. <groupId>org.smartboot.license</groupId>
  416. <artifactId>license-client</artifactId>
  417. <version>${license.version}</version>
  418. </dependency>
  419. </dependencies>
  420. <build>
  421. <finalName>${project.artifactId}</finalName>
  422. <plugins>
  423. <!--解开以下注释可以指定jdk版本-->
  424. <!-- <plugin>-->
  425. <!-- <groupId>org.apache.maven.plugins</groupId>-->
  426. <!-- <artifactId>maven-compiler-plugin</artifactId>-->
  427. <!-- <version>3.8.1</version>-->
  428. <!-- <configuration>-->
  429. <!-- <source>1.8</source>-->
  430. <!-- <target>1.8</target>-->
  431. <!-- <encoding>${project.build.sourceEncoding}</encoding>-->
  432. <!-- </configuration>-->
  433. <!-- </plugin>-->
  434. <plugin>
  435. <groupId>org.springframework.boot</groupId>
  436. <artifactId>spring-boot-maven-plugin</artifactId>
  437. <configuration>
  438. <includeSystemScope>true</includeSystemScope>
  439. <excludes>
  440. <exclude>
  441. <groupId>org.projectlombok</groupId>
  442. <artifactId>lombok</artifactId>
  443. </exclude>
  444. </excludes>
  445. </configuration>
  446. </plugin>
  447. <plugin>
  448. <groupId>org.apache.maven.plugins</groupId>
  449. <artifactId>maven-surefire-plugin</artifactId>
  450. <configuration>
  451. <skip>true</skip>
  452. </configuration>
  453. </plugin>
  454. <plugin>
  455. <groupId>org.apache.maven.plugins</groupId>
  456. <artifactId>maven-compiler-plugin</artifactId>
  457. <configuration>
  458. <source>8</source>
  459. <target>8</target>
  460. </configuration>
  461. </plugin>
  462. <!--解开以下注释 打包时 会使用 maven插件 上传到docker-->
  463. <!-- &lt;!&ndash;使用docker-maven-plugin插件&ndash;&gt;-->
  464. <!-- <plugin>-->
  465. <!-- <groupId>com.spotify</groupId>-->
  466. <!-- <artifactId>docker-maven-plugin</artifactId>-->
  467. <!-- <version>1.2.2</version>-->
  468. <!-- &lt;!&ndash;将插件绑定在某个phase执行&ndash;&gt;-->
  469. <!-- <executions>-->
  470. <!-- <execution>-->
  471. <!-- <id>build-image</id>-->
  472. <!-- &lt;!&ndash;用户只需执行mvn package ,就会自动执行mvn docker:build&ndash;&gt;-->
  473. <!-- <phase>package</phase>-->
  474. <!-- <goals>-->
  475. <!-- <goal>build</goal>-->
  476. <!-- </goals>-->
  477. <!-- </execution>-->
  478. <!-- </executions>-->
  479. <!-- <configuration>-->
  480. <!-- &lt;!&ndash;指定生成的镜像名,这里是我们的作者名+项目名&ndash;&gt;-->
  481. <!-- <imageName>${project.artifactId}</imageName>-->
  482. <!-- &lt;!&ndash;指定标签 这里指定的是镜像的版本,我们默认版本是latest&ndash;&gt;-->
  483. <!-- <imageTags>-->
  484. <!-- <imageTag>latest</imageTag>-->
  485. <!-- </imageTags>-->
  486. <!-- &lt;!&ndash;指定基础镜像jdk11&ndash;&gt;-->
  487. <!-- <baseImage>openjdk:11-jre</baseImage>-->
  488. <!-- &lt;!&ndash;-->
  489. <!-- 镜像制作人本人信息&ndash;&gt;-->
  490. <!-- <maintainer>343894036@email.com</maintainer>-->
  491. <!-- &lt;!&ndash;切换到ROOT目录&ndash;&gt;-->
  492. <!-- <workdir>/ROOT</workdir>-->
  493. <!-- &lt;!&ndash;查看我们的java版本&ndash;&gt;-->
  494. <!-- <cmd>["java", "-version"]</cmd>-->
  495. <!-- &lt;!&ndash;${project.build.finalName}.jar是打包后生成的jar包的名字&ndash;&gt;-->
  496. <!-- <entryPoint>["java", "-jar", "/${project.build.finalName}.jar"]</entryPoint>-->
  497. <!-- &lt;!&ndash;指定远程 docker api地址&ndash;&gt;-->
  498. <!-- <dockerHost>http://47.106.153.7:2375</dockerHost>-->
  499. <!-- &lt;!&ndash; 这里是复制 jar 包到 docker 容器指定目录配置 &ndash;&gt;-->
  500. <!-- <resources>-->
  501. <!-- <resource>-->
  502. <!-- <targetPath>/</targetPath>-->
  503. <!-- &lt;!&ndash;jar 包所在的路径 此处配置的 即对应 target 目录&ndash;&gt;-->
  504. <!-- <directory>${project.build.directory}</directory>-->
  505. <!-- &lt;!&ndash;用于指定需要复制的文件 需要包含的 jar包 ,这里对应的是 Dockerfile中添加的文件名 &ndash;&gt;-->
  506. <!-- <include>${project.build.finalName}.jar</include>-->
  507. <!-- </resource>-->
  508. <!-- </resources>-->
  509. <!-- </configuration>-->
  510. <!-- </plugin>-->
  511. </plugins>
  512. </build>
  513. </project>