赞
踩
javax.net.ssl.SSLException
MESSAGE: closing inbound before receiving peer’s close_notify
STACKTRACE:
javax.net.ssl.SSLException: closing inbound before receiving peer’s close_notify
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:133)
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117)
at
只需要在数据库配置文件中添加上&useSSL=false即可
若在使用Maven编译项目时报错:
不再支持源选项 5。请使用 6 或更高版本。
不再支持目标选项 1.5。请使用 1.6 或更高版本。
直接在pom.xml中添加上maven编译的jdk版本
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。