Description
In this course, you will learn :
- Create fresh spring applications as quickly as possible
- Effectively use Java and annotation-based dependency injection
- Custom external properties and beans can be configured for various situations
- With Spring Boot, you can send SMTP emails the appropriate way
- Dive right in to learning more about Spring
Syllabus :
- Creating A New Project
- Hello, World
- Setting The Stage
- Dependency Injection - The Basic Concepts
- Injecting Beans
- The Multiple Bean Problem
- Java Configuration Classe
- Externalizing Configuration Using application.properties
- Spring Profiles
- Conditional Annotations
- Sending SMTP Mails
- Java Configuration Classes contd.