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