himash79 / Spring-boot-RabbitMQ-Intergration

Build Restful webservices utilizing Spring boot and manipulates the message queue using RabbitMQ.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPting-boot-RabbitMQ-Intergration

Build Restful webservices utilizing Spring boot and manipulates the message queue using RabbitMQ.

Requirements

  1. Java 11
  2. Maven 3.8
  3. MYSQL
  4. RabbitMQ server

Project setup

  1. Clone the project

    https://github.com/himash79/Spring-boot-RabbitMQ-Intergration.git
    
  2. Configure RabbitMQ enviroment

    Follow the steps on `Config.txt` file
    
  3. Configure Database

    Execute DB script file
    
  4. Clean and build the project using maven

    open command line (CMD) in project directory and execute 'mvn clean install'
    
  5. Open project using intelij / eclipse.

  6. Expose Rest APIs and retrieve responses.

About

Build Restful webservices utilizing Spring boot and manipulates the message queue using RabbitMQ.


Languages

Language:Java 100.0%