Purpose: Create REST APIs in JAVA programming language
Install SDKMAN in sdkman.io
Check java version in sdkman for getting java
sdk list java
Install java version
sdk install java<version>
sdk use java<version>
Clone the project
git clone [email protected]:Nathapons/spring-boot-rest-api.git
Go to the project directory
cd spring-boot-rest-api
Start the server
./mvnw clean spring-boot:run