Framework/Spring Boot
spring.datasource.url=jdbc:mysql://localhost:3306?&useSSL=false
application.properties에서 위와 같이 수정
출처: https://kikikimoong.tistory.com/entry/SpringBoot-Closing-inbound-before-receiving-peers-closenotify-예외-없애기
[SpringBoot] Closing inbound before receiving peer's close_notify 예외 없애기
** BEGIN NESTED EXCEPTION ** javax.net.ssl.SSLException MESSAGE: closing inbound before receiving peer's close_notify STACKTRACE: javax.net.ssl.SSLException: closing inbound before receiving peer's..
kikikimoong.tistory.com