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