普兆健康管家后端代码仓库
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.

629 lines
20 KiB

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