Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 962 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 962 Bytes

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Environment Setup

Maven

  • Run all maven commands under this repository folder

IntelliJ

  • Import this repository folder as an existing project in IntelliJ
  • Configure the Language level (under Project Structure -> Modules -> Sources) to 8

Eclipse

  • Set workspace to the parent folder of this repository
  • Import this repository folder as an existing Maven project in Eclipse
  • Configure the project Java compiler compliance level to 1.8
  • Set the JRE libraries to JRE 1.8
  • "Ignore optional compiler problems" in "Java Build Path" for "target/generated-sources/**/*.java"

Coding Convention