常见报错
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项目后启动项目报错: 这个错误是因为我们没有加上 阅读更多…
常见报错
Resolved [org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON:
调试springboot项目,返回数据的时候报错: Resolved [org. 阅读更多…
常见报错
Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.
某日新创建一个spring boot项目,添加完依赖以后运行项目开始报错: 原因 阅读更多…
常见报错 开发与创造
Loading class `com.mysql.jdbc.Driver’. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver’.
某日构建springboot项目时,报的错: 项目的配置文件是下面这样: 根据上 阅读更多…