Build Restful webservices utilizing Spring boot and manipulates the message queue using RabbitMQ.
- Java 11
- Maven 3.8
- MYSQL
- RabbitMQ server
-
Clone the project
https://github.com/himash79/Spring-boot-RabbitMQ-Intergration.git
-
Configure RabbitMQ enviroment
Follow the steps on `Config.txt` file
-
Configure Database
Execute DB script file
-
Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
-
Open project using intelij / eclipse.
-
Expose Rest APIs and retrieve responses.