Skip to content

webservices

Aamir edited this page May 15, 2020 · 7 revisions

Resources link to spring and spring boot framework:

Spring Initializr

https://start.spring.io/

Serving Web Content with Spring MVC

https://spring.io/guides/gs/serving-web-content/

Using Spring Boot without the Parent POM

https://docs.spring.io/spring-boot/docs/current/reference/html/using-spring-boot.html#using-boot-maven-without-a-

Spring-Boot Official Documentation

https://spring.io/projects/spring-boot/

Spring framework Official Documentation

https://spring.io/projects/spring-framework/

Official guidelines on how to start with REST.

https://spring.io/guides/gs/rest-service/

Basic understanding of annotations

https://docs.oracle.com/javase/tutorial/java/annotations/

Whole concept and implementation of annotations

https://www.javatpoint.com/java-annotation/

Implementation spring restful webservices

https://java2blog.com/spring-restful-web-services-example/

Implementation spring rest crud example

https://java2blog.com/spring-restful-web-services-crud-example/

Clone this wiki locally