logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

org.springframework.web.HttpRequestMethodNotSupportedException: Request method ‘GET‘ not supported

错误场景:今天使用SpringBoot编写登入和注册的时候一直报错org.springframework.web.HttpRequestMethodNotSupportedException: Request method ‘GET’ not supported,405,我当时就奇怪了为什么我用Post方法,为什么会出现一个Get请求不被支持关键代码:var serverUrl = app.glo

#java
create connection SQLException, url: jdbc:mysql://localhost:3306/xxxx

create connection SQLException, url: jdbc:mysql://localhost:3306/xxxx报错在 spring boot 项目中使用 jdbc 连接 mysql 数据库,报错,信息如下:解决办法在 pom.xml 文件中,将 mysql 的驱动版本改为 5.1.6。实际上,我本地安装的 mysql 版本是 8.0.16,但 mysql 驱动仍得用 5

#java
到底了