一、错误描述

java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens

java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must b_spring boot

二、错误原因

由于在是本地电脑测试请求数据列表的,然后在代码里写的请求是https的,

java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must b_spring boot_02

三、解决方案

将https改为http即可解决。

java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must b_HTTP_03

完结!