From 2cfba18bb69ab20bc77deb31efcb45eb1246a148 Mon Sep 17 00:00:00 2001 From: jade Date: Mon, 13 Jul 2026 14:08:34 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=9C=88=EB=8F=84=EC=9A=B0=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A1=A4=EB=B0=94=20=EC=83=9D=EC=84=B1=20?= =?UTF-8?q?=EC=97=AC=EB=B6=80=EC=97=90=20=EB=94=B0=EB=A5=B8=20=ED=97=A4?= =?UTF-8?q?=EB=8D=94=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=ED=8B=80?= =?UTF-8?q?=EC=96=B4=EC=A7=90=20=EB=B0=A9=EC=A7=80=EB=A5=BC=20=EC=9C=84?= =?UTF-8?q?=ED=95=B4=20=EB=AA=A8=EB=93=A0=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EC=97=90=20overflow-y:=20scroll=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- axhub-gateway/src/main/resources/static/admin/scaffold.html | 2 +- axhub-gateway/src/main/resources/static/catalog.html | 2 +- axhub-gateway/src/main/resources/static/playground.html | 2 +- build.gradle | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/axhub-gateway/src/main/resources/static/admin/scaffold.html b/axhub-gateway/src/main/resources/static/admin/scaffold.html index a3e3315..3af494d 100644 --- a/axhub-gateway/src/main/resources/static/admin/scaffold.html +++ b/axhub-gateway/src/main/resources/static/admin/scaffold.html @@ -364,7 +364,7 @@ } - +
diff --git a/axhub-gateway/src/main/resources/static/catalog.html b/axhub-gateway/src/main/resources/static/catalog.html index ed2e3a4..ef7bf36 100644 --- a/axhub-gateway/src/main/resources/static/catalog.html +++ b/axhub-gateway/src/main/resources/static/catalog.html @@ -55,7 +55,7 @@ .param-table tr:last-child td { border-bottom: none; } - +
diff --git a/axhub-gateway/src/main/resources/static/playground.html b/axhub-gateway/src/main/resources/static/playground.html index 43ca880..e3f9661 100644 --- a/axhub-gateway/src/main/resources/static/playground.html +++ b/axhub-gateway/src/main/resources/static/playground.html @@ -97,7 +97,7 @@ @keyframes spin { to { transform: rotate(360deg); } } - +
diff --git a/build.gradle b/build.gradle index 1c4b985..c2a28dd 100644 --- a/build.gradle +++ b/build.gradle @@ -30,6 +30,7 @@ subprojects { dependencies { compileOnly 'org.projectlombok:lombok:1.18.32' annotationProcessor 'org.projectlombok:lombok:1.18.32' + annotationProcessor 'org.projectlombok:lombok-mapstruct-binding:0.2.0' implementation 'org.mapstruct:mapstruct:1.5.5.Final' annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.5.Final' testImplementation 'org.springframework.boot:spring-boot-starter-test'