spring-service-dh is a Java Spring project managed using Maven.
Dependencies and build configuration are managed using Maven.
# Install dependencies and build the project
mvn clean install
# Run tests
mvn test
# Run code style checks (e.g., Checkstyle)
mvn checkstyle:check
# Run spotbugs for static analysis
mvn spotbugs:check
When contributing to this project, you MUST follow the Conventional Commits standard for your commit messages or when squash merging your PR to master.