An open API service indexing awesome lists of open source software.

https://github.com/ribeaud/webec

Template for creating any Grails 4 based project
https://github.com/ribeaud/webec

Last synced: about 1 year ago
JSON representation

Template for creating any Grails 4 based project

Awesome Lists containing this project

README

          

# 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..._
1. Select **Gradle** as _external model_:
![Select Gradle Model](import_project.png)
1. Uncheck _create separate module per source set_:
![Select Gradle Model](gradle.png)

BTW:
We created this [Grails](https://grails.org/) project for you by executing the command: `grails create-app webec`
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.