Spring Boot Microservices JWT JUnit Test Issue
I have a problem about solving JwtGrantedAuthoritiesConverter in order service after defining preauthorize annotation in some methods of Order Controller.
After I wrote the test shown below, I tried to run it but I got this issue shown below as well.
I also shared my repo as a link.
How can I fix it?
Here is the test method shown below
Here is the error shown below.
Here is the repo link : https://github.com/Rapter1990/microservicecoursedailybuffer
After I wrote the test shown below, I tried to run it but I got this issue shown below as well.
I also shared my repo as a link.
How can I fix it?
Here is the test method shown below
Here is the error shown below.
Here is the repo link : https://github.com/Rapter1990/microservicecoursedailybuffer
GitHub
Spring Boot Microservice Example. Contribute to Rapter1990/microservicecoursedailybuffer development by creating an account on GitHub.