mryakar / command-dispatcher

A library that can be used to implement Command Design Pattern with the power of Spring.
GNU General Public License v3.0
0 stars 0 forks source link

Spring Boot Starter support #7

Open mryakar opened 2 months ago

mryakar commented 2 months ago

As a developer I want to use the library as a Spring Boot Starter so I can use the library on my Spring Boot project automatically configured.

Scenario: User add library dependency as a spring boot starter library Given that I am on my pom.xml file, When I put the library as a spring boot starter dependency without a specific version information in the dependencies scope, And refresh Maven dependencies, Then I see that the library is loaded from Maven repositories without any issues.