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
- github CI
- github deploy
- image slider
- equals
- AliasFor
- c++ 빌드
- java hashCode
- Java lombok
- Java
- AWS Codedeploy
- Github action deploy
- hashcode override
- equals override
- java stream api
- lombok Builder
- java 비동기처리
- github ec2 deploy
- kotest
- vanilla js image slider
- Java Wrapper Class
- Spring Aspect
- stream groupingby
- SpringBootApplication
- java CompletableFuture
- github action codedeploy
- list remove
- github CI/CD
- github action
- javascript image slider
- 코드포스
Archives
- Today
- Total
목록SpringBootApplication (1)
기록창고
@SpringBootApplication
Many Spring Boot developers like their apps to use auto-configuration, component scan and be able to define extra configuration on their "application class". A single @SpringBootApplication annotation can be used to enable those three features, that is: @EnableAutoConfiguration: enable Spring Boot’s auto-configuration mechanism @ComponentScan: enable @Component scan on the package where the appl..
Spring
2020. 6. 16. 15:56