May 2023
No need to tell, see for yourself, Startup 149 ms
| \/ (_) ___ _ __ ___ _ __ __ _ _ _| |_ | |\/| | |/ __| '__/ _ \|…
Intellij Gradle GraalVM NativeCompile Trick
In previous post , we set java_home on mac. Now let’s compile graalVM native image but that gives no java launcher error.…
MACOS : libexec/java_home
Nothing fancy , but on macOS /usr/libexec/java_home gives you default jdk and you can export JAVA_HOME by export JAVA_HOME=$(/usr/libexec/java_home) https://mkyong.com/java/how-to-set-java_home-environment-variable-on-mac-os-x/
Micronaut Ne yapar Ne yapmaz ?
Öncelikle micronaut jvm tabanlı spring alternatifi bir java framework üdür. Hızlıca ayağa kalkıp işine başlar (start up zamanı düşük) Her işini derleme…