API

* 영상 출처: https://www.inflearn.com/course/%EC%8A%A4%ED%94%84%EB%A7%81-%EC%9E%85%EB%AC%B8-%EC%8A%A4%ED%94%84%EB%A7%81%EB%B6%80%ED%8A%B8/unit/49578?tab=curriculum

(01:12)

}
@GetMapping ("hello-string")
@ResponseBody
public String helloString (@Request Param("name") String name) {
return "hello " + name;
}

@ HTTP에도 head,body가 있는데 이 body에 직접 넣어주겠다. 라는 뜻.

(02:31)


(04:00)

(04:56)

(05:24)

(08:44)

 

+ Recent posts