报错
大博bs
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
closing inbound before receiving peer‘s close_notify
Sat Mar 27 18:17:02 CST 2021 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set原创 2021-03-27 18:22:52 · 237 阅读 · 0 评论 -
通配符的匹配很全面, 但无法找到元素 ‘context:component-scan‘ 的声明
xml文件中少了约束文档 我的是少了这个 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd 总共的约束有 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans"原创 2021-03-21 17:56:35 · 138 阅读 · 0 评论 -
如何在maven库中找到Springframework依赖
方法一:在pom.xml中直接添加并下载依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>5.2.7.RELEASE</version> </dependency>原创 2021-03-20 10:23:58 · 1622 阅读 · 0 评论 -
Error serializing object. Cause: java.io.NotSerializableException: com.wdzl.pojo.User
我遇到的这个问题是在使用MyBatis中的二级缓存时出现的,但这个问题出现的原因也很好解决 就是在相对应的实体类中添加Serializable接口 比如我的是在用户类中忘记添加接口,加上之后程序就可以跑起来了 ...原创 2021-03-15 19:18:58 · 735 阅读 · 0 评论
分享