#14 Spring MVC and Layers

preview_player
Показать описание
Check out our courses:

Coupon: TELUSKO10 (10% Discount)

Coupon: TELUSKO20 (20% Discount)

For More Queries WhatsApp or Call on : +919008963671

Udemy Courses:

Рекомендации по теме
Комментарии
Автор

Thank you so much for the error demonstration.
It is very important for me!
It shows that you don't have to be afraid of mistakes, you just have to deal with them.
This video is very valuable!🙏

ЕвгенийВовк-ыь
Автор

Spring made programming easy ❌ TELUSKO made Spring easy ✅

yashwanthraj
Автор

Thank you for sharing not just the results but the errors, it's good to see how somebody with good knowledge in programming deals with errors

jairramirez
Автор

Hello Navin sir, this playlist is going very well, usually I dont comment on videos, however the kind of dedication you are taking and the content that you are making is mind blowing. Thank you for this and keep uploading. We are waiting to learn these things.

ameybhandari
Автор

You don't teach, you educate! Thank you!

Devivl
Автор

Bro's Teaching everything
that's gooood
goood to know how things work behind the scene so we can fix bugs pretty quickly

justicefor_sandwichlord
Автор

The problem why lombok is not working is due to IDE. Intellij doesn't understand the lombok features i.e getters, setters, constructors predefined method. To solve this error you need to install Lombok Plugin in your Intellij IDE

premnath
Автор

@Telusko Sir, The issue your are facing that port is already in use is because your SpringBoot application re run automatically so when you are trying to run it again it gave you that error .So you don't have to re run it Sir. 😊

sachinmehra-btjj
Автор

I really appreciate your hard work in creating such simple yet valuable content in your videos.

naraynwetal
Автор

Thanks please don't stop making videos. I need it for my finaly year project

kushal
Автор

its teaching....it's a style of teaching... helps a lot 😍

likithkumar
Автор

Thank you for this video! Everything worked on my machine as well!

DanaO-suxl
Автор

Multiple server instant have already been created and didn't stop properly.

If you're using windows, type below command in cmd

netstat -aon | find /i "listening" | find "your_port_no"

Hit the enter button and then,

Taskkill /F /PID "type_PID_id_of_current_port" and then hit enter


If you're using linux

ps -aux | grep tomcat


kill -9 TYPE_YOUR_PID_ID

Hope it will work

stephena
Автор

This time your code works for me. I face strange issues sometime and most of the time reset of Intellij fix the problem.

arturkwiatkowski
Автор

spring made programming easy ❌ but he did... yes, Navin Reddy made programming easy 💥

AjayKumar-gojr
Автор

Hi Navin!!!... the lombok works normally in my machine and it's typically you need to restart you system.

gonzalob.
Автор

@Telusko I've tried different ways about the issue that you got. So here is the solution other than restarting.

As we are considering the Product as a simple model so it shouldn't have @Component annotation. So keep @Data annotation and execute it will work..
Please correct me if I'm wrong..

lokeshkumarkondeti
Автор

You're very good at teaching. I can't wait for the next lesson!

Aaaronka
Автор

Wow. amazing videos. Thank you for the videos Sir

GuessGameFun
Автор

You are Good...!!
Explanation is Amazing!

Yogesh-pk