HTTP method names must be tokens

The specific exception is as follows:

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

Scenes:

The original request access path: https://localhost:8080/insert, the above exception occurred.

The modified path is: http://localhost:8080/insert, and the path can be successfully accessed after modification.

Guess you like

Origin blog.csdn.net/weixin_38106322/article/details/111241787