Quantcast
Channel: How to tell intelliJ IDEA to refresh my classes and resources in a grails app? - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Cassio Landim for How to tell intelliJ IDEA to refresh my classes...

As workaround you can copy $GRAILS_HOME/lib/org.springsource.springloaded/springloaded-core/jars/springloaded-core-*.jar to...

View Article



Answer by Fran García for How to tell intelliJ IDEA to refresh my classes and...

If you run a grails application using grails dev run-app, the application won't be hot reloaded. So, just start your application using grails run-app.

View Article

Answer by Viriato for How to tell intelliJ IDEA to refresh my classes and...

According to the Definitive Guide to Grails book,on page 34 it states that hot reloading is only available when running on dev mode. Thanks Nate (my coworker) for pointing that out. So the moral of the...

View Article

How to tell intelliJ IDEA to refresh my classes and resources in a grails app?

Set up: I have a grails project in IntelliJ Idea. I run the application by clicking on the "Play" button up top where I have a grails configuration with the default grails run command "run-app". All...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images