From the course: Building RESTful Web Services with DropWizard

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Testing final application

Testing final application

- [Instructor] The final step is to run your application. So let's go ahead and first install the required database and then run the application. So what you need to do first is memorize or copy the actual version. So if you want to know where that is again, it's in same file that we've actually explored in the previous video. So you look into the dropwizard example and then the palm.xml, and then you find the version number here. So copy this particular line here. So Control + C or Command + C on the Mac, and then we can close this file and let's bring a terminal. So let's click on terminal. View terminal. And then if you're in the root of dropwizard-master, so at the top of this folder, you want to get into the dropwizard example first. So what we're going to do first is to cd dropwizard-example like so, and then make sure you're in the right folder before you actually enter the command. Once we're in that folder,…

Contents