Hi,
I have a problem about reaching out one url defnied in AuthController of auth service from any method of OrderControllerTest in order service.
As I cannot reach out it, I still get 404 Not Found exception. How can I reach out it?
I hope anyone can help me.
Here is the link ...
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...