Spring Boot Tutorial for Beginners #18 - Embedded Servers - Tomcat, Jetty, and Undertow

preview_player
Показать описание
Hi there everyone, Ramesh here welcome to the Spring boot tutorial for the beginners series. In this video, you will learn Spring boot with Embedded Servers - Tomcat, Jetty, and Undertow.

#SpringBoot #Beginners #Java

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

how to get the dependencies in link format to dive into those dependencies?

mounikapullagura
Автор

In my application.properties file I have set server.port=8080. Although When I run the application I get the error the "The Tomcat connector configured to listen on port -1 failed to start. The port may already be in use or the connector may be misconfigured."
Is there another place where my configuration may be done without met knowing of it?

ikbenjel