幻灯之花
2018-05-02 18:18
我启动springboot时访问出现java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens,老师这是怎么回事
网上相关回答是因为正常为http请求,当请求为https时,就会报错。修改tomcat相关配置
server: tomcat: max-http-post-size: 8000
我这边也遇到同样问题,修改后还是有问题。
SpringBoot开发常用技术整合
102171 学习 · 508 问题
相似问题