-
[spring boot] This connection is using TLSv1.1 which is now deprecated and will be removed in a future release of Connector/J.Spring boot 2021. 12. 22. 12:33반응형
환경
mysql
springboot 2.6.1오류
This connection is using TLSv1.1 which is now deprecated and will be removed in a future release of Connector/J.해결
application.properties에서 jdbc-url 에 useSSL=false 추가spring.datasource.jdbc-url: {jdbc-url}?useSSL=false
반응형'Spring boot' 카테고리의 다른 글
[Spring boot / IntelliJ] Gradle (0) 2021.12.18 [Spring boot / IntelliJ ] 환경 프로퍼티 파일 application.yml 설정 (0) 2021.12.18 [Spring boot / IntelliJ ] 스프링 부트 프로젝트 환경 설정 (0) 2021.12.11 스프링, 스프링 부트, 스프링 부트 스타터 (0) 2021.12.11