Need to restart Grails after Controller super class changes

150 views Asked by At

I have to restart Grails after my Controller class changes. If for example I change

class FooController extends RestfulController<Foo>

into

class FooController //extends RestfulController<Barcode>

Is there a way not to restart it? (takes ages)

0

There are 0 answers