https://github.com/akash-rajak/spring-api-application
A Maven based Spring Web application in Spring MVC using Java, Maven, and Spring Boot Framework.
https://github.com/akash-rajak/spring-api-application
apache-tomcat api java maven postman spring spring-framework spring-mvc springboot
Last synced: about 1 month ago
JSON representation
A Maven based Spring Web application in Spring MVC using Java, Maven, and Spring Boot Framework.
- Host: GitHub
- URL: https://github.com/akash-rajak/spring-api-application
- Owner: akash-rajak
- Created: 2023-06-17T12:19:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T14:09:30.000Z (over 2 years ago)
- Last Synced: 2025-04-09T15:52:54.776Z (11 months ago)
- Topics: apache-tomcat, api, java, maven, postman, spring, spring-framework, spring-mvc, springboot
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ✔ Spring API Application
- Built a Maven based Spring Web application in `Spring MVC` using `Java, Maven, and Spring Boot Framework`.
- Exposed the API method as rest endpoints using `RestController` annotation.
- Used `Apache Tomcat` as default embedded container to process the `HTTP requests` and return the response.
****
### 📌Requirements :
- Intellij IDEA or any Java based IDEA
****
### 📌How this Script works :
- First user need to open the project folder in the `Intellij IDEA`.
- Then user can run the `simpleAPIApplication.java` class and can see the web output of the reponse of `HTTP Request` under the `http://localhost:8080/`.
- The port number `8080` is by default under Apache Tomcat, and user can configure the port number under the `application.yml` file.
****
### 📌Screenshots:









****
### IMP Notes:
- One can't send HTTP request with local host on online Postman and test it.
****
### 🌟Stargazers Over Time:
[](https://github.com/akash-rajak/Spring-API-Application/stargazers)
[](https://starchart.cc/akash-rajak/Spring-API-Application)
****
### 🌟Forkers Over Time:
[](https://github.com/akash-rajak/Spring-API-Application/network/members)
****