常见报错
{“timestamp”:”2023-10-09T02:47:33.944+00:00″,”status”:405,”error”:”Method Not Allowed”,”path”:”/actuator/bus-refresh”}
0.背景 搭建spring cloud bus中,需要使用cmd发送post请求。 其中,20000 阅读更多…
常见报错
spring cloud config搭建报错:Caused by: org.eclipse.jgit.errors.TransportException: https://xxxx: not authorized
搭建spring cloud config服务端的时候,需要连接github(或者码云),进行访问时 阅读更多…
常见报错
无法解析 org.springframework.cloud:spring-cloud-starter-netflix-eureka-serve
搭建srping-cloud项目过程中,出现上面的报错 解决办法有两种。 第一种: 第一种方法不建议 阅读更多…
常见报错
Access to XMLHttpRequest at ‘http://127.0.0.1:8080/xxx’ from origin ‘http://192.168.1.103:8096’ has been blocked by CORS policy
0.背景 手机APP一个页面请求一个后台看不到数据,本地调试后发现有个跨域问题,然后整个问题一边排查 阅读更多…
常见报错
Table ‘stu’ is specified twice, both as a target for ‘DELETE’ and as a separate source for data
某天执行了一个sql如下: 然后开始报错: Table ‘stu’ is s 阅读更多…
常见报错
Unknown property used in expression: ${FormProperty_xxxx==0}
使用ruoyi-vue-acitiviti框架处理流程时,后台返回报错: 原因是我修改了一个流程,如 阅读更多…
常见报错
Unexpected value ‘undefined’ imported by the module ‘xxxxModule in /xxx/xx/node_modules/xxx/ xxx.module.d.ts’
Angular项目,A项目是主包,B项目是子包。B项目进行了package操作,然后推送道npm中心 阅读更多…
常见报错
Field studentsMapper in site.longkui.app.service.StudentsService required a bean of type ‘site.longkui.app.mapper.StudentsMapper’ that could not be found.
某日新创建spring boot项目后启动项目报错: 这个错误是因为我们没有加上MapperScan 阅读更多…
常见报错
Resolved [org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON:
调试springboot项目,返回数据的时候报错: Resolved [org.springfram 阅读更多…
常见报错
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [students/getList], template might not exist or might not be accessible by any of the configured Template Resolvers
创建调试springboot项目后,然后访问一个接口,控制台开始报错: 这个问题的主要原因是Cont 阅读更多…
常见报错
Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.
某日新创建一个spring boot项目,添加完依赖以后运行项目开始报错: 原因1:没有配置文件 这 阅读更多…
常见报错 开发与创造
Loading class `com.mysql.jdbc.Driver’. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver’.
某日构建springboot项目时,报的错: 项目的配置文件是下面这样: 根据上面提示这个错误是co 阅读更多…
常见报错
Project ‘org.springframework.boot:spring-boot-starter-parent:2.7.7’ not found
某日构建springboot项目,构建完毕以后发现下面这样 然后打开pom文件,发现springbo 阅读更多…
常见报错
node打包报错:ERROR in xxxx.js Module not found: Error: Can’t resolve xxxx in ‘xxx’ error Command failed with exit code 1.
0.背景 anguar项目。分为主包和子包,子包推送到npm私有仓库中,然后主包在packjson中 阅读更多…
常见报错
Failed to clean project: Failed to delete
使用IDEA编辑代码,电脑突然死机。然后重启电脑后,执行 maven clean 指令。结果报错: 阅读更多…
常见报错
ERROR TypeError: this.nzData.slice is not a function
使用angular+ngzorro的nz-table渲染表格的时候报错: ERROR TypeErr 阅读更多…
常见报错
宝塔面板报错 :libcurl.so.4: cannot open shared object file: No such file or directory
ubuntu 18安装完宝塔面板后,打开就报错 libcurl.so.4: cannot open 阅读更多…