► INSERT-TEXT-HERE
Table of Contents
► INSERT-TEXT-HERE
► INSERT-TEXT-HERE
└── springboot-sqs-concurrent/
├── mvnw
├── mvnw.cmd
├── pom.xml
└── src
├── main
└── test
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 |
System Requirements:
- Java:
version x.y.z
- Clone the springboot-sqs-concurrent repository:
$ git clone https://github.com/andresnssbx/springboot-sqs-concurrent
- Change to the project directory:
$ cd springboot-sqs-concurrent
- Install the dependencies:
$ mvn clean install
Run springboot-sqs-concurrent using the command below:
$ java -jar target/myapp.jar
Run the test suite using the command below:
$ mvn test
-
► INSERT-TASK-1
-
► INSERT-TASK-2
-
► ...
Contributions are welcome! Here are several ways you can contribute:
- Report Issues: Submit bugs found or log feature requests for the
springboot-sqs-concurrent
project. - Submit Pull Requests: Review open PRs, and submit your own PRs.
- Join the Discussions: Share your insights, provide feedback, or ask questions.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/andresnssbx/springboot-sqs-concurrent
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.
- List any resources, contributors, inspiration, etc. here.