pom.xml 19 KB

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