multi-tenant / grails-multi-tenant-single-db

Multi Tenant implementation for single database environments - Use grails-filtering and grails-hibernate-hijacker
Apache License 2.0
32 stars 25 forks source link

grails-multi-tenant-single-db how to install with grails 3 #46

Open anujkumar1993 opened 8 years ago

anujkumar1993 commented 8 years ago

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

ejaz-ahmed commented 8 years ago

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.