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'