Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 디자인패턴
- JWT
- topic
- mokito
- Factory Method Pattern
- SpringBoot
- 인텔리제이 단축키
- 함수형 프로그래밍
- git cli
- kafka
- consumer
- signWith
- TDD
- optional
- Functional Programming
- Clean Code
- effective java
- Java8
- orelse
- Authentication
- Spring Security
- thread
- 카프카
- Stream
- junit5
- Java
- producer
- 싱글톤
- orElseGet
Archives
- Today
- Total
goodbye
ViewResolver 본문
ViewResolver의 역할?
- 컨트롤러에서 리턴값으로 문자를 반환하면 viewResolver 가 화면을 찾아서 처리한다
- 스프링 부트 템플릿 엔진 기본 viewName Mapping
- 경로 : resources/templates/
서버 재시작없이 View 파일 변경 방법
- spring-boot-devtools 라이브러리 추가
- view파일 컴파일하면 서버 재시작없이 view 파일 변경이 가능하다
'Spring' 카테고리의 다른 글
쓰레드(Thread) (0) | 2021.12.04 |
---|---|
@ResponseBody , @RequestBody (0) | 2021.10.23 |
Comments