#17 RESTful Web Services | Spring Rest | Spring Boot Example

preview_player
Показать описание
In this video we will see Spring RESTful Webservices example.

We will also see :
What is Spring Boot
Why Spring Boot
Create Spring Boot webapp project
or Spring Boot REST project

We will learn about annotations :
@RestController
@RequestMapping

Editing Monitors :

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :

Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
Рекомендации по теме
Комментарии
Автор

My God. U should live in 100 years..Thank u so much

shanshared
Автор

Works only with json. Thank you for your video

divergenny
Автор

After watching this video I realised how spring webservice is easy. Thank you for sharing the good info

javaramchintha
Автор

Great tutorials, easy to follow and at the right pace. I also had the issue on the port number, but when i stopped and restarted the application, this resolved my problem. I was using PostgreSQL database for my case.
Before i forget, my Application.Properties were set as follows:






What would be nice is an additional tutorial where a web page triggers a POST message towards an external server/servlet.

pbc
Автор

Thank you Navin, very easy to understand and try out by myself. Loving the other tutorials, keep it up, awesome.

melvinkingsley
Автор

for the people who is getting port already used kind of error on windows has easy fix try this
Step 1: goto commad prompt and Find the process id
- > netstat -ano | findstr 8080
Step 2: Open command prompt as administrator and kill the process
-> taskkill /F /pid 1088(say)

tecx
Автор

Superb superb....I lost my fear about rest

krishnad
Автор

Exactly what I was looking for.. Thank you

vikaschinchansur
Автор

WonderFul video It helped me a lot. I faced a lot of problems in STS I thought its better to work with Eclipse but So many doubts You solved by this video for beginners

veerendranadhravuri
Автор

Thank you very much...please upload more SpringBoot+Rest Videos....

vijayp
Автор

That port 8080 is used by postman when you first installed postman

msa
Автор

After watching this video I realised how spring webservice is easy

maheshdarekar
Автор

Thanks for the Spring Rest. Eagerly waiting for this.

abhiganta
Автор

No Need to add any dependency forJson format
But XML format output need to add dependencies

<dependency>


</dependency>
</dependencies>

vinodsamudrala
Автор

Thanks you.Very nice are these videos. Two questions: if i have more than One classe as Alien(spring tools suite jpa) how i manage the interface crudRepository.
If i want to consume the webservice and use primefaces in front-end how to do it?.
Thanks.

dineg
Автор

If it can help someone: If you started your app once then you have to "terminate" and run again otherwise it gives that port error if you start it again without terminating.

prabhakarkevat
Автор

I have installed STS 4-4.9.0. But I am unable to change perspective to spring(default)

AvinashKumarBarnwalKol
Автор

@Telusko Learnings could you please share the next video for rest+spring boot+jpa or form where i can get it. thanks a lot fro you all video

narendra
Автор

Sir, I need your help. I'm getting an error in pom file after just creation of New Spring Boot project. Please help me.

nishantverma
Автор

i am trying to create a REST API application. i have tried 2 ways. using STS 4 or going on (spring.io) initialise configuring the project and importing it as a maven one.

the only libraries i am trying to install is the (spring starter web)

Regardless which way i will do it the project comes pre-configured wrong (the pom.xml) file. why is that? what i am doing wrong?