화면에 표기하려면 restcontroller가 되면 안되고 controller가 되야함
rest로 하면 return json으로 되기 때문
※ controller <-> restcontroller 차이점
출처 :
[Spring] @Controller와 @RestController 차이
'Studying > Java' 카테고리의 다른 글
.pop( ) 메소드 (0) | 2023.11.08 |
---|---|
.revers( ) 메소드 (0) | 2023.11.08 |
selectOne / selectList (0) | 2023.10.10 |
Service와 ServiceImpl (1) | 2023.10.09 |
Validation 유효성 검사 (0) | 2023.09.15 |