-
How would you implement JWT authentication for the microservices and where can the bff get the JWT to send it, if it's using the default oauth implementation of spring boot?
Could you add additional …
-
Hello,
I found in use that pinpoint could not collect data from the SPIRNG Cloud Gateway project (Spring Cloud Gateway is a gateway service through which all requests are routed to specific microserv…
-
Try this..... JWT for authentication in spring boot microservices
https://auth0.com/blog/securing-spring-boot-with-jwts/
--------dzone-------
https://dzone.com/articles/validating-jwt-with-spring-b…
-
micronaut seems to be designed with certain features integrated in it to build distributed cloud native applications.
https://www.baeldung.com/micronaut-vs-spring-boot
1. Distributed Configurati…
-
we use the flatten maven plugin to achieve ci friendly versions - https://maven.apache.org/maven-ci-friendly.html
the build fails with such an exception:
```
[ERROR] Failed to execute goal org.code…
-
I am using Camel 3.11.0 with Spring boot and opentelemetry-java-instrumentation java agent version 1.3.1 to implement distributed tracing across my microservices.
The trace id is not propagated bet…
-
Hi, I went through your course on educative.io. I saw how you created the mongo repository and loaded data into the Mongo instance.
However, I wanted to know :
1. how the interface worked without a…
-
[Native image](https://www.graalvm.org/docs/getting-started-with-graalvm/#native-images) provides a way to build and run Spring Boot applications with different characteristics than a regular JVM depl…
-
Hi Moisés Garcia,
How are you? I hope you are doing fine.
First of all, congratulations for this great book. You touch in all most every challenge that we face when adopting a microservice archi…
-
**Is your feature request related to a problem? Please describe.**
Any cool microservices framework has some kind of service discovery. Spring boot has Eureka, but it also has kubernetes.
Why woul…