-
Learned how to set up an environment typical of java spring boot backend development
-
Developed a basic REST API for a web application deployment settings
-
Tested the REST API using postman and swagger
/home/v1/categories
/home/v1/categories/{categoryId}
/home/v1/records
/home/v1/records/category/{categoryId}
/home/v1/records/user/{userId}
/home/v1/records/{recordId}
/home/v1/users
/home/v1/users/{userId}
mvn package
java -jar target/demo-0.0.1-SNAPSHOT.jar