https://github.com/himash79/spring-boot-rabbitmq-intergration
Build Restful webservices utilizing Spring boot and manipulates the message queue using RabbitMQ.
https://github.com/himash79/spring-boot-rabbitmq-intergration
aop aspect-oriented-programming mysql rabbitmq rabbitmq-consumer rabbitmq-server restful-webservices spring-boot spring-data-jpa
Last synced: 6 months ago
JSON representation
Build Restful webservices utilizing Spring boot and manipulates the message queue using RabbitMQ.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-rabbitmq-intergration
- Owner: himash79
- Created: 2022-11-13T18:19:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T18:26:33.000Z (about 3 years ago)
- Last Synced: 2025-04-14T04:56:42.461Z (8 months ago)
- Topics: aop, aspect-oriented-programming, mysql, rabbitmq, rabbitmq-consumer, rabbitmq-server, restful-webservices, spring-boot, spring-data-jpa
- Language: Java
- Homepage:
- Size: 196 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPting-boot-RabbitMQ-Intergration
Build Restful webservices utilizing Spring boot and manipulates the message queue using RabbitMQ.
## Requirements
01) Java 11
02) Maven 3.8
03) MYSQL
04) RabbitMQ server
## Project setup
01) Clone the project
https://github.com/himash79/Spring-boot-RabbitMQ-Intergration.git
02) Configure RabbitMQ enviroment
Follow the steps on `Config.txt` file
03) Configure Database
Execute DB script file
04) Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
05) Open project using intelij / eclipse.
06) Expose Rest APIs and retrieve responses.