jeecgboot功能测试仓库
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.

618 lines
20 KiB

1 month ago
1 month ago
  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.8.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>2.7.18</version>
  24. <relativePath/>
  25. </parent>
  26. <properties>
  27. <jeecgboot.version>3.8.0</jeecgboot.version>
  28. <!-- JDK版本支持17和1.8 -->
  29. <java.version>1.8</java.version>
  30. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  31. <!-- 微服务 -->
  32. <spring-cloud.version>2021.0.8</spring-cloud.version>
  33. <spring-cloud-alibaba.version>2021.0.6.2</spring-cloud-alibaba.version>
  34. <alibaba.nacos.version>2.0.4</alibaba.nacos.version>
  35. <seata.version>1.5.2</seata.version>
  36. <xxl-job-core.version>2.4.1</xxl-job-core.version>
  37. <fastjson.version>2.0.57</fastjson.version>
  38. <aviator.version>5.2.6</aviator.version>
  39. <pegdown.version>1.6.0</pegdown.version>
  40. <commonmark.version>0.17.0</commonmark.version>
  41. <knife4j-spring-boot-starter.version>4.4.0</knife4j-spring-boot-starter.version>
  42. <!-- 数据库驱动 -->
  43. <postgresql.version>42.2.25</postgresql.version>
  44. <ojdbc6.version>11.2.0.3</ojdbc6.version>
  45. <sqljdbc4.version>4.0</sqljdbc4.version>
  46. <mysql-connector-java.version>8.0.27</mysql-connector-java.version>
  47. <hutool.version>5.8.25</hutool.version>
  48. <!-- 国产数据库驱动 -->
  49. <kingbase8.version>9.0.0</kingbase8.version>
  50. <dm8.version>8.1.1.49</dm8.version>
  51. <!-- 积木报表-->
  52. <jimureport-spring-boot-starter.version>2.0.0</jimureport-spring-boot-starter.version>
  53. <minidao.version>1.10.10</minidao.version>
  54. <!-- 持久层 -->
  55. <mybatis-plus.version>3.5.3.2</mybatis-plus.version>
  56. <dynamic-datasource-spring-boot-starter.version>4.1.3</dynamic-datasource-spring-boot-starter.version>
  57. <druid.version>1.2.24</druid.version>
  58. <commons-io.version>2.11.0</commons-io.version>
  59. <commons.version>2.6</commons.version>
  60. <aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version>
  61. <aliyun.oss.version>3.11.2</aliyun.oss.version>
  62. <!-- shiro -->
  63. <shiro.version>1.13.0</shiro.version>
  64. <shiro-redis.version>3.2.3</shiro-redis.version>
  65. <java-jwt.version>4.5.0</java-jwt.version>
  66. <codegenerate.version>1.4.9</codegenerate.version>
  67. <autopoi-web.version>1.4.11</autopoi-web.version>
  68. <minio.version>8.0.3</minio.version>
  69. <justauth-spring-boot-starter.version>1.4.0</justauth-spring-boot-starter.version>
  70. <dom4j.version>1.6.1</dom4j.version>
  71. <qiniu-java-sdk.version>7.4.0</qiniu-java-sdk.version>
  72. <baidu-java-sdk.version>4.16.19</baidu-java-sdk.version>
  73. <!-- Log4j2爆雷漏洞 -->
  74. <log4j2.version>2.17.0</log4j2.version>
  75. <logback.version>1.2.13</logback.version>
  76. </properties>
  77. <modules>
  78. <module>jeecg-boot-base-core</module>
  79. <module>jeecg-module-system</module>
  80. <module>jeecg-boot-module</module>
  81. <module>jeecg-module-appdemo</module>
  82. <module>jeecg-module-app</module>
  83. </modules>
  84. <repositories>
  85. <repository>
  86. <id>aliyun</id>
  87. <name>aliyun Repository</name>
  88. <url>https://maven.aliyun.com/repository/public</url>
  89. <snapshots>
  90. <enabled>false</enabled>
  91. </snapshots>
  92. </repository>
  93. <repository>
  94. <id>jeecg</id>
  95. <name>jeecg Repository</name>
  96. <url>https://maven.jeecg.org/nexus/content/repositories/jeecg</url>
  97. <snapshots>
  98. <enabled>false</enabled>
  99. </snapshots>
  100. </repository>
  101. <repository>
  102. <id>jeecg-snapshots</id>
  103. <name>jeecg-snapshots Repository</name>
  104. <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  105. <releases>
  106. <enabled>false</enabled>
  107. </releases>
  108. <snapshots>
  109. <enabled>true</enabled>
  110. </snapshots>
  111. </repository>
  112. </repositories>
  113. <dependencies>
  114. <dependency>
  115. <groupId>org.springframework.boot</groupId>
  116. <artifactId>spring-boot-starter-test</artifactId>
  117. <scope>test</scope>
  118. </dependency>
  119. <!-- Lombok -->
  120. <dependency>
  121. <groupId>org.projectlombok</groupId>
  122. <artifactId>lombok</artifactId>
  123. </dependency>
  124. <!-- json -->
  125. <dependency>
  126. <groupId>com.alibaba</groupId>
  127. <artifactId>fastjson</artifactId>
  128. <version>${fastjson.version}</version>
  129. </dependency>
  130. <!-- markdown -->
  131. <!--<dependency>
  132. <groupId>org.pegdown</groupId>
  133. <artifactId>pegdown</artifactId>
  134. <version>${pegdown.version}</version>
  135. </dependency>-->
  136. <!--markdown 解析 https://github.com/commonmark/commonmark-java -->
  137. <dependency>
  138. <groupId>org.commonmark</groupId>
  139. <artifactId>commonmark</artifactId>
  140. <version>${commonmark.version}</version>
  141. </dependency>
  142. </dependencies>
  143. <dependencyManagement>
  144. <dependencies>
  145. <!-- spring-cloud-->
  146. <dependency>
  147. <groupId>org.springframework.cloud</groupId>
  148. <artifactId>spring-cloud-dependencies</artifactId>
  149. <version>${spring-cloud.version}</version>
  150. <type>pom</type>
  151. <scope>import</scope>
  152. </dependency>
  153. <!-- spring-cloud-alibaba -->
  154. <dependency>
  155. <groupId>com.alibaba.cloud</groupId>
  156. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  157. <version>${spring-cloud-alibaba.version}</version>
  158. <type>pom</type>
  159. <scope>import</scope>
  160. </dependency>
  161. <dependency>
  162. <groupId>io.seata</groupId>
  163. <artifactId>seata-spring-boot-starter</artifactId>
  164. <version>${seata.version}</version>
  165. </dependency>
  166. <!-- system 模块-->
  167. <dependency>
  168. <groupId>org.jeecgframework.boot</groupId>
  169. <artifactId>jeecg-system-biz</artifactId>
  170. <version>${jeecgboot.version}</version>
  171. </dependency>
  172. <!-- jeecg tools -->
  173. <dependency>
  174. <groupId>org.jeecgframework.boot</groupId>
  175. <artifactId>jeecg-boot-common</artifactId>
  176. <version>${jeecgboot.version}</version>
  177. </dependency>
  178. <!-- jeecg core -->
  179. <dependency>
  180. <groupId>org.jeecgframework.boot</groupId>
  181. <artifactId>jeecg-boot-base-core</artifactId>
  182. <version>${jeecgboot.version}</version>
  183. </dependency>
  184. <!-- system 单体 api -->
  185. <dependency>
  186. <groupId>org.jeecgframework.boot</groupId>
  187. <artifactId>jeecg-system-local-api</artifactId>
  188. <version>${jeecgboot.version}</version>
  189. </dependency>
  190. <!-- system 微服务 api -->
  191. <dependency>
  192. <groupId>org.jeecgframework.boot</groupId>
  193. <artifactId>jeecg-system-cloud-api</artifactId>
  194. <version>${jeecgboot.version}</version>
  195. </dependency>
  196. <!--微服务启动依赖-->
  197. <dependency>
  198. <groupId>org.jeecgframework.boot</groupId>
  199. <artifactId>jeecg-boot-starter-cloud</artifactId>
  200. <version>${jeecgboot.version}</version>
  201. </dependency>
  202. <!--xxl-job定时任务-->
  203. <dependency>
  204. <groupId>org.jeecgframework.boot</groupId>
  205. <artifactId>jeecg-boot-starter-job</artifactId>
  206. <version>${jeecgboot.version}</version>
  207. </dependency>
  208. <!--redis分布式锁-->
  209. <dependency>
  210. <groupId>org.jeecgframework.boot</groupId>
  211. <artifactId>jeecg-boot-starter-lock</artifactId>
  212. <version>${jeecgboot.version}</version>
  213. </dependency>
  214. <!--rabbitmq消息队列-->
  215. <dependency>
  216. <groupId>org.jeecgframework.boot</groupId>
  217. <artifactId>jeecg-boot-starter-rabbitmq</artifactId>
  218. <version>${jeecgboot.version}</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>org.jeecgframework.boot</groupId>
  222. <artifactId>jeecg-boot-starter-rocketmq</artifactId>
  223. <version>${jeecgboot.version}</version>
  224. </dependency>
  225. <!--分库分表shardingsphere-->
  226. <dependency>
  227. <groupId>org.jeecgframework.boot</groupId>
  228. <artifactId>jeecg-boot-starter-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.boot</groupId>
  244. <artifactId>hibernate-re</artifactId>
  245. <version>3.8.0.2</version>
  246. </dependency>
  247. <!--mongon db-->
  248. <dependency>
  249. <groupId>org.jeecgframework.boot</groupId>
  250. <artifactId>jeecg-boot-starter-mongon</artifactId>
  251. <version>${jeecgboot.version}</version>
  252. </dependency>
  253. <!-- 七牛云SDK -->
  254. <dependency>
  255. <groupId>com.qiniu</groupId>
  256. <artifactId>qiniu-java-sdk</artifactId>
  257. <version>${qiniu-java-sdk.version}</version>
  258. <exclusions>
  259. <exclusion>
  260. <artifactId>okhttp</artifactId>
  261. <groupId>com.squareup.okhttp3</groupId>
  262. </exclusion>
  263. </exclusions>
  264. </dependency>
  265. <!-- 百度SDK (OCR) -->
  266. <dependency>
  267. <groupId>com.baidu.aip</groupId>
  268. <artifactId>java-sdk</artifactId>
  269. <version>${baidu-java-sdk.version}</version>
  270. <exclusions>
  271. <exclusion>
  272. <groupId>org.slf4j</groupId>
  273. <artifactId>slf4j-simple</artifactId>
  274. </exclusion>
  275. </exclusions>
  276. </dependency>
  277. <!-- dom4j -->
  278. <dependency>
  279. <groupId>dom4j</groupId>
  280. <artifactId>dom4j</artifactId>
  281. <version>${dom4j.version}</version>
  282. </dependency>
  283. <!-- fileupload -->
  284. <dependency>
  285. <groupId>commons-fileupload</groupId>
  286. <artifactId>commons-fileupload</artifactId>
  287. <version>1.5</version>
  288. <exclusions>
  289. <exclusion>
  290. <artifactId>commons-io</artifactId>
  291. <groupId>commons-io</groupId>
  292. </exclusion>
  293. </exclusions>
  294. </dependency>
  295. <!-- justauth第三方登录 -->
  296. <dependency>
  297. <groupId>com.xkcoding.justauth</groupId>
  298. <artifactId>justauth-spring-boot-starter</artifactId>
  299. <version>${justauth-spring-boot-starter.version}</version>
  300. <exclusions>
  301. <exclusion>
  302. <artifactId>hutool-core</artifactId>
  303. <groupId>cn.hutool</groupId>
  304. </exclusion>
  305. <exclusion>
  306. <artifactId>fastjson</artifactId>
  307. <groupId>com.alibaba</groupId>
  308. </exclusion>
  309. </exclusions>
  310. </dependency>
  311. <dependency>
  312. <groupId>com.squareup.okhttp3</groupId>
  313. <artifactId>okhttp</artifactId>
  314. <version>4.4.1</version>
  315. </dependency>
  316. <!-- hutool工具类-->
  317. <dependency>
  318. <groupId>cn.hutool</groupId>
  319. <artifactId>hutool-core</artifactId>
  320. <version>${hutool.version}</version>
  321. </dependency>
  322. <dependency>
  323. <groupId>cn.hutool</groupId>
  324. <artifactId>hutool-crypto</artifactId>
  325. <version>${hutool.version}</version>
  326. </dependency>
  327. <!--minio-->
  328. <dependency>
  329. <groupId>io.minio</groupId>
  330. <artifactId>minio</artifactId>
  331. <version>${minio.version}</version>
  332. <exclusions>
  333. <exclusion>
  334. <artifactId>okio</artifactId>
  335. <groupId>com.squareup.okio</groupId>
  336. </exclusion>
  337. <exclusion>
  338. <artifactId>okhttp</artifactId>
  339. <groupId>com.squareup.okhttp3</groupId>
  340. </exclusion>
  341. </exclusions>
  342. </dependency>
  343. <!-- 企业微信和钉钉 api -->
  344. <dependency>
  345. <groupId>org.jeecgframework</groupId>
  346. <artifactId>weixin4j</artifactId>
  347. <version>2.0.4</version>
  348. <exclusions>
  349. <exclusion>
  350. <artifactId>commons-beanutils</artifactId>
  351. <groupId>commons-beanutils</groupId>
  352. </exclusion>
  353. <exclusion>
  354. <artifactId>commons-lang</artifactId>
  355. <groupId>commons-lang</groupId>
  356. </exclusion>
  357. <exclusion>
  358. <artifactId>commons-collections</artifactId>
  359. <groupId>commons-collections</groupId>
  360. </exclusion>
  361. <exclusion>
  362. <artifactId>commons-logging</artifactId>
  363. <groupId>commons-logging</groupId>
  364. </exclusion>
  365. <exclusion>
  366. <artifactId>commons-io</artifactId>
  367. <groupId>commons-io</groupId>
  368. </exclusion>
  369. </exclusions>
  370. </dependency>
  371. <!-- minidao -->
  372. <dependency>
  373. <groupId>org.jeecgframework</groupId>
  374. <artifactId>minidao-spring-boot-starter</artifactId>
  375. <version>${minidao.version}</version>
  376. <exclusions>
  377. <exclusion>
  378. <artifactId>druid</artifactId>
  379. <groupId>com.alibaba</groupId>
  380. </exclusion>
  381. <exclusion>
  382. <artifactId>jsqlparser</artifactId>
  383. <groupId>com.github.jsqlparser</groupId>
  384. </exclusion>
  385. </exclusions>
  386. </dependency>
  387. <!-- 积木报表-->
  388. <dependency>
  389. <groupId>org.jeecgframework.jimureport</groupId>
  390. <artifactId>jimureport-spring-boot-starter</artifactId>
  391. <version>${jimureport-spring-boot-starter.version}</version>
  392. <exclusions>
  393. <exclusion>
  394. <groupId>com.alibaba</groupId>
  395. <artifactId>fastjson</artifactId>
  396. </exclusion>
  397. <exclusion>
  398. <artifactId>commons-lang</artifactId>
  399. <groupId>commons-lang</groupId>
  400. </exclusion>
  401. <exclusion>
  402. <artifactId>checker-qual</artifactId>
  403. <groupId>org.checkerframework</groupId>
  404. </exclusion>
  405. <exclusion>
  406. <artifactId>autopoi-web</artifactId>
  407. <groupId>org.jeecgframework</groupId>
  408. </exclusion>
  409. <exclusion>
  410. <artifactId>druid</artifactId>
  411. <groupId>com.alibaba</groupId>
  412. </exclusion>
  413. <exclusion>
  414. <artifactId>jsqlparser</artifactId>
  415. <groupId>com.github.jsqlparser</groupId>
  416. </exclusion>
  417. </exclusions>
  418. </dependency>
  419. <dependency>
  420. <groupId>org.jeecgframework.jimureport</groupId>
  421. <artifactId>jimureport-nosql-starter</artifactId>
  422. <version>1.9.5.2</version>
  423. <exclusions>
  424. <exclusion>
  425. <groupId>org.apache.calcite</groupId>
  426. <artifactId>calcite-elasticsearch</artifactId>
  427. </exclusion>
  428. </exclusions>
  429. </dependency>
  430. <!-- 积木BI大屏和仪表盘 -->
  431. <dependency>
  432. <groupId>org.jeecgframework.jimureport</groupId>
  433. <artifactId>jimubi-spring-boot-starter</artifactId>
  434. <version>1.9.5</version>
  435. </dependency>
  436. <!-- AI集成 -->
  437. <dependency>
  438. <groupId>org.jeecgframework.boot</groupId>
  439. <artifactId>jeecg-boot-starter-chatgpt</artifactId>
  440. <version>3.8.0.2</version>
  441. </dependency>
  442. <!--flyway 支持 mysql5.7+、MariaDB10.3.16-->
  443. <!--mysql5.6,需要把版本号改成5.2.1-->
  444. <dependency>
  445. <groupId>org.flywaydb</groupId>
  446. <artifactId>flyway-core</artifactId>
  447. <version>7.15.0</version>
  448. </dependency>
  449. </dependencies>
  450. </dependencyManagement>
  451. <build>
  452. <plugins>
  453. <!-- 指定JDK编译版本 -->
  454. <plugin>
  455. <groupId>org.apache.maven.plugins</groupId>
  456. <artifactId>maven-compiler-plugin</artifactId>
  457. <configuration>
  458. <source>${java.version}</source>
  459. <target>${java.version}</target>
  460. <encoding>UTF-8</encoding>
  461. </configuration>
  462. </plugin>
  463. <!-- 打包跳过测试 -->
  464. <plugin>
  465. <groupId>org.apache.maven.plugins</groupId>
  466. <artifactId>maven-surefire-plugin</artifactId>
  467. <configuration>
  468. <skipTests>true</skipTests>
  469. </configuration>
  470. </plugin>
  471. <!-- 避免font文件的二进制文件格式压缩破坏 -->
  472. <plugin>
  473. <groupId>org.apache.maven.plugins</groupId>
  474. <artifactId>maven-resources-plugin</artifactId>
  475. <version>3.1.0</version>
  476. <configuration>
  477. <nonFilteredFileExtensions>
  478. <nonFilteredFileExtension>woff</nonFilteredFileExtension>
  479. <nonFilteredFileExtension>woff2</nonFilteredFileExtension>
  480. <nonFilteredFileExtension>eot</nonFilteredFileExtension>
  481. <nonFilteredFileExtension>ttf</nonFilteredFileExtension>
  482. <nonFilteredFileExtension>svg</nonFilteredFileExtension>
  483. <nonFilteredFileExtension>glb</nonFilteredFileExtension>
  484. <nonFilteredFileExtension>wasm</nonFilteredFileExtension>
  485. <nonFilteredFileExtension>ico</nonFilteredFileExtension>
  486. </nonFilteredFileExtensions>
  487. </configuration>
  488. </plugin>
  489. </plugins>
  490. <resources>
  491. <resource>
  492. <directory>src/main/resources</directory>
  493. <filtering>true</filtering>
  494. </resource>
  495. <resource>
  496. <directory>src/main/java</directory>
  497. <includes>
  498. <include>**/*.xml</include>
  499. <include>**/*.json</include>
  500. <include>**/*.ftl</include>
  501. </includes>
  502. </resource>
  503. </resources>
  504. </build>
  505. <distributionManagement>
  506. <repository>
  507. <id>jeecg</id>
  508. <name>jeecg Repository</name>
  509. <url>http://maven.jeecg.com:8090/nexus/content/repositories/jeecg</url>
  510. </repository>
  511. <snapshotRepository>
  512. <id>jeecg-snapshots</id>
  513. <name>jeecg Snapshot Repository</name>
  514. <url>http://maven.jeecg.com:8090/nexus/content/repositories/snapshots/</url>
  515. </snapshotRepository>
  516. </distributionManagement>
  517. <!-- 环境 -->
  518. <profiles>
  519. <!-- 开发 -->
  520. <profile>
  521. <id>dev</id>
  522. <activation>
  523. <!--默认激活配置-->
  524. <activeByDefault>true</activeByDefault>
  525. </activation>
  526. <properties>
  527. <!--当前环境-->
  528. <profile.name>dev</profile.name>
  529. <!--Nacos服务地址-->
  530. <config.server-addr>jeecg-boot-nacos:8848</config.server-addr>
  531. <!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空-->
  532. <config.namespace></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. <!-- 测试Nacos开启鉴权、设置分组和命名空间
  542. <profile>
  543. <id>dev</id>
  544. <properties>
  545. <profile.name>dev</profile.name>
  546. <config.server-addr>jeecg-boot-nacos:8848</config.server-addr>
  547. <config.namespace>ac14ab82-51f8-4f0c-aa5b-25fb8384bfb6</config.namespace>
  548. <config.group>JEECGDEV_GROUP</config.group>
  549. <config.username>nacos</config.username>
  550. <config.password>nacos</config.password>
  551. </properties>
  552. </profile> -->
  553. <!-- 测试 -->
  554. <profile>
  555. <id>test</id>
  556. <properties>
  557. <!--当前环境-->
  558. <profile.name>test</profile.name>
  559. <!--Nacos服务地址-->
  560. <config.server-addr>jeecg-boot-nacos:8848</config.server-addr>
  561. <!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空-->
  562. <config.namespace></config.namespace>
  563. <!--Nacos配置分组名称-->
  564. <config.group>DEFAULT_GROUP</config.group>
  565. <!--Nacos用户名-->
  566. <config.username></config.username>
  567. <!--Nacos密码-->
  568. <config.password></config.password>
  569. </properties>
  570. </profile>
  571. <!-- 生产 -->
  572. <profile>
  573. <id>prod</id>
  574. <properties>
  575. <!--当前环境-->
  576. <profile.name>prod</profile.name>
  577. <!--Nacos服务地址-->
  578. <config.server-addr>jeecg-boot-nacos:8848</config.server-addr>
  579. <!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空-->
  580. <config.namespace></config.namespace>
  581. <!--Nacos配置分组名称-->
  582. <config.group>DEFAULT_GROUP</config.group>
  583. <!--Nacos用户名-->
  584. <config.username></config.username>
  585. <!--Nacos密码-->
  586. <config.password></config.password>
  587. </properties>
  588. </profile>
  589. <!-- SpringCloud运行环境 -->
  590. <profile>
  591. <id>SpringCloud</id>
  592. <modules>
  593. <!-- 微服务模块 -->
  594. <module>jeecg-server-cloud</module>
  595. </modules>
  596. </profile>
  597. </profiles>
  598. </project>