项目作者: selatotal

项目描述 :
Simple Spring AWS SQS POC
高级语言: Java
项目地址: git://github.com/selatotal/aws-sqs-poc.git
创建时间: 2019-09-09T17:19:32Z
项目社区:https://github.com/selatotal/aws-sqs-poc

开源协议:MIT License

下载


aws-sns-poc

Simple Spring AWS SQS POC

POC Application

Application is started via Gradle.
To start it, access spring-data-redis-poc folder and run:

  1. gradle bootRun

Application uses Springfox to give you a web interface to test.
After start application, access http://localhost:8080/swagger-ui.html in your browser

Configure

AWS SQS

Application

  • Update application.yml with your AWS credentials and SQS queues

Learning More