Installing The Spring Tools Suite
Installing The Spring Tools Suite
com/persistence-with-spring-series
https://spring.io/tools
Go to Window -> Show View -> Other -> Server -> Servers
In the Servers panel click on No servers available... in order to add support for
Tomcat 8.x in STS 4
Select Apache->Tomcat v8.5 server
Select folder where Tomcat is unpacked, for example d:\tools\apache-tomcat-8.5.59
C:\Users\Admin>echo %JAVA_HOME%
C:\Program Files\Java\jdk1.8.0_261
set PATH=%PATH%;%MAVEN_HOME%\bin
You can check if Maven is correct installed opening a Command Prompt Console and
running the following command:
C:\Users\Admin>mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\MG\tools-2020\apache-maven-3.6.3\bin\..
Java version: 1.8.0_261, vendor: Oracle Corporation, runtime: C:\Program
Files\Java\jdk1.8.0_261\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"