Skip to content

Commit

Permalink
callout 안에 link 동작 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
shyang committed Dec 15, 2023
1 parent 3d346dc commit a6ea81b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/2023-10-25-Spring-WebMvcConfigurer.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public void configureViewResolvers(ViewResolverRegistry registry) {
}
```

> [@EnableWebMvc](../../annotation/Annotation-@EnableWebMvc) Annotation과 함께 적용해야 한다.
### 리소스 핸들링
- javascript, Css, images 와 같은 정적 리소스를 제어
- 리소스의 위치를 설정할 수 있다.
Expand Down

0 comments on commit a6ea81b

Please sign in to comment.