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

https://github.com/ashish5pandey/webmvc

This project is a simple web application built with Java, Spring Boot, and Servlets. The application runs on an embed
https://github.com/ashish5pandey/webmvc

java servlets spring-boot

Last synced: about 1 month ago
JSON representation

This project is a simple web application built with Java, Spring Boot, and Servlets. The application runs on an embed

Awesome Lists containing this project

README

          

**WebMVC Application
**Overview
This project is a basic web application built with Java, Spring Boot, and Servlets. It demonstrates the use of Spring Boot to set up a simple web MVC framework and handle HTTP requests via Servlets.

**Technologies Used:
**Java: Core programming language.
Spring Boot: Simplifies application setup and development.
Servlets: Handles HTTP requests and responses.
Apache Tomcat: Embedded server for running the application.
Maven: Dependency management and build tool.
Features
A simple servlet that handles GET requests to /greeting and returns a "Hello World" response.