SpringBoot - GraalVM support
SpringBoot for supporting GraalVM. The following youtube video will explain how SpringBoot 3.0 is working. The basic idea is that we need to provide hints fo...
SpringBoot for supporting GraalVM. The following youtube video will explain how SpringBoot 3.0 is working. The basic idea is that we need to provide hints fo...
Java virtual threads applies structured concurrency concepts. The following blog explains what structure concurrency is.
Java 19 preview improved the pattern matching language feature. The following code shows how we can leverage them with virtual threads.
JDK 10+ has introduced a feature called CDS(class data sharing) which will improve the launching time of Java application.
SpringBoot allow to define the exception handler inside of Controller. The following code shows an example.