프로그래머스 스진초 과제를 진행하면서 작성한 내용입니다.
localhost:8080/test 를 입력하면, 빈 화면에 TEST 문구가 노출되도록 해보자.
localhost:8080/test
우선 RestController와 GetMapping을 사용했다.
서버를 실행하고, localhost:8080/test를 입력하면 정상 작동된다.