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

HTTPS를 위한 key store를 만든 후, 위와 같이 application.properties에 설정한다 이렇게 하면, spring boot는 tomcat이 사용하는 기본 connector 하나만 등록된다. 하지만 이렇게 HTTPS를 적용하면, 이제 HTTP는 사용하지 못하는 상태이다. 왜냐하면 connector가 하나인데 http를 받을 수 있는 것이 없기 때문이다. 그래서 추가적인 http connector를 생성해줘야 한다
Spring/스프링 부트 개념과 활용
2021. 1. 3. 13:51