-
Notifications
You must be signed in to change notification settings - Fork 584
Open
Description
I have a problem in
UserDetails tomUser = User.builder()
.username("tom")
.password(passwordEncoder.encode("password1234"))
// .roles(ADMINTRAINEE.name())//role adminTrainee
.authorities(ADMINTRAINEE.getGrantedAuthority()) //TODO it has problem as it can not post,put and delete??
.build();
when I check the tom
put, delete, and post methods return 200 status.
I check 3 times.
Metadata
Metadata
Assignees
Labels
No labels