Please enable JavaScript.
Coggle requires JavaScript to display documents.
SPRING BOOT, Request, packages - Coggle Diagram
SPRING BOOT
JDBC
Core
Database
https://www.baeldung.com/spring-jdbc-jdbctemplate
Object
Support
JPA - JAVA persistence API
lets the user do ORM(object related mapping)
Spring Data JPA
SPRING MVC Controller
App
SPRING MVC
examines a request from the web and find a matching method and executes it.
Controller
URI
HTTP Method
Functionality
https://start.spring.io/
= to create spring boot projects
Request
packages