- 博客(4)
- 资源 (3)
- 问答 (1)
- 收藏
- 关注
原创 Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC
//TODO 在tomcat高版本中会拦截[]{}特殊字符,需要在这里进行转义。 @Component public class RFCConfig implements WebServerFactoryCustomizer { @Override public void customize(WebServerFactory factory) { TomcatServletWebSer...
2020-04-14 14:25:20 151
原创 Caused by: java.lang.ClassNotFoundException: org.elasticsearch.client.Cancellable
是版本冲突造成,在POM文件中指定版本就行 <properties> <java.version>1.8</java.version> <elasticsearch.version>7.5.0</elasticsearch.version> </properties> ...
2020-04-11 12:04:50 3641
转载 springboot2 redisTemplate空指针
springboot2.*集成redis时,redis工具类中的redisTemplate注入后总是为空。 解决方案: @Component //注入spring容器 public class RedisUtil { @Resource private static RedisTemplate<String, Object> redisTemplate; ...
2019-07-19 14:28:16 2722 2
原创 Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.
org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.context.ApplicationContextException: Unable to start EmbeddedWebApp...
2019-04-11 14:35:19 7422
用C#写的Xpath爬虫程序,添加功能 如何判断我获取到了最后一页?
2017-10-16
TA创建的收藏夹 TA关注的收藏夹
TA关注的人