Springboot Notes
- Embedded Application Server - TomCat
- Servlet -> Dispatcher Servlet -> manages other Spring IOC Container
- Spring IOC Controller -> Beans (Java objects contains configuration metadata (can be Annotations, Java code, XML code)
- Application Context -> loading and managing configuration metadata and creation of beans according to the metadata
| Layers | Components |
|---|---|
| Presentation Layer | Controller |
| Business Layer | Service |
| Persistance Layer | Model |
| Database Layer | DB Connectivity |