I
Size: a a a
I
I
RP
EA
PB
.antMatchers(HttpMethod.OPTIONS,"/**").permitAll()
.antMatchers(HttpMethod.POST,"/api/auth/**/**").permitAll()
.antMatchers(HttpMethod.GET, "/api/employee/self/**").permitAll()
.antMatchers(HttpMethod.GET, "/api/admin").hasRole("ADMIN")
.antMatchers("/**").authenticated();
K
K
RP
testRestTemplate.exchange возвращает значение отличное от того, что вернул контроллер?А
testRestTemplate.exchange возвращает значение отличное от того, что вернул контроллер?KJ
А
KJ
RP
RP

RP
А
RP
RP
А
RP