Details:
- java 1.7.0_25
- grails 2.4.5
- vaadin plugin 7.5.2
Create Grails app in ItelliJ IDEA 14 as in this manual –
https://vaadin.com/wiki/-/wiki/Main/Vaadin+on+Grails+-+Create+project+in+IntelliJ+IDEA
But use only 1. and 2. points.
After 2. point use next suggestions:
add to BuildConfig.groovy:
to dependencies – runtime ‘org.hibernate:hibernate-validator:5.1.1.Final’
to plugings – compile “:vaadin:7.5.2”
click Apply Grails changes to IDEA project structure
run – grails vaadin-quickstart
Next couple steps:
press “+” and select Grails:
select “your app” in Module:
change name on “your app name”:
result:
Thats all.