카테고리 없음
spring, thymeleaf 에러 template might not exist or might not be accessible by any of the configured Template Resolvers
way to happiness
2022. 1. 31. 23:19
반환형이 string일 때 @ResponseBody를 붙이지 않으면 resources/static/에서 리턴 문자열에 해당하는 html파일을 찾는다. html파일을 찾게 기본설정되어 있음. html파일을 만들어주거나 @ResponseBody를 붙이면 된다.