Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 트랜잭션
- 자바
- github
- 상속
- Spring legacy Project
- react
- 어노테이션
- JVM
- @Bean
- 의존성주입
- 인터페이스
- merge
- 스프링 컨테이너
- 객체
- 깃허브
- pom.xml
- 이클립스
- @transactional
- Spring 개발환경 설정
- 리액트
- mysql
- DI
- 자동주입
- 영속성 컨텍스트
- java
- 스프링
- spring
- 빈
- list
- springboot
Archives
- Today
- Total
목록put (1)
DEVLOG
HTTP 예제
HTTP의 종류 1. get (SELECT) 2. post (INSERT) 3. put (UPDATE) 4. delete (DELETE) 예제를 통해 HTTP 종류별로 데이터를 주고받는 방법을 알아보자. 우선 예제를 위해 필요한 Postman은 아래 주소에서 다운받는다. https://chrome.google.com/webstore/detail/postman-interceptor/aicmkgpgakddgnaphhhpliifpcfhicfo?hl=ko Postman Interceptor Sends requests fired through the Postman chrome app. chrome.google.com HttpController.java @Controller : HTML파일로 응답 / @RestCo..
Spring Boot
2022. 6. 22. 20:44