摘要:
mysql版本:5.7 使用c3p0连接池时弹出警告: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ 阅读全文
摘要:
启动Tomcat时失败 提示信息:Server Tomcat v9.0 Server at localhost failed to start. 如图所示: 提示我们不能将servlet3注解的url-pattern与在web.xml文件中的url-pattern一样,换一个就行了。 阅读全文