강의

멘토링

커뮤니티

Inflearn Community Q&A

iamlouie's profile image
iamlouie

asked

Spring Boot Web MVC developed with Kotlin

ResponseEntity

build() 는 무엇인가요?

Written on

·

299

0

안녕하세요. 강의 잘 듣고 있습니다.

스프링 부터를 잘 모르다보니 질문이 생기네요.혹시 중간에 작성하셨던

return ResponseEntity.status(200).build<Any>()

 

 

여기서 build()는 어떤 동작인가요?

springbootspring-bootMVCJUnitrest-api

Answer

This question is waiting for answers
Be the first to answer!
iamlouie's profile image
iamlouie

asked

Ask a question