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