Skip to content

andresnssbx/springboot-sqs-concurrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-logo

SPRINGBOOT-SQS-CONCURRENT

► INSERT-TEXT-HERE

license last-commit repo-top-language repo-language-count


Table of Contents

Overview

► INSERT-TEXT-HERE


Features

► INSERT-TEXT-HERE


Repository Structure

└── springboot-sqs-concurrent/
    ├── mvnw
    ├── mvnw.cmd
    ├── pom.xml
    └── src
        ├── main
        └── test

Modules

.
File Summary
mvnw.cmd ► INSERT-TEXT-HERE
mvnw ► INSERT-TEXT-HERE
src.test.java.com.andresnss.sqsconcurrent
File Summary
SqsconcurrentApplicationTests.java ► INSERT-TEXT-HERE
src.main.resources
File Summary
application.yaml ► INSERT-TEXT-HERE
src.main.java.com.andresnss.sqsconcurrent
File Summary
SqsconcurrentApplication.java ► INSERT-TEXT-HERE
src.main.java.com.andresnss.sqsconcurrent.application.service
File Summary
SqsPollingService.java ► INSERT-TEXT-HERE
src.main.java.com.andresnss.sqsconcurrent.infrastructure.repository
File Summary
SqsMessageRepository.java ► INSERT-TEXT-HERE
src.main.java.com.andresnss.sqsconcurrent.infrastructure.config
File Summary
SqsConfig.java ► INSERT-TEXT-HERE
src.main.java.com.andresnss.sqsconcurrent.infrastructure.messaging
File Summary
SqsClientWrapper.java ► INSERT-TEXT-HERE
src.main.java.com.andresnss.sqsconcurrent.domain.model
File Summary
Message.java ► INSERT-TEXT-HERE
src.main.java.com.andresnss.sqsconcurrent.domain.service
File Summary
IMessageRepository.java ► INSERT-TEXT-HERE
MessageProcessingService.java ► INSERT-TEXT-HERE

Getting Started

System Requirements:

  • Java: version x.y.z

Installation

From source

  1. Clone the springboot-sqs-concurrent repository:
$ git clone https://github.com/andresnssbx/springboot-sqs-concurrent
  1. Change to the project directory:
$ cd springboot-sqs-concurrent
  1. Install the dependencies:
$ mvn clean install

Usage

From source

Run springboot-sqs-concurrent using the command below:

$ java -jar target/myapp.jar

Tests

Run the test suite using the command below:

$ mvn test

Project Roadmap

  • ► INSERT-TASK-1
  • ► INSERT-TASK-2
  • ► ...

Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/andresnssbx/springboot-sqs-concurrent
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


License

This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.


Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

Return


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages