Spring Boot Quick Start 11 - Adding a REST Controller

Spring Boot Quick Start 11 - Adding a REST Controller

Java Brains

7 лет назад

844,805 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Yogesh Gandhi
Yogesh Gandhi - 16.10.2023 11:38

Scalability: Embedded servers are not always optimized for handling a large number of requests or heavy traffic. Dedicated application servers like Tomcat and WildFly are designed to handle scalable applications and can be fine-tuned for performance.

Ответить
Laser lock
Laser lock - 13.10.2023 18:44

Even six years later, I learn a lot from these tutorials. It is somewhat similar to what I worked with in C# and your explanation is nice.

Ответить
RENATO CHAVEZ CHICOMA GERMAN
RENATO CHAVEZ CHICOMA GERMAN - 01.08.2023 12:37

Yhank you sir ❤

Ответить
Nazarii Muliak
Nazarii Muliak - 28.02.2023 18:17

If your controller is not working - check these steps:
1. Check if the controller is in the same package as the main class => com.example.product
or it`s subpackage is in the same package => com.example.product.subpackage
2. Check if you have a spring-boot-starter-web dependency.
3. Final step if everything is not working, check your project system disk. For example, if your project is located on disk D, it may not recognize packages and find the controller.

Ответить
Aasim Syed
Aasim Syed - 11.01.2023 14:07

Extremely Helpful, had excellent clarity, and amazing explanations.

Ответить
Ralf Gräf
Ralf Gräf - 27.10.2022 22:11

Nearly 6 years later I'm following your course. Your explanation is brilliant, you're doing a really good job! Thank you.

Ответить
Dikshant Singh
Dikshant Singh - 03.10.2022 08:35

I am having problem running local host8080"localhost refused to connect" and "site can't be reached"

Ответить
Arxontis Kostis
Arxontis Kostis - 25.09.2022 21:28

Incredible tutorial. Incredible presentation. THANK YOU!

Ответить
AJB channel
AJB channel - 22.09.2022 05:56

well organized lecture

Ответить
Cherol Phoshoko
Cherol Phoshoko - 30.08.2022 22:06

I can't believe I paid more than 2K for a spring course that wasn't even half as valuable as this!!

Ответить
Emir Özmen
Emir Özmen - 18.07.2022 14:27

If you still get the same error, add "@ComponentScan(basePackageClasses = HelloController.class)" into main app file.

Ответить
Shwetank Singh
Shwetank Singh - 31.05.2022 12:55

How a plain string returned by controller method is shown automatically into html format on the web page?

Ответить
Hansa Pirwani
Hansa Pirwani - 21.04.2022 12:10

Besttttttttttttttt tutorial for beginners

Ответить
ерунда сэндвич
ерунда сэндвич - 20.01.2022 22:24

dude your link in the description doesn't even work

Ответить
AJAY K
AJAY K - 22.12.2021 11:46

localhost:8080 is asking for userid and password

Ответить
Bishal Thapa
Bishal Thapa - 06.12.2021 01:31

Really helpful.

Ответить
H Hope-Carter
H Hope-Carter - 11.11.2021 00:43

This tutorial is honestly the first time I've understood anything about Spring Boot. So many tutorials just rush through things. Totally invaluable. I gotta watch some more of your videos, because this is the approach to teaching that I have been looking for.

Ответить
Nitin Goyal
Nitin Goyal - 26.10.2021 08:48

I am getting an error-Launch error in eclipse( can anyone help)

Ответить
Ba Ismail
Ba Ismail - 10.10.2021 12:25

Masha Allah
Awesome way of educating

Ответить