Creation of jar in Spring Boot
Creating a JAR
In Spring Boot application , inside pom file we have following build dependency which enables our application to create a JAR.
The above plugin helps maven to build a runnable JAR. In order to do so , type maven package command from ...
kumarpallav.dev1 min read