From 76ef17e21cf0550e89c96c5a88c83491a565d2cb Mon Sep 17 00:00:00 2001 From: jade Date: Mon, 13 Jul 2026 09:38:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20ToolScaffolder=20String.format=20?= =?UTF-8?q?=ED=8C=8C=EB=9D=BC=EB=AF=B8=ED=84=B0=20=EB=A7=A4=ED=95=91=20?= =?UTF-8?q?=EB=B6=88=EC=9D=BC=EC=B9=98(Format=20specifier=20'%s')=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../io/shinhanlife/axhub/common/util/ToolScaffolder.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/axhub-common/src/main/java/io/shinhanlife/axhub/common/util/ToolScaffolder.java b/axhub-common/src/main/java/io/shinhanlife/axhub/common/util/ToolScaffolder.java index 8589156..0501600 100644 --- a/axhub-common/src/main/java/io/shinhanlife/axhub/common/util/ToolScaffolder.java +++ b/axhub-common/src/main/java/io/shinhanlife/axhub/common/util/ToolScaffolder.java @@ -199,7 +199,11 @@ public class ToolScaffolder { } } """.formatted( - BASE_PACKAGE, BASE_PACKAGE, BASE_PACKAGE, BASE_PACKAGE, BASE_PACKAGE, + BASE_PACKAGE, + BASE_PACKAGE, + BASE_PACKAGE, + BASE_PACKAGE, baseName, + BASE_PACKAGE, baseName, BASE_PACKAGE, baseName, author, createDate, createDate, author, routingType, group.toLowerCase(), baseName, baseName, toolName, description, description + " 해줘.", interfaceId, register,