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
- hackerrank solution
- Collection Framework
- HackerRank Algorithm
- 프로그래머스 알고리즘문제
- easy algorithm
- substring()
- HashMap
- hackerrank javascript
- hackerrank javascript solution
- hackerrank
- compareTo()
- 알고리즘
- java
- easy javascript algorithm
- math.abs
- Javascript Algorithm
- repeat()
- spring boot application
- C++
- 프로그래머스 알고리즘
- math.max
- Object type casting
- javascript
- algorithm
- 프로그래머스
- ... in Javascript
- equals()
- string class in java
- rest parameter
- code refactoring
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함