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 |
Tags
- WebApplication Type
- Application Argument
- application.properties
- EnableAutoConfiguration
- Spring Security
- JPA
- HATEOAS
- 백준
- Application Event
- 스프링 부트
- cors
- 브루트포스
- 백트래킹
- Application Runner
- AuthenticationPrincipal
- OAuth2
- HttpMessageConverters
- 정적 리소스
- 리소스 서버
- 외부설정
- 다익스트라
- 스프링부트
- 알고리즘
- webjar
- 리소스핸들러
- rest api
- 백기선
- JsonSerializer
- @ConfigurationProperties
- @Profile
Archives
- Today
- Total
목록스프링부트 (1)
아카이브
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/8RD3q/btqR9lFWJTX/kmtTTdUv8hEFGArrMqpfnK/img.png)
@SpringBootApplication는 사실 @SpringBootConfiguration + @ComponentScan + @EnableAutoConfiguration 3가지가 합쳐진 것이다. 빈은 2단계 과정을 거쳐 등록된다 먼저 1단계로 @ComponentScan (패키지 이하 @Component를 스캔하여 Bean으로 등록) (@Configuration, @Repository, @Service, @Controller, @RestController 등등) 다음2단계로 @EnableAutoConfiguration 으로 spring boot의 meta파일(spring.factories)을 통해, 미리 정의되어 있는 @Configuration 들을 Bean으로 등록한다 spring.factories ?..
Spring/스프링 부트 개념과 활용
2021. 1. 3. 13:35