Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 510 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 510 Bytes

pard

Parallel Database Running like a Leopard

Contribution Guide

Recommended Environment

Git + Intellij IDEA + Java8 + Maven3.3.9+

Compilation Without Running Unit Tests

mvn clean package -DskipTests or mvn clean compile -DskipTests

Compilation With Running Unit Tests

mvn clean package or mvn clean compile

Tips

  1. Compile locally to ensure everything is ok before pushing to Github.
  2. Pay attention to CheckStyle. Make sure your code style satisfies the code style rules.