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
- EnableAutoConfiguration
- Application Argument
- 백기선
- 리소스핸들러
- JPA
- OAuth2
- 스프링 부트
- JsonSerializer
- HttpMessageConverters
- 스프링부트
- application.properties
- @ConfigurationProperties
- HATEOAS
- 백준
- cors
- rest api
- Spring Security
- 백트래킹
- 정적 리소스
- 브루트포스
- AuthenticationPrincipal
- 알고리즘
- 다익스트라
- webjar
- @Profile
- 외부설정
- Application Runner
- WebApplication Type
- Application Event
- 리소스 서버
Archives
- Today
- Total
목록리소스핸들러 (1)
아카이브
[스프링 부트 개념과 활용] 정적 리소스 지원
● 기본 리소스 위치 (resources 부터 classpath) ○ classpath:/static ○ classpath:/public ○ classpath:/resources/ ○ classpath:/META-INF/resources ○ 예) “/hello.html” => /static/hello.html custom ResourceHandler 추가하는 법 /m 요청으로 들어올 경우, resource를 classpath:/m/ 에서 찾는다 캐싱전략도 따로 필요하다
Spring/스프링 부트 개념과 활용
2021. 1. 3. 16:20