Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kavithma-thushal/spring-web-mvc
- Owner: Kavithma-Thushal
- License: mit
- Created: 2024-03-02T01:29:21.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-15T02:00:56.000Z (10 months ago)
- Last Synced: 2024-04-24T12:08:48.892Z (8 months ago)
- Topics: gdse66, ijse, spring-web-mvc, tomcat-server
- Language: Java
- Homepage:
- Size: 7.76 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)