Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T18:26:33.000Z (about 2 years ago)
- Last Synced: 2024-11-21T04:11:55.833Z (3 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 enviromentFollow the steps on `Config.txt` file
03) Configure DatabaseExecute DB script file
04) Clean and build the project using mavenopen command line (CMD) in project directory and execute 'mvn clean install'
05) Open project using intelij / eclipse.
06) Expose Rest APIs and retrieve responses.