포스트맨1 [SpringBoot] HTTP 인터넷 브라우저 요청(feat. 포스트맨) package com.cos.blog.test; import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PutMapping; import org.springframework.web.bind.annotation.RestController; // 사용자가 요청했을 때 HTML파일을 응답해주는 컨트롤러는 @Controller // 사용자가 요청 -> Data를 응.. 2024. 7. 18. 이전 1 다음