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