In this article, I will introduce how we can use Java AOT compilation to eliminate the dead code in Java and therefore improve the performance dramatically.
In this article, we will be talking about implementing your own authorization server in a Spring Boot application, and we will also test a few types of grant types.
Running every unit and integration test whenever code is touched is not always feasible, as productivity and development speed is decreased considerably.