Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- @ConfigurationProperties
- rest api
- webjar
- 리소스 서버
- 리소스핸들러
- @Profile
- 스프링부트
- JPA
- 알고리즘
- EnableAutoConfiguration
- application.properties
- HATEOAS
- WebApplication Type
- 백기선
- 백준
- 정적 리소스
- Application Event
- HttpMessageConverters
- Application Runner
- 다익스트라
- cors
- 브루트포스
- Application Argument
- AuthenticationPrincipal
- OAuth2
- 백트래킹
- Spring Security
- 스프링 부트
- JsonSerializer
- 외부설정
Archives
- Today
- Total
목록@ConfigurationProperties (1)
아카이브

1. 외부설정1 - Application.properties properties 우선순위 1. 유저 홈 디렉토리에 있는 spring-boot-dev-tools.properties 2. 테스트에 있는 @TestPropertySource 3. @SpringBootTest 애노테이션의 properties 애트리뷰트 4. 커맨드 라인 아규먼트 5. SPRING_APPLICATION_JSON (환경 변수 또는 시스템 프로티) 에 들어있는 프로퍼티 6. ServletConfig 파라미터 7. ServletContext 파라미터 8. java:comp/env JNDI 애트리뷰트 9. System.getProperties() 자바 시스템 프로퍼티 10. OS 환경 변수 11. RandomValuePropertySour..
Spring/스프링 부트 개념과 활용
2021. 1. 3. 14:56