Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 421 Bytes

CONTRIBUTING.adoc

File metadata and controls

22 lines (14 loc) · 421 Bytes

Contributing

Environment

  1. JDK 1.8

  2. Scala 2.11

  3. Mongo 3.x(可选)

  4. Redis 3.x(可选)

  5. Kafka 0.8.x(可选)

Build

  1. git clone https://github.com/gudaoxuri/ez-framework.git

  2. 使用IDE导入Maven工程,各组件都是独立Maven工程

Submit

  1. 提交前请确保:

    已完成变更代码的单元测试
    代码风格检查(mvn scalastyle:check)通过:0 errors 0 warnings