I write a grails app in intellij.When I create a new domain class(Spring Loaded: Cannot reload new version of tmp.TestFkTable
),or add a new url in urlmapping.groovy(404 not found
),or add a new method in controller(
ERROR org.springsource.loaded.agent.Watcher - FileWatcher caught serious error, see cause org.grails.core.exceptions.GrailsRuntimeException: Error instantiated artefact class [class tmp.CenyController] of type [class org.grails.core.DefaultGrailsControllerClass]: InvocationTargetException
),the console show erros.
I have to re-run it,then it would work as I expected...
I find a page "https://github.com/grails/grails-core/commit/fe7ea7ffec2fc06e8017cb633e39e67341788475" about it,after build it,I do not know how to do.Any other methods?