pom.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>org.jeecgframework.boot</groupId>
  4. <artifactId>jeecg-boot-parent</artifactId>
  5. <version>3.7.0</version>
  6. <packaging>pom</packaging>
  7. <name>JEECG BOOT ${project.version}</name>
  8. <developers>
  9. <developer>
  10. <name>北京国炬信息技术有限公司</name>
  11. <email>jeecgos@163.com</email>
  12. <url>http://www.guojusoft.com</url>
  13. </developer>
  14. </developers>
  15. <scm>
  16. <connection>http://www.jeecg.com</connection>
  17. <developerConnection>http://guojusoft.com</developerConnection>
  18. <url>http://www.jeecg.com/vip</url>
  19. </scm>
  20. <parent>
  21. <groupId>org.springframework.boot</groupId>
  22. <artifactId>spring-boot-starter-parent</artifactId>
  23. <version>3.1.5</version>
  24. <relativePath/>
  25. </parent>
  26. <properties>
  27. <jeecgboot.version>3.7.0</jeecgboot.version>
  28. <java.version>17</java.version>
  29. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  30. <!-- 微服务 -->
  31. <spring-cloud.version>2022.0.4</spring-cloud.version>
  32. <spring-cloud-alibaba.version>2022.0.0.0</spring-cloud-alibaba.version>
  33. <alibaba.nacos.version>2.0.4</alibaba.nacos.version>
  34. <seata.version>1.5.2</seata.version>
  35. <xxl-job-core.version>2.3.1</xxl-job-core.version>
  36. <fastjson.version>2.0.43</fastjson.version>
  37. <aviator.version>5.2.6</aviator.version>
  38. <pegdown.version>1.6.0</pegdown.version>
  39. <knife4j-spring-boot-starter.version>4.4.0</knife4j-spring-boot-starter.version>
  40. <!-- 数据库驱动 -->
  41. <postgresql.version>42.2.25</postgresql.version>
  42. <ojdbc6.version>11.2.0.3</ojdbc6.version>
  43. <sqljdbc4.version>4.0</sqljdbc4.version>
  44. <mysql-connector-java.version>8.0.27</mysql-connector-java.version>
  45. <hutool.version>5.8.25</hutool.version>
  46. <!-- 国产数据库驱动 -->
  47. <kingbase8.version>9.0.0</kingbase8.version>
  48. <dm8.version>8.1.1.49</dm8.version>
  49. <!-- 持久层 -->
  50. <mybatis-plus.version>3.5.3.2</mybatis-plus.version>
  51. <dynamic-datasource-spring-boot-starter.version>4.1.3</dynamic-datasource-spring-boot-starter.version>
  52. <druid.version>1.2.22</druid.version>
  53. <!-- 积木报表-->
  54. <jimureport-spring-boot-starter.version>1.7.8</jimureport-spring-boot-starter.version>
  55. <commons-io.version>2.11.0</commons-io.version>
  56. <commons.version>2.6</commons.version>
  57. <aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version>
  58. <aliyun.oss.version>3.17.3</aliyun.oss.version>
  59. <java-jwt.version>3.11.0</java-jwt.version>
  60. <codegenerate.version>1.4.7</codegenerate.version>
  61. <autopoi-web.version>1.4.7</autopoi-web.version>
  62. <minio.version>8.5.7</minio.version>
  63. <justauth-spring-boot-starter.version>1.4.0</justauth-spring-boot-starter.version>
  64. <justauth.version>1.16.6</justauth.version>
  65. <dom4j.version>1.6.1</dom4j.version>
  66. <qiniu-java-sdk.version>7.4.0</qiniu-java-sdk.version>
  67. <jedis.version>3.8.0</jedis.version>
  68. <!-- Log4j2爆雷漏洞 -->
  69. <!-- spring boot 3 不支持下列两个版本-->
  70. <!--<log4j2.version>2.17.0</log4j2.version>
  71. <logback.version>1.2.9</logback.version>-->
  72. </properties>
  73. <modules>
  74. <module>jeecg-boot-base-core</module>
  75. <module>jeecg-module-demo</module>
  76. <module>jeecg-module-system</module>
  77. </modules>
  78. <repositories>
  79. <repository>
  80. <id>aliyun</id>
  81. <name>aliyun Repository</name>
  82. <url>https://maven.aliyun.com/repository/public</url>
  83. <snapshots>
  84. <enabled>false</enabled>
  85. </snapshots>
  86. </repository>
  87. <repository>
  88. <id>jeecg</id>
  89. <name>jeecg Repository</name>
  90. <url>https://maven.jeecg.org/nexus/content/repositories/jeecg</url>
  91. <snapshots>
  92. <enabled>false</enabled>
  93. </snapshots>
  94. </repository>
  95. <repository>
  96. <id>jeecg-snapshots</id>
  97. <name>jeecg-snapshots Repository</name>
  98. <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  99. <releases>
  100. <enabled>false</enabled>
  101. </releases>
  102. <snapshots>
  103. <enabled>true</enabled>
  104. </snapshots>
  105. </repository>
  106. </repositories>
  107. <dependencies>
  108. <dependency>
  109. <groupId>org.springframework.boot</groupId>
  110. <artifactId>spring-boot-starter-test</artifactId>
  111. <scope>test</scope>
  112. </dependency>
  113. <dependency>
  114. <groupId>junit</groupId>
  115. <artifactId>junit</artifactId>
  116. <scope>test</scope>
  117. </dependency>
  118. <!-- Lombok -->
  119. <dependency>
  120. <groupId>org.projectlombok</groupId>
  121. <artifactId>lombok</artifactId>
  122. </dependency>
  123. <!-- json -->
  124. <dependency>
  125. <groupId>com.alibaba</groupId>
  126. <artifactId>fastjson</artifactId>
  127. <version>${fastjson.version}</version>
  128. </dependency>
  129. <!-- markdown -->
  130. <dependency>
  131. <groupId>org.pegdown</groupId>
  132. <artifactId>pegdown</artifactId>
  133. <version>${pegdown.version}</version>
  134. <exclusions>
  135. <exclusion>
  136. <artifactId>asm</artifactId>
  137. <groupId>org.ow2.asm</groupId>
  138. </exclusion>
  139. </exclusions>
  140. </dependency>
  141. </dependencies>
  142. <dependencyManagement>
  143. <dependencies>
  144. <!-- spring-cloud-->
  145. <dependency>
  146. <groupId>org.springframework.cloud</groupId>
  147. <artifactId>spring-cloud-dependencies</artifactId>
  148. <version>${spring-cloud.version}</version>
  149. <type>pom</type>
  150. <scope>import</scope>
  151. </dependency>
  152. <!-- spring-cloud-alibaba -->
  153. <dependency>
  154. <groupId>com.alibaba.cloud</groupId>
  155. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  156. <version>${spring-cloud-alibaba.version}</version>
  157. <type>pom</type>
  158. <scope>import</scope>
  159. </dependency>
  160. <dependency>
  161. <groupId>io.seata</groupId>
  162. <artifactId>seata-spring-boot-starter</artifactId>
  163. <version>${seata.version}</version>
  164. </dependency>
  165. <!-- system 模块-->
  166. <dependency>
  167. <groupId>org.jeecgframework.boot</groupId>
  168. <artifactId>jeecg-system-biz</artifactId>
  169. <version>${jeecgboot.version}</version>
  170. </dependency>
  171. <!-- jeecg tools -->
  172. <dependency>
  173. <groupId>org.jeecgframework.boot</groupId>
  174. <artifactId>jeecg-boot-common3</artifactId>
  175. <version>${jeecgboot.version}</version>
  176. </dependency>
  177. <!-- jeecg core -->
  178. <dependency>
  179. <groupId>org.jeecgframework.boot</groupId>
  180. <artifactId>jeecg-boot-base-core</artifactId>
  181. <version>${jeecgboot.version}</version>
  182. </dependency>
  183. <!-- system 单体 api -->
  184. <dependency>
  185. <groupId>org.jeecgframework.boot</groupId>
  186. <artifactId>jeecg-system-local-api</artifactId>
  187. <version>${jeecgboot.version}</version>
  188. </dependency>
  189. <!-- system 微服务 api -->
  190. <dependency>
  191. <groupId>org.jeecgframework.boot</groupId>
  192. <artifactId>jeecg-system-cloud-api</artifactId>
  193. <version>${jeecgboot.version}</version>
  194. </dependency>
  195. <!--微服务启动依赖-->
  196. <dependency>
  197. <groupId>org.jeecgframework.boot</groupId>
  198. <artifactId>jeecg-boot-starter3-cloud</artifactId>
  199. <version>${jeecgboot.version}</version>
  200. </dependency>
  201. <!--xxl-job定时任务-->
  202. <dependency>
  203. <groupId>org.jeecgframework.boot</groupId>
  204. <artifactId>jeecg-boot-starter3-job</artifactId>
  205. <version>${jeecgboot.version}</version>
  206. </dependency>
  207. <!--redis分布式锁-->
  208. <dependency>
  209. <groupId>org.jeecgframework.boot</groupId>
  210. <artifactId>jeecg-boot-starter3-lock</artifactId>
  211. <version>${jeecgboot.version}</version>
  212. </dependency>
  213. <!--rabbitmq消息队列-->
  214. <dependency>
  215. <groupId>org.jeecgframework.boot</groupId>
  216. <artifactId>jeecg-boot-starter3-rabbitmq</artifactId>
  217. <version>${jeecgboot.version}</version>
  218. </dependency>
  219. <!--rocketmq-->
  220. <dependency>
  221. <groupId>org.jeecgframework.boot</groupId>
  222. <artifactId>jeecg-boot-starter3-rocketmq</artifactId>
  223. <version>${jeecgboot.version}</version>
  224. </dependency>
  225. <!--分库分表shardingsphere-->
  226. <dependency>
  227. <groupId>org.jeecgframework.boot</groupId>
  228. <artifactId>jeecg-boot-starter3-shardingsphere</artifactId>
  229. <version>${jeecgboot.version}</version>
  230. </dependency>
  231. <dependency>
  232. <groupId>org.hibernate</groupId>
  233. <artifactId>hibernate-core</artifactId>
  234. <version>5.6.7.Final</version>
  235. <exclusions>
  236. <exclusion>
  237. <groupId>commons-collections</groupId>
  238. <artifactId>commons-collections</artifactId>
  239. </exclusion>
  240. </exclusions>
  241. </dependency>
  242. <dependency>
  243. <groupId>org.jeecgframework.boot3</groupId>
  244. <artifactId>hibernate-re</artifactId>
  245. <version>3.7.0</version>
  246. </dependency>
  247. <dependency>
  248. <groupId>org.glassfish.jaxb</groupId>
  249. <artifactId>jaxb-runtime</artifactId>
  250. <version>2.3.3</version>
  251. </dependency>
  252. <!--mongon db-->
  253. <dependency>
  254. <groupId>org.jeecgframework.boot</groupId>
  255. <artifactId>jeecg-boot-starter3-mongon</artifactId>
  256. <version>${jeecgboot.version}</version>
  257. </dependency>
  258. <!--人大金仓驱动 版本号V008R006C005B0013 -->
  259. <dependency>
  260. <groupId>org.jeecgframework</groupId>
  261. <artifactId>kingbase8</artifactId>
  262. <version>9.0.0</version>
  263. <scope>runtime</scope>
  264. </dependency>
  265. <!--达梦8数据库最新驱动 版本号1-3-26-2023.07.26-197096-20046-ENT -->
  266. <dependency>
  267. <groupId>com.dameng</groupId>
  268. <artifactId>Dm8JdbcDriver18</artifactId>
  269. <version>8.1.1.49</version>
  270. </dependency>
  271. <dependency>
  272. <groupId>com.dameng</groupId>
  273. <artifactId>DmDialect-for-hibernate5.0</artifactId>
  274. <version>8.1.1.49</version>
  275. </dependency>
  276. <!-- 七牛云SDK -->
  277. <dependency>
  278. <groupId>com.qiniu</groupId>
  279. <artifactId>qiniu-java-sdk</artifactId>
  280. <version>${qiniu-java-sdk.version}</version>
  281. <exclusions>
  282. <exclusion>
  283. <artifactId>okhttp</artifactId>
  284. <groupId>com.squareup.okhttp3</groupId>
  285. </exclusion>
  286. </exclusions>
  287. </dependency>
  288. <!-- dom4j -->
  289. <dependency>
  290. <groupId>dom4j</groupId>
  291. <artifactId>dom4j</artifactId>
  292. <version>${dom4j.version}</version>
  293. </dependency>
  294. <!-- fileupload -->
  295. <dependency>
  296. <groupId>commons-fileupload</groupId>
  297. <artifactId>commons-fileupload</artifactId>
  298. <version>1.5</version>
  299. <exclusions>
  300. <exclusion>
  301. <artifactId>commons-io</artifactId>
  302. <groupId>commons-io</groupId>
  303. </exclusion>
  304. </exclusions>
  305. </dependency>
  306. <!-- justauth第三方登录 -->
  307. <dependency>
  308. <groupId>com.xkcoding.justauth</groupId>
  309. <artifactId>justauth-spring-boot-starter</artifactId>
  310. <version>${justauth-spring-boot-starter.version}</version>
  311. <exclusions>
  312. <exclusion>
  313. <artifactId>hutool-core</artifactId>
  314. <groupId>cn.hutool</groupId>
  315. </exclusion>
  316. <exclusion>
  317. <artifactId>fastjson</artifactId>
  318. <groupId>com.alibaba</groupId>
  319. </exclusion>
  320. </exclusions>
  321. </dependency>
  322. <!-- 更新 justauth 修复github登录问题 -->
  323. <dependency>
  324. <groupId>me.zhyd.oauth</groupId>
  325. <artifactId>JustAuth</artifactId>
  326. <version>${justauth.version}</version>
  327. </dependency>
  328. <dependency>
  329. <groupId>com.squareup.okhttp3</groupId>
  330. <artifactId>okhttp</artifactId>
  331. <version>4.4.1</version>
  332. </dependency>
  333. <!-- hutool工具类-->
  334. <dependency>
  335. <groupId>cn.hutool</groupId>
  336. <artifactId>hutool-core</artifactId>
  337. <version>${hutool.version}</version>
  338. </dependency>
  339. <dependency>
  340. <groupId>cn.hutool</groupId>
  341. <artifactId>hutool-crypto</artifactId>
  342. <version>${hutool.version}</version>
  343. </dependency>
  344. <!--minio-->
  345. <dependency>
  346. <groupId>io.minio</groupId>
  347. <artifactId>minio</artifactId>
  348. <version>${minio.version}</version>
  349. <exclusions>
  350. <exclusion>
  351. <artifactId>okio</artifactId>
  352. <groupId>com.squareup.okio</groupId>
  353. </exclusion>
  354. <exclusion>
  355. <artifactId>okhttp</artifactId>
  356. <groupId>com.squareup.okhttp3</groupId>
  357. </exclusion>
  358. </exclusions>
  359. </dependency>
  360. <!-- 企业微信和钉钉 api -->
  361. <dependency>
  362. <groupId>org.jeecgframework</groupId>
  363. <artifactId>jeewx-api</artifactId>
  364. <version>1.5.2</version>
  365. <exclusions>
  366. <exclusion>
  367. <artifactId>commons-beanutils</artifactId>
  368. <groupId>commons-beanutils</groupId>
  369. </exclusion>
  370. <exclusion>
  371. <artifactId>commons-lang</artifactId>
  372. <groupId>commons-lang</groupId>
  373. </exclusion>
  374. <exclusion>
  375. <artifactId>commons-collections</artifactId>
  376. <groupId>commons-collections</groupId>
  377. </exclusion>
  378. <exclusion>
  379. <artifactId>commons-logging</artifactId>
  380. <groupId>commons-logging</groupId>
  381. </exclusion>
  382. <exclusion>
  383. <artifactId>commons-io</artifactId>
  384. <groupId>commons-io</groupId>
  385. </exclusion>
  386. </exclusions>
  387. </dependency>
  388. <!-- 积木报表-->
  389. <dependency>
  390. <groupId>org.jeecgframework.jimureport</groupId>
  391. <artifactId>jimureport-spring-boot3-starter-fastjson2</artifactId>
  392. <version>${jimureport-spring-boot-starter.version}</version>
  393. <exclusions>
  394. <exclusion>
  395. <artifactId>autopoi-web</artifactId>
  396. <groupId>org.jeecgframework</groupId>
  397. </exclusion>
  398. <exclusion>
  399. <artifactId>druid</artifactId>
  400. <groupId>com.alibaba</groupId>
  401. </exclusion>
  402. </exclusions>
  403. </dependency>
  404. <dependency>
  405. <groupId>org.jeecgframework.jimureport</groupId>
  406. <artifactId>jimureport-nosql-starter</artifactId>
  407. <version>1.6.0</version>
  408. </dependency>
  409. <!-- chatgpt -->
  410. <dependency>
  411. <groupId>org.jeecgframework.boot</groupId>
  412. <artifactId>jeecg-boot-starter3-chatgpt</artifactId>
  413. <version>${jeecgboot.version}</version>
  414. </dependency>
  415. <!--flyway 支持 mysql5.7+、MariaDB10.3.16-->
  416. <!--mysql5.6,需要把版本号改成5.2.1-->
  417. <dependency>
  418. <groupId>org.flywaydb</groupId>
  419. <artifactId>flyway-core</artifactId>
  420. <version>7.15.0</version>
  421. </dependency>
  422. </dependencies>
  423. </dependencyManagement>
  424. <build>
  425. <plugins>
  426. <!-- 指定JDK编译版本 -->
  427. <plugin>
  428. <groupId>org.apache.maven.plugins</groupId>
  429. <artifactId>maven-compiler-plugin</artifactId>
  430. <configuration>
  431. <source>${java.version}</source>
  432. <target>${java.version}</target>
  433. <encoding>UTF-8</encoding>
  434. </configuration>
  435. </plugin>
  436. <!-- 打包跳过测试 -->
  437. <plugin>
  438. <groupId>org.apache.maven.plugins</groupId>
  439. <artifactId>maven-surefire-plugin</artifactId>
  440. <configuration>
  441. <skipTests>true</skipTests>
  442. </configuration>
  443. </plugin>
  444. <!-- 避免font文件的二进制文件格式压缩破坏 -->
  445. <plugin>
  446. <groupId>org.apache.maven.plugins</groupId>
  447. <artifactId>maven-resources-plugin</artifactId>
  448. <version>3.1.0</version>
  449. <configuration>
  450. <nonFilteredFileExtensions>
  451. <nonFilteredFileExtension>woff</nonFilteredFileExtension>
  452. <nonFilteredFileExtension>woff2</nonFilteredFileExtension>
  453. <nonFilteredFileExtension>eot</nonFilteredFileExtension>
  454. <nonFilteredFileExtension>ttf</nonFilteredFileExtension>
  455. <nonFilteredFileExtension>svg</nonFilteredFileExtension>
  456. </nonFilteredFileExtensions>
  457. </configuration>
  458. </plugin>
  459. </plugins>
  460. <resources>
  461. <resource>
  462. <directory>src/main/resources</directory>
  463. <filtering>true</filtering>
  464. </resource>
  465. <resource>
  466. <directory>src/main/java</directory>
  467. <includes>
  468. <include>**/*.xml</include>
  469. <include>**/*.json</include>
  470. <include>**/*.ftl</include>
  471. </includes>
  472. </resource>
  473. </resources>
  474. </build>
  475. <distributionManagement>
  476. <repository>
  477. <id>jeecg</id>
  478. <name>jeecg Repository</name>
  479. <url>http://maven.jeecg.com:8090/nexus/content/repositories/jeecg</url>
  480. </repository>
  481. <snapshotRepository>
  482. <id>jeecg-snapshots</id>
  483. <name>jeecg Snapshot Repository</name>
  484. <url>http://maven.jeecg.com:8090/nexus/content/repositories/snapshots/</url>
  485. </snapshotRepository>
  486. </distributionManagement>
  487. <!-- 环境 -->
  488. <profiles>
  489. <!-- 开发 -->
  490. <profile>
  491. <id>dev</id>
  492. <activation>
  493. <!--默认激活配置-->
  494. <activeByDefault>true</activeByDefault>
  495. </activation>
  496. <properties>
  497. <!--当前环境-->
  498. <profile.name>dev</profile.name>
  499. <!--Nacos服务地址-->
  500. <config.server-addr>jeecg-boot-nacos:8848</config.server-addr>
  501. <!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空-->
  502. <config.namespace>springboot3</config.namespace>
  503. <!--Nacos配置分组名称-->
  504. <config.group>DEFAULT_GROUP</config.group>
  505. <!--Nacos用户名-->
  506. <config.username></config.username>
  507. <!--Nacos密码-->
  508. <config.password></config.password>
  509. </properties>
  510. </profile>
  511. <!-- 测试Nacos开启鉴权、设置分组和命名空间
  512. <profile>
  513. <id>dev</id>
  514. <properties>
  515. <profile.name>dev</profile.name>
  516. <config.server-addr>jeecg-boot-nacos:8848</config.server-addr>
  517. <config.namespace>ac14ab82-51f8-4f0c-aa5b-25fb8384bfb6</config.namespace>
  518. <config.group>JEECGDEV_GROUP</config.group>
  519. <config.username>nacos</config.username>
  520. <config.password>nacos</config.password>
  521. </properties>
  522. </profile> -->
  523. <!-- 测试 -->
  524. <profile>
  525. <id>test</id>
  526. <properties>
  527. <!--当前环境-->
  528. <profile.name>test</profile.name>
  529. <!--Nacos服务地址-->
  530. <config.server-addr>jeecg-boot-nacos:8848</config.server-addr>
  531. <!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空-->
  532. <config.namespace>springboot3</config.namespace>
  533. <!--Nacos配置分组名称-->
  534. <config.group>DEFAULT_GROUP</config.group>
  535. <!--Nacos用户名-->
  536. <config.username></config.username>
  537. <!--Nacos密码-->
  538. <config.password></config.password>
  539. </properties>
  540. </profile>
  541. <!-- 生产 -->
  542. <profile>
  543. <id>prod</id>
  544. <properties>
  545. <!--当前环境-->
  546. <profile.name>prod</profile.name>
  547. <!--Nacos服务地址-->
  548. <config.server-addr>jeecg-boot-nacos:8848</config.server-addr>
  549. <!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空-->
  550. <config.namespace>springboot3</config.namespace>
  551. <!--Nacos配置分组名称-->
  552. <config.group>DEFAULT_GROUP</config.group>
  553. <!--Nacos用户名-->
  554. <config.username></config.username>
  555. <!--Nacos密码-->
  556. <config.password></config.password>
  557. </properties>
  558. </profile>
  559. <!-- SpringCloud运行环境 -->
  560. <profile>
  561. <id>SpringCloud</id>
  562. <modules>
  563. <!-- 微服务模块 -->
  564. <module>jeecg-server-cloud</module>
  565. </modules>
  566. </profile>
  567. </profiles>
  568. </project>