Introduction to spring roo installation and use
For a long time, Java / spring development has been regarded as a cumbersome representative, unable to quickly generate project prototypes and skeletons. Therefore, spring launched the spring roo project to help us quickly generate the project prototype. This article refers to the official documents of spring roo. If you are familiar with English, you can directly see the original documents, which is richer in content.
install
Install command line tools
Spring roo is a set of command line tools. If you are using eclipse / STS, you can also use the plug-in corresponding to eclipse.
First, download the command line tool. Go to the download page and select the corresponding version to download. Here I choose the latest 2.0 0.rc1, after all, I have update obsessive-compulsive disorder. After downloading, unzip it and you will get a folder where the executable file of spring roo is in the bin directory. You can see that it has bat and sh formats and can run on different systems. To make it easier to run in the terminal window in the future, I suggest adding this folder to the environment variable at the same time.