![Spring 5.0 Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/699/36700699/b_36700699.jpg)
上QQ阅读APP看书,第一时间看更新
How to do it...
To get STS Eclipse 3.8, perform the following steps:
- After the download, unzip the file using WinZip or 7ZIP to your filesystem.
- Update its VM usage to enhance performance through making the heap grow to a larger amount by adding the -vmargs command to the eclipse.ini file inside the installation folder, or by appending to the Eclipse shortcut's target property. Following the command are the following Java heap memory configurations:
-Xms512m -Xmx1024m
- Go to the installation folder <installation_folder>\sts-bundle\sts-3.8.3.RELEASE and run STS.exe.
- Running STS.exe will result in launching your workspace launcher. Create an Eclipse workspace as shown as follows:
![](https://epubservercos.yuewen.com/0AC9E4/19470403601617006/epubprivate/OEBPS/Images/9b58b408-fdad-45db-ad76-6076365c9bf9.png?sign=1739011910-SHLO4GiREiYs0dLE5bYct5i7OER3kkPd-0-c3031fa7e4558a8ffa8a5efb2b8b6948)
- Then, you are now ready to create code snippets.