简体   繁体   中英

Install Grails mongodb plugin offline

I need to install the Grails mongodb plugin in the environment with no Internet connection. I set up Grails 2.2.4. I am trying to install mongodb_1.3.0 plugin. What do I need to download on my local machine (or in my local Maven repository) to make the installation possible. I was trying to find for a file mongodb-1.3.0.zip, but could not file such file anywhere. The MongoDB plugin documentation is of no help about an offline installation of a plugin. It simply instructs you to add

compile ':mongodb:1.3.0' line to BuildCOnfig.groovy.

i think unless u downgrade your grails version to < 2.1 something ? there is no offline dependency resolving ,you also need to install the mongo dob plugin and uninstall hibernate using plugin manager ALT+G ,M on windows .....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM