UMC 4th - SpringBoot ch 6에서 설계했던 당근마켓 schema를 기반으로 실습을 하는 챕터이다 사용 기술 : SpringBoot, Postman, Datagrip export 해두었던 data들이 잘 있는 모습이다 0. TestController test를 위한 TestController를 작성해주었다 package tete.carrot.controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; @RestController public class TestController { @GetMapping("/test..