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

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