Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
netodevel authored Jul 8, 2019
1 parent da40807 commit 405906f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,17 @@ Default is spring 1.x, edit scaffold.info to change to 2.x before run *spring sc
Generate config to: jms-aws-sqs
CREATED src/main/java/com/example/cloudawsmessaging/consumer/MessageListener.java
CREATED src/main/java/com/example/cloudawsmessaging/consumer/EntryPointMessage.java
Add dependencies in C:/Users/jose.da.silva.neto/Desktop/new-github/cloud-aws-messaging/pom.xml
Add properties in C:\Users\jose.da.silva.neto\Desktop\new-github\cloud-aws-messaging/src/main/resources/application.properties
CREATED src/main/java/com/example/cloudawsmessaging/consumer/ProducerMessage.java
Add dependencies in pom.xml
Add properties in application.properties

cloud.aws.credentials.accessKey=xxxxxx
cloud.aws.credentials.secretKey=xxxxxx
cloud.aws.region.static=us-east-1
cloud.aws.stack.auto=false
cloud.aws.sqs.queue-name=my-queue.fifo


# Structure

__com
Expand Down

0 comments on commit 405906f

Please sign in to comment.