Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 781 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 781 Bytes

WebEngineering

The idea behind it is to avoid any Grails installation on target computer. The students just check out the project and import it into IntelliJ IDEA. The IDE takes care of everything.

To import the project, perform the following steps in IntelliJ IDEA:

  1. Import Project... or File > New > Project from Existing Sources...
  2. Select Gradle as external model: Select Gradle Model
  3. Uncheck create separate module per source set: Select Gradle Model

BTW: We created this Grails project for you by executing the command: grails create-app mvc such that you don't have to create it yourself, you don't have to install Grails, and we all use the same Grails version.