eclipse / microprofile-starter

MicroProfile project generator source code
Apache License 2.0
74 stars 51 forks source link

MP JWT demo code not configurable #402

Closed Emily-Jiang closed 2 years ago

Emily-Jiang commented 3 years ago

At the moment, the JWT demo code uses JAX-RS client to invoke the back end and it is not configurable. When we deploy the apps to k8s, it will not work any more as port would be different.

We need to use Rest client to have the back end url configuration, maybe using the SPI version of MP Rest client.