You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I,ve just created grails3 MT plugin here https://github.com/ejaz-ahmed/grails-multitenant-plugin
I've submitted it to grails bintray and will be available to grails plugin page once it is accepted. For the time being you can use gradle multi project setup. There is an example project in repo as well which configures this setup and you can use this as reference.
added this line in bild.gradle like we do in old grails version.
compile ":multi-tenant-single-db:0.8.3"
when i run the application,I got this on console.
Error |
Could not resolve all dependencies for configuration ':testRuntime'. Type 'gradle dependencies' for more information
The text was updated successfully, but these errors were encountered: