
error
sumengpan
学不会技术的小白
展开
-
java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getHttpServletMapping Ljavax ser
SpringBoot运行异常:java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getHttpServletMapping()Ljavax/servlet/http/HttpServletMapping;at org.apache.catalina.core.ApplicationHttpRequest.setRequest(ApplicationHttpRequest.java:690) ~[tomcat-embed原创 2020-11-28 17:32:09 · 1814 阅读 · 1 评论 -
maven 打包报错 export_dao\target\surefire-reports for the individual test results.
打包maven项目时报错:原因这是因为测试代码时遇到错误,它会停止编译。解决方法在pom.xml中添加以下代码:<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId&原创 2020-10-24 17:40:20 · 724 阅读 · 2 评论 -
QForkMasterInit: system error caught. error code=0x000005af, message=VirtualAllocEx failed.: unknown
Redis启动时报错:原因是:没有设置redis的最大内存所导致解决方法:在redis的配置文件(redis.windows.conf)中加入maxmemory和maxheap配置(单位为字节) maxmemory 268435456 maxheap 314572800再次启动:redis-server.exe redis.windows.conf...原创 2020-10-13 20:07:09 · 1725 阅读 · 4 评论