Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kavithma-thushal/spring-web-mvc

This is learning about Spring Web-MVC in GDSE66
https://github.com/kavithma-thushal/spring-web-mvc

gdse66 ijse spring-web-mvc tomcat-server

Last synced: about 1 month ago
JSON representation

This is learning about Spring Web-MVC in GDSE66

Awesome Lists containing this project

README

        

# Spring Web-MVC

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.

### Getting Started

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.....! 😉

## Content

✅Hello Spring Web MVC
✅Controller VS RestController
✅Mapping Specifications
✅Send Data through Query Parameters
✅Send Data through Path Segments
✅Send Data through Json

### Annotations

* @Controller
* @RestController
* @EnableWebMvc
* @RequestMapping
* @GetMapping
* @PostMapping
* @PutMapping
* @PatchMapping
* @DeleteMapping
* @RequestParam
* @PathVariable
* @ModelAttribute
* @RequestBody
* @RequestHeader
* @CrossOrigin

#### This project is licensed under the [MIT License](LICENSE)

#### © 2024 All Right Reserved, Designed By [Kavithma Thushal](https://github.com/Thushal2001)