[Spring] User 등록 과정 분석

최성민·2021년 6월 23일
0

Spring

목록 보기
2/9

프론트에서는 /users로 username, emial, password가 넘어옴

백엔드에서는 RequesetMapping으로 POST method로 동작

ResterParam의 구성들

api -> application으로 registerparam을 전달하여 new User 생성

-> core에 선언된 UserRepository 인터페이스의 save 호출

-> 해당 인터페이스는 MyBatiaUserRepository와 연결
Autowired로 UserRepository로 생성하면 Spring Bean에서 여기로 연결시켜줌.

-> mybatis의 mapper로 연결

profile
공부합시다

0개의 댓글