支持 profile 可不选择 namespace

This commit is contained in:
chenbowen
2025-07-07 11:38:44 +08:00
parent b91fdfeb69
commit 5e15ab5fae

View File

@@ -212,18 +212,21 @@
<id>env-dev</id> <id>env-dev</id>
<properties> <properties>
<env.name>dev</env.name> <env.name>dev</env.name>
<namespace.name>dev</namespace.name>
</properties> </properties>
</profile> </profile>
<profile> <profile>
<id>env-prod</id> <id>env-prod</id>
<properties> <properties>
<env.name>prod</env.name> <env.name>prod</env.name>
<namespace.name>prod</namespace.name>
</properties> </properties>
</profile> </profile>
<profile> <profile>
<id>env-local</id> <id>env-local</id>
<properties> <properties>
<env.name>local</env.name> <env.name>local</env.name>
<namespace.name>local</namespace.name>
</properties> </properties>
</profile> </profile>
<profile> <profile>