Код: Выделить всё
@Override
public void configurePathMatching(PathMatchConfigurer configurer) {
configurer.setUseTrailingSlashMatch();
}
Подробнее здесь: https://stackoverflow.com/questions/747 ... ing-boot-3
Код: Выделить всё
@Override
public void configurePathMatching(PathMatchConfigurer configurer) {
configurer.setUseTrailingSlashMatch();
}