fix: disable auto namespace prefix in PodScaffolder

This commit is contained in:
jade
2026-07-21 14:24:49 +09:00
parent beed6e7001
commit 7660db3c38

View File

@@ -135,12 +135,12 @@ public class PodScaffolder {
# Suppress Kafka Connection Logs # Suppress Kafka Connection Logs
logging.level.org.apache.kafka=ERROR logging.level.org.apache.kafka=ERROR
# Auto Prefix Namespace # Auto Prefix Namespace (Disabled by default)
mcp.namespace=%s mcp.namespace=
# API 보안 키 설정 # API 보안 키 설정
mcp.security.tenant-domains.TESTER-DEV=ALL mcp.security.tenant-domains.TESTER-DEV=ALL
""".formatted(portStr, moduleName, shortName); """.formatted(portStr, moduleName);
Files.writeString(resPath.resolve("application.properties"), applicationProperties); Files.writeString(resPath.resolve("application.properties"), applicationProperties);
String applicationLocalProperties = """ String applicationLocalProperties = """