Http://blog.csdn.net/robbenren/article/details/8113712
1, enter the "http://www.springsource.com/downloads/sts? Download springsource-tool-suite-2.3.2.release-e3.5.2-win32-installer.exe
2. After download, install springsource-tool-suite-2.3.2.release-e3.5.2-win32-installer.exe.
3. Click "Next" to go to "Next"
4. Select "l accept ......", Click "Next"
5. Select the desired installation path and click "Next"
6. Continue "Next"
7. Select a JDK path. Note that I use jdk1.6.0 and I have never tried JDK 1.6. "Next" To Go To The following installation page
8. After the installation is complete (the next button is available), click "Next" To Go To The following interface:
9. Continue "Next"
10. Okay. Click "finish" to complete the installation and start the newly installed program.
11. Select a workspace for it. The page is displayed.
12. Click the Red Circle button.
13. Continue to select a place in red to go To the plug-in interface.
14. Select "groovy Eclipse" (the purpose of installing "groovy Eclipse" is to successfully install "grails support" below ", if I install "grails support" first, it will not work), click "Install ".
15. Follow the steps to install the software. I will not describe it in detail. The installation method is similar to that of other software.
Create a project
1. "file "? "New "? For the "grails Project", select a "grails" installation path for the red coil.
2. Right-click the new project "racetrack" and choose "Run "? "Grails command ..." In the displayed dialog box, enter the grails command "Install-plugin Gorm-MongoDB" (install the MongoDB database plug-in)
Now that the "grails project" has been created, we can go to "run "? "Grails command ..." In the displayed dialog box, enter other grails commands to create an instance, such as create-MongoDB-class and create-controller.