/Learn-API-Testing

Learn API Testing by Jagdeep Jain

Primary LanguageJava

Learn-API-Testing

Learn API Testing by Jagdeep Jain

Note for Apple M1 Chipset

For Apple MacOS M1 Chipset, please update the JDK version as shown below.

java -version
openjdk version "1.8.0_322"
OpenJDK Runtime Environment (Zulu 8.60.0.21-CA-macos-aarch64) (build 1.8.0_322-b06)
OpenJDK 64-Bit Server VM (Zulu 8.60.0.21-CA-macos-aarch64) (build 25.322-b06, mixed mode)

Install the applicable tomcat binaries for Apple MacOS M1 Chipset and deploy the war file in the /webapps folder.

Windows users can navigate to the local tomcat installations and under /bin folder, by executing startup.bat local application can be started.

For non windows users use /startup.sh script to start the applicaiton in local environment.