On Tuesday, June 6, 2017 at 6:14:32 AM UTC+8, Zique Sousa wrote:
> What is the difference between straight Groovy to run your test and Grails? I have a framework I wrote in Groovy,should I wrap my Groovy in grails ?
Suggest you check if there are any elements from the Grails framework you want to leverage in your app like GORM to bind a database, GRADLE, any grails plugins etc.
Otherwise, I suggest to stay where you are to keep things simple! Cheers!