본문 바로가기
FrontEnd

@RequestMapping 상속 구조

by tovantablack 2020. 6. 4.
728x90
728x90

여러 개의 리퀘스트맵핑이 있을 경우 상단에 위치한(지리적으로) 리퀘스트맵핑부터 시작된다.

ex)

@RequestMapping("/boards") 
    @RequestMapping("/test") 

=> @RequestMapping("/boards/test") 

 

 

728x90
728x90

'FrontEnd' 카테고리의 다른 글

RDB란? Relation DataBase  (0) 2020.06.04
h2 데이터 베이스 설치  (0) 2020.06.04
@Autowired  (0) 2020.06.04
Spring bean  (0) 2020.05.28
@Controller  (0) 2020.05.28

댓글