feat: do my test

This commit is contained in:
Tim
2025-06-30 20:19:28 +08:00
parent 219d2aea7a
commit 8a7b0bde07
3 changed files with 13 additions and 10 deletions

View File

@@ -5,8 +5,9 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.Map;
/*
curl http://localhost:8080/api/admin/hello \
-H "Authorization: Bearer <token>"
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0X3VzZXIxIiwiaWF0IjoxNzUxMjg0OTU2LCJleHAiOjE3NTEzNzEzNTZ9.u84elcDTK2gIvuS4dKJCdE21pRSgY265fvdm9m9DnCQ"
*/
/**