[ad_1]
Microservice local project based on jHipster 7.8.1
Generated:
- registry
- control center
- API Gateway
- test microservice
Test microservice has classs with @RestController @RequestMapping(“/api”) @GetMapping(“/cars”) annotations.
Authorization with JWT Token. Base64-secret was updated, same value in every app.
I can see my test app and api gateway in control center and registry, but they are not visible in API tab.
I would like to see my test microservice app swagger visible via registry/control center API tab. What should i do to achieve that?
[ad_2]