Ch17. 프로퍼티 파일
스프링은 외부 프로퍼티 파일을 이용해 스프링 빈을 설정할수 있다. @Configuration 애노테이션 이용 자바 설정에서의 프로퍼티 사용 자바 설정에서 프로퍼티 파일을 사용하려면 다음 두 가지 설정이 필요하다 PropertySourcesPlaceholderConfigurer 빈 설정 @Value 애노테이션으로 프로퍼티 값 사용 package config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.support.PropertySourcesPlaceholderConfigurer; imp..
Web
2022. 7. 28. 16:30
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- binary search
- db
- two pointer
- 자료구조
- greedy
- recursion
- 재귀
- back tracking
- Stack
- graph
- Unity
- 조합
- 이분탐색
- Tree
- C
- Python
- permutation
- floyd warshall
- BFS
- Spring
- Dijkstra
- Brute Force
- priority queue
- Implementation
- DP
- CSS
- dfs
- MVC
- C++
- Kruskal
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함