Building a Rest API with Spring Boot in 10 steps
Step 1: Install Necessary Tools
1- Install sdkman
https://sdkman.io/install
2- Install java:
Run: sdk install java
Verify: java -version
3- Install Eclipse STS (Spring Tools for Eclipse):
Download from: https://spring.io/tools
For example, ...
codelikeawoman.com6 min read