Spring Boot annotation
@SpringBootConfiguration - @Configuration과 같음. Bean을 등록하는 Java 설정파일(@Component, @Service, @Repository, @Controller, @Configuration annotation 이 붙은 method 를 @Autowired로 bean을 생성할 수 있다.)이며 @Configuration 자신도 bean으로 등록된다. @ComponentScan - The first stage to read Bean. - @Component,@Configuration,@Repository,@Service,@Controller,@RestController 를 가진 Class 들을 scan해서 bean으로 등록한다. - 다 같은 이름으로 하지 않고 저렇게..
Spring Boot
2019. 1. 26. 08:45
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- algorithm
- code refactoring
- hackerrank javascript
- math.max
- HashMap
- Collection Framework
- C++
- easy javascript algorithm
- 프로그래머스
- rest parameter
- easy algorithm
- javascript
- java
- substring()
- hackerrank javascript solution
- Object type casting
- equals()
- math.abs
- ... in Javascript
- hackerrank
- 프로그래머스 알고리즘
- repeat()
- compareTo()
- hackerrank solution
- 알고리즘
- Javascript Algorithm
- 프로그래머스 알고리즘문제
- spring boot application
- string class in java
- HackerRank Algorithm
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
글 보관함