问题描述
IDEA控制台最后位置报:
严重: The web application [/XXX] registered the JDBC driver [net.sourceforge.jtds.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
翻译:Web应用程序 [XXX] 注册了JDBC驱动程序 [net.sourceforge.jtds.jdbc.Driver],但在Web应用程序停止时无法注销它。 为防止内存泄漏,JDBC驱动程序已被强制取消注册。。
问题原因及解决办法
估计是JDK版本不一致导致的,更换JDK版本即可。
本文档详细阐述了IDEA中启动Tomcat项目遇到的JDBC驱动注册与注销异常,分析了可能的原因——JDK版本不一致,并提供了更换JDK版本作为解决方案。

8338

被折叠的 条评论
为什么被折叠?



