gotpache-tomcat ssl connector를 사용한 로컬환경에서 SpringBoot를 SSL로 실행하는 샘플입니다.
-Dspring.profiles.active=local
127.0.0.1 foo.kr 127.0.0.1 goo.kr
... : Root WebApplicationContext: initialization completed in 1583 ms ... : Connector [https-jsse-nio-443], TLS virtual host [_default_], certificate type [RSA] configured from keystore ... ... : Connector [https-jsse-nio-443], TLS virtual host [foo.kr], certificate type [RSA] configured from keystore ... ... : Connector [https-jsse-nio-443], TLS virtual host [goo.kr], certificate type [RSA] configured from keystore ... ... : Tomcat started on ports 8080 (http), 443 (https) with context path '/'
이 프로젝트는 MIT 라이선스를 따릅니다. 자세한 내용은 LICENSE 파일을 확인하세요.