This repository serves as a central hub housing a multitude of resources and modules designed to harness the
capabilities of the Spring Web MVC across diverse application domains. Whether you're engaged in crafting web
applications or tackling other software endeavors, Spring Web MVC stands out as a versatile and resilient platform,
poised to enhance and streamline your development journey.
Explore the various modules and resources available in this repository to kickstart your development journey with Spring Web MVC. Whether you're a seasoned developer or just getting started, there's something here for everyone.
Happy coding.....! 😉
✅Hello Spring Web MVC
✅Controller VS RestController
✅Mapping Specifications
✅Send Data through Query Parameters
✅Send Data through Path Segments
✅Send Data through Json
- @Controller
- @RestController
- @EnableWebMvc
- @RequestMapping
- @GetMapping
- @PostMapping
- @PutMapping
- @PatchMapping
- @DeleteMapping
- @RequestParam
- @PathVariable
- @ModelAttribute
- @RequestBody
- @RequestHeader
- @CrossOrigin