From the course: Spring Boot 2.0 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Building a command-line application

Building a command-line application

From the course: Spring Boot 2.0 Essential Training

Start my 1-month free trial

Building a command-line application

- [Instructor] So now let's build a CommandLineRunner for ourselves. The first thing that we're going to do is we're going to build a new module. And once again, I'm going to use the plugin functionality of my IDE. If you don't have that, go to start.spring.io, do the exact same things, import it in your IDE based on where your exercise files are and you should be good to go. So we'll go ahead and create that module. For the group this time we're going to do corn.frankmoley.lil.spt.clr. And this one will be the room clr. Now, this is where it's going to get a little bit different. We're actually not going to choose anything. We're just going to accept all of the defaults and hit next. Make sure it's where we wanted in our exercise files and hit finish. Now I'm going to enable Maven And allow it to do its thing. All right. So the first thing that we want to do once we get this built is we're going to open up our POM…

Contents