开发者

Improve Grails-Commandline performance

开发者 https://www.devze.com 2023-01-20 06:06 出处:网络
is there a way to improve the performa开发者_如何转开发nce of the Grails commandline tasks. For example the test-app task is taking some time until all dependencies are checked, classes compiled etc.

is there a way to improve the performa开发者_如何转开发nce of the Grails commandline tasks. For example the test-app task is taking some time until all dependencies are checked, classes compiled etc. Even simple tasks like create-domain-class is taking some seconds to run.


You can use the "grails interactive" shell for running unit tests, generating basic artifacts and so on. This way you don't have to pay the startup cost for every simple command.

Note that this didn't really work for integration tests last time I tried.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号