feat: indent echo responses for readable evidence

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
DongHyeonka
2026-09-03 15:48:57 +09:00
co-authored by Claude Opus 5
parent 7737787937
commit b708c8d503
2 changed files with 6 additions and 0 deletions
@@ -9,6 +9,11 @@ server:
spring:
application:
name: keycloak-pattern-api
jackson:
serialization:
# /api/echo is read by humans and captured as evidence screenshots, so the
# response is indented rather than relying on a browser's JSON viewer.
indent-output: true
security:
oauth2:
resourceserver: