FruiteStore project Test project base on spring Boot
For building and running the application you need:
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:
The class com.cybercom.RestFruitsControllerTest
is Responsible for unit test
- Pedram Ezzati - Initial work - pedinil
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
- controller layer : which handle all rest request
- service layer : which handle all business logic or application logic
- Data access layer : to handle connecting to DB by spring.data