admin

admin

Building REST APIs in Java using Spring Boot

What is Spring Boot and what is the advantage of using Spring? Spring Boot is a Framework from “The Spring Team” to ease the bootstrapping and developmentof new Spring Applications. It provides defaults for code and annotation configuration to quick…

Introduction to REST API

Overview Why Web Service? This problem can be solved easily using web service. The bank B2 will provide a webservice and using it any other bank’s ATM can access their customer’s information. How is an API being different from a…