
srpingboot 报错
代码的代
人逼急了什么都做得出来?来一套代码题试试?
展开
-
The last packet successfully received from the server was 3,607 milliseconds ago. The last packet s
The last packet successfully received from the server was 3,607 milliseconds ago. The last packet sent successfully to the server was 3,007 milliseconds ago spring boot项目报以上错误解决方案: 在application.properties或application.yml配置文件中修改你的MySQL数据库连接url的配置: #数据库连接原创 2021-11-16 16:25:21 · 2041 阅读 · 0 评论 -
java.net.SocketTimeoutException: Read timed out
java.net.SocketTimeoutException: Read timed out spring boot项目 feign调用服务报连接超时错误解决方法: A模块调用B模块,那么就在A模块的application.properties或application.yml配置文件中添加 #ribbon ribbon: ReadTimeout: 15000 # 通信超时时间(ms) ConnectTimeout: 15000 # 连接超时时间(ms) ...原创 2021-11-16 16:07:30 · 678 阅读 · 0 评论 -
Invalid bound statement (not found)
标题 Invalid bound statement (not found) 在application.propreties或application.yml文件中编写正确的 mybatis.mapper-locations路径原创 2021-11-15 11:07:21 · 213 阅读 · 0 评论