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
- Host: GitHub
- URL: https://github.com/ashish5pandey/webmvc
- Owner: Ashish5pandey
- Created: 2024-09-17T13:39:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T20:13:54.000Z (over 1 year ago)
- Last Synced: 2025-03-22T12:47:23.751Z (about 1 year ago)
- Topics: java, servlets, spring-boot
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.