Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 514 Bytes

File metadata and controls

16 lines (10 loc) · 514 Bytes

Developer's notes and tips

IntelliJ IDEA

To import the project as an IntelliJ IDEA

  • File -> New -> Project from Existing Sources (or Module from Existing Sources)
  • Select the SmartGovLezModel folder -> Import project from external model
  • Select Gradle -> Finish

Eclipse IDE

To import the project in the Eclipse Java IDE :

  • File -> Import... -> Gradle -> Existing Gradle Project
  • Select the SmartGovLezModel folder -> Finish