September 2015
Intermediate to advanced
206 pages
4h 45m
English
Now that we have a basic idea of the starters that are available to us, let's go ahead and create our application template at http://start.spring.io.
The application that we are going to create is a book catalog management system. It will keep a record of books that were published, who were the authors, the reviewers, publishing houses, and so forth. We will name our project BookPub, and apply the following steps:
org.test.bookpub for an Artifact field.BookPub as a Name for the application.org.test.bookpub as our Package Name.Jar as Packaging.1.8.1.2.5.Read now
Unlock full access