© Felipe Gutierrez 2016

Felipe Gutierrez, Pro Spring Boot, 10.1007/978-1-4842-1431-2_12

12. Deploying Spring Boot

Felipe Gutierrez

(1)Albuquerque, New Mexico, USA

During the entire book you have been executing the Maven command spring-boot:run and I haven’t covered it in too much detail, but when you execute it, you are actually executing the Spring Boot Maven plugin goals. These normally have a particular flow. They will compile your application (classes), execute the unit tests, and run your application taking the target/classes (where the compilation phase output all the compiled classes into) directory as the working directory.

This chapter discusses another Maven command that will allow you to create standalone applications or executable JARs. ...

Get Pro Spring Boot now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.