TA 역할 Spring 경계 smoke #5

Open
forge-bot wants to merge 8 commits from forge/role-ta-live-v2-001-attempt-1-run-d1ca4511d09d into main
Showing only changes of commit 31b1dad126 - Show all commits

View file

@ -0,0 +1,8 @@
package com.runtimematrix.dto;
public record ErrorResponse(
String code,
String message,
String timestamp,
String path
) {}