Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 776 Bytes

File metadata and controls

28 lines (17 loc) · 776 Bytes

Conventional Commits

Introduction

spring-service-dh is a Java Spring project managed using Maven.

Build and Test

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

Contribute

When contributing to this project, you MUST follow the Conventional Commits standard for your commit messages or when squash merging your PR to master.