spring-security 检测到无效的Map模式:/**/霸气睿/**:这个问题有什么解决办法吗?

u4vypkhs  于 2022-11-11  发布在  Spring
关注(0)|答案(1)|浏览(582)

当我升级我的Sping Boot API到2.6.1版本,我得到这个错误。URL蚂蚁匹配器在我的API喜欢:/v1/token/** .
此错误的任何解决方案:

Invalid mapping pattern detected: /**/swagger-ui/**
^
No more pattern data allowed after {*...} or**pattern element

Action:

Fix this pattern in your application or switch to the legacy parser 
implementation with 'spring.mvc.pathmatch.matching-strategy=ant_path_matcher'.

我已经将spring.mvc.pathpattern.matching-strategy=ant_path_matcher添加到application.properties文件中,但它不起作用。

fhity93d

fhity93d1#

为我在www.example.com中添加这个application.properties,它正在工作。

相关问题