Description
In this course, you will :
- You will create a fully functional application called "Elite Club" that any browser can access.
 - The application's initial version will expose only one rest endpoint, which will return a hardcoded list of elite clubs. The application will be improved in the following chapter by the addition of new features.
 - You'll be well-prepared to create enterprise and web applications.
 
Syllabus :
1. Getting Started With Spring Boot
- Creating our First Spring Boot Application
 - Spring Boot Foundation
 - Simplify Dependency Management
 - Self Executable JAR
 - Auto-Configuration
 
2. Auto-Configuration In Depth
- @SpringBootApplication Magic
 - Debugging Auto-Configuration
 - Spring Boot Auto-configuration: Magic under the Hood
 
3. Database Integration
- Three Tier Architecture
 - Generic Persistence Tier
 - Spring Data Repository
 - Spring Boot Data Repository
 - Elite Club Feature Request
 - Building Queries With Spring Data JPA
 - Elite Club Search Feature
 
4. Expose Rest Webservice
- Architecture Of The Web
 - Restful Web Service
 - Restful Web Service Using Spring Boot
 - Elite Club Search Web Service
 
5. Consuming Rest Webservice
- Rest Client
 - Connecting To Forbes400
 - Mapping Properties To POJO
 






