Skip to content

dbiir/pard

Repository files navigation

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.