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