Код: Выделить всё
.authorizeHttpRequests(auth ->
auth.requestMatchers("/internal/**", "**/internal/**", "**/internal", "/**/internal/**", "/**/internal").permitAll()
)
Код: Выделить всё
org.springframework.web.util.pattern.PatternParseException: No more pattern data allowed after {*...} or ** pattern element
Подробнее здесь: https://stackoverflow.com/questions/790 ... ttern-data