A brief description of project: This is sample Jave/Maven/Spring Boot(version 2.7) that can be used as a starter for creating a micro service complete. The service is just a simple Product management review REST service. It uses a Mongodb database to store the data. Mongodb is not a SQL Database. You can call some REST endpoints defined in localhost on port 8080.
Java Api Documentation(https://docs.oracle.com/javase/8/docs/api/) Spring boot Documentation(https://docs.spring.io/spring-framework/docs/current/javadoc-api/) Mongodb Documentation(https://api.mongodb.com/) Spring boot database documentation(https://docs.spring.io/spring-data/jpa/docs/current/reference/html/)
- Java should be installed and configured.
- Maven should be installed and configured.
- Download the files from Git repository either as zip file OR using Git.
- Eclips or Visual studio should be installed.
Tools: Spring boot, mongodb, Maven
-
Additional browser support
-
Add more integrations
Core Java, Servlets&JSP,Basic Css,Basic Javascript, html,Rest Api,Rest Assured,Postman,Api Testing, Api/Web Service Devlopement using Spring Boot,JSP and mongodb...
It is increase readability code and easy to modify or maintenance. It is very helpful for regrassion and intigration testing. It is very helpful for sanity and smoke testing.
GET /api/getall
Parameter | Type |
---|---|
api_key |
JSON |
Post /api/save/
| Parameter | Type | Description
| :-------- | :------- |
| id
| JSON
|
GET /api/get/{prodId}
Parameter | Type |
---|---|
api_key |
JSON |