1. 왼쪽은 Request 오른쪽은 Response 역할을 한다!
2. rsponse의 Body 밑 버튼으로 출력 방식을 바꿀 수 있다
3. Post방식으로 insert! Body > raw > JSON 방식으로 값을 입력해서 넣음! 아래 참고
38 : Springboot (insert추가 test, board)
Controller TestController에서 PostMapping으로 insert하기 위해 아래 코드를 추가했다 @PostMapping(value = "/") public String insertTest(@RequestBody TestDTO testDTO) throws Exception { log.debug("inse..
dwc04112.tistory.com
'수업 & 공부 > 개발환경 만들기' 카테고리의 다른 글
47 : Springboot(token로그인 환경 만들기) (0) | 2021.10.12 |
---|---|
43- Git-branch & Merge (0) | 2021.10.07 |
[Eclipse 오류] the eclipse executable launcher was unable to locate its companion shared library (0) | 2021.09.11 |
MVC패턴 초기 설정 (0) | 2021.08.24 |
EDR 그리기 환경 (0) | 2021.08.19 |