uat环境调整

This commit is contained in:
1378012178@qq.com 2025-04-07 15:43:39 +08:00
parent 15687cad80
commit 00b2d9aaaa
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@
</activation> </activation>
<properties> <properties>
<!--当前环境--> <!--当前环境-->
<profile.name>dev</profile.name> <profile.name>uat</profile.name>
<!--Nacos服务地址--> <!--Nacos服务地址-->
<config.server-addr>jeecg-boot-nacos:8848</config.server-addr> <config.server-addr>jeecg-boot-nacos:8848</config.server-addr>
<!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID不能使用名称,默认为空--> <!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID不能使用名称,默认为空-->