- Spring Integration Essentials
- Chandan Pandey
- 139字
- 2021-07-23 20:50:47
Setting up STS
STS comes with many off-the-shelf plugins, visual editors, and other features, which ease the development of Spring-powered enterprise applications. The look and feel of the IDE is very similar to Eclipse. Install STS by following these steps:
- JDK 1.6 and above is a prerequisite, download and install it from http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html.
- Set
JAVA_HOME
properties as explained in the documentation at https://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/index.html. - Download STS from http://spring.io/tools/sts.
- The downloaded file is in ZIP format. Extract it to the preferred folder and it's all set.
- Go to
<installation-directory>\sts-bundle\sts-3.6.1.RELEASE
. TheSTS.exe
file is the executable for launching the IDE. - This step is optional but can help in efficient functioning of the OS editor—change the memory allocation parameter. Locate
STS.ini
(in the same folder asSTS.exe
) and change the value ofXmx
. For 2 GB, I've put it asXmx2048m
.
推薦閱讀
- 零基礎學C++程序設計
- LabVIEW程序設計基礎與應用
- Instant Apache Stanbol
- 算法訓練營:入門篇(全彩版)
- 精通搜索分析
- DevOps Automation Cookbook
- NumPy Essentials
- MATLAB 2020從入門到精通
- Kotlin從基礎到實戰
- Protocol-Oriented Programming with Swift
- Geospatial Development By Example with Python
- .NET Standard 2.0 Cookbook
- C++編程兵書
- FFmpeg開發實戰:從零基礎到短視頻上線
- Learning iOS Security