Grails domains in plugins or on application?
Tag : grails , By : user158193
Date : March 29 2020, 07:55 AM
With these it helps You can create them as 'templates' and have them be created with the init script (like with spring security'). I hav done similar things and they work great. Take a look at how spring security does it to get a good idea.
|
Is it possible to have different gorm versions in plugins within a grails 3 application?
Date : March 29 2020, 07:55 AM
This might help you In case anyone else comes across this, the answer was basically "no". The longer answer is "not as long as the groovy version is changing in non-backwards-compatible ways", and apparently that happens a lot.
|
Could not find artifact org.grails.plugins:audit-logging:jar:1.1.3 in grailsCentral (http://repo.grails.org/grails/plugi
Date : March 29 2020, 07:55 AM
hope this fix your issue Putting the dependency on plugins instead of dependencies block worked. This is not mentioned on the documentation.
|
How to add or install plugins in grails-3.0.4 which i have used in grails-2.4.4 while upgrading application
Tag : grails , By : ERaubenheimer
Date : March 29 2020, 07:55 AM
|
How to install plugins in grails-3.2.0 which i have used in grails-2.4.4 while upgrading application
Tag : grails , By : Dasharath Yadav
Date : March 29 2020, 07:55 AM
|