63. Spring Boot Maven plugin
The Spring Boot Maven Plugin provides Spring Boot support in Maven, allowing you to package executable jar or war archives and run an application “in-place”. To use it you must be using Maven 3.2 (or better).
Note | |
---|---|
Refer to the Spring Boot Maven Plugin Site for complete plugin documentation. |