Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.26 KB

Project Title

FruiteStore project Test project base on spring Boot

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.cybercom.FruitstoreApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

Running the tests

The class com.cybercom.RestFruitsControllerTest is Responsible for unit test

Authors

  • Pedram Ezzati - Initial work - pedinil

Description

this project is used connect to broker by mqtt and subscribe and once the message arrived save it to DB project will provide rest API to user to save update and get the list of fruit

there are 3 layer in this project

  1. controller layer : which handle all rest request
  2. service layer : which handle all business logic or application logic
  3. Data access layer : to handle connecting to DB by spring.data