I have an existing Grails project. Success run on my computer. And then I add new Controller into this one. I get an error like this:
Repetitive method name/signature for method 'java.lang.Object
withFormat(groovy.lang.Closure)'
I have an existing Grails project. Success run on my computer. And then I add new Controller into this one. I get an error like this:
Repetitive method name/signature for method 'java.lang.Object
withFormat(groovy.lang.Closure)'
Finally I get sollution for my problem by downgrade my JDK from 8 to 7. I do these steps:
grails clean
grails run-app