SpringBoot:Invalid character found in method name. HTTP method names must be tokens
一、问题背景
在前台页面发起门户登录请求
二、报错截图如下
三、我的项目配置如下
四、分析问题
没有配置https,却发起了https请求
五、问题原因
没有配置https,却发起了https请求
六、解决方式
请求方式换成http即可
在前台页面发起门户登录请求
没有配置https,却发起了https请求
没有配置https,却发起了https请求
请求方式换成http即可