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