일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 테스트메소드
- ubuntu
- 커밋메세지수정
- 서브쿼리
- 예약
- 메소드명
- docker명령어
- WeNews
- appspec
- EC2
- ㅔㄴ션
- 포트
- 네이티브쿼리
- 적용우선순위
- 검색
- 외부키
- 컨테이너실행
- 참조키
- appspec.yml
- foreignkey
- application.yml
- 메세지수정
- querydsl
- 2 > /dev/null
- MySQL
- AuthenticationEntryPoint
- subquery
- 추후정리
- Query
- 테스트
Archives
- Today
- Total
제뉴어리의 모든것
@RequestMapping, @GetMapping 이란 본문
Spring 4.3부터 추가된 어노테이션 5개
@PostMapping @GetMapping @PutMapping @DeleteMapping @PatchMapping |
|
// 아래소스를 @RequestMapping(value ="/getBoardList", method = { RequestMethod.GET})
// 요렇게 줄일수 있다. @GetMapping("/getBoardList") |
출처: https://nocount.tistory.com/143 [오류노트]
'Spring Boot' 카테고리의 다른 글
스프링부트 프로젝트 런한 바이너리가 계속 돌아갈때 (0) | 2021.01.18 |
---|---|
리다이렉트시 Model의 달라진점 (0) | 2021.01.18 |
application.properties에서 View 찾는 경로 세팅 (0) | 2021.01.17 |
URL 호출 원리 내용 (0) | 2021.01.17 |
Spring Controller 클래스에서 view로 이동하는 규칙 (0) | 2021.01.17 |