feat: add simple API tests

This commit is contained in:
이상진 2025-07-10 12:18:50 +09:00
parent 5b36c46a2c
commit 9aea1a398a
4 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,7 @@
POST http://localhost:8080/demo
Content-Type: application/json
{
"name": "hello kotlin",
"age": 20
}

View File

@ -0,0 +1,2 @@
GET http://localhost:8080/dataSource
Content-Type: application/json

View File

@ -0,0 +1,2 @@
GET http://localhost:8080/demo
Content-Type: application/json

View File

@ -0,0 +1,2 @@
GET http://localhost:8080/demo/1
Content-Type: application/json