Exploring the Magic of Spring Boot runnable standalone jar
Spring Boot uses Spring Boot Gradle Plugin or Spring Boot Maven Plugin to package application as a runnable standalone jar file.
Spring Boot uses the Spring Boot Loader to lauch the Spring Boot jar file usingjava -jar.
Let's uncompress the jar file a...
wisely.top2 min read