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
- OAuth2
- 알고리즘
- 다익스트라
- Application Runner
- AuthenticationPrincipal
- 스프링부트
- @Profile
- Application Event
- 리소스핸들러
- HttpMessageConverters
- 정적 리소스
- Spring Security
- EnableAutoConfiguration
- 외부설정
- HATEOAS
- @ConfigurationProperties
- JPA
- rest api
- 브루트포스
- 스프링 부트
- webjar
- Application Argument
- 백준
- application.properties
- cors
- JsonSerializer
- 백트래킹
- WebApplication Type
- 리소스 서버
- 백기선
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