Skip to content

Project used to teach how to integrate a spring boot application with AWS SQS.

Notifications You must be signed in to change notification settings

gspaiva/order-validator-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

order-validator-tutorial

Project used to teach how to integrate an spring boot application with AWS SQS.

Requirements

  • Java 11
  • Maven
  • AWS account for using SQS service

Inserting AWS credentials configuration

  • Go to application.properties e replace the amazon.accessKey and amazon.secretKey with your account credentials

Running the project

Two ways to run the project

  • mvn spring-boot:run
  • mvn clean package && java -jar target/order-validator-0.0.1-SNAPSHOT.jar

About

Project used to teach how to integrate a spring boot application with AWS SQS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages