3:47 What happens if we don't use the spring dependency management AND we declare the depenecies in short form? Does the spring dependency management work only for spring boot related dependencies?
Hi. Not 100% sure what you're asking. The Spring Dependency Management Plugin sets the version for the Spring Boot dependencies you declare, which may have transitive dependencies on non-Spring related dependencies.
Hi Tom, thanks for the information. It is really helpful. I have one issue while implementing a spring-boot application. I am using the Gradle project. I am getting when I am running my standalone jar. Could you please help here.
Honestly, your videos are a lifesaver. Way easier to digest rather than reading lots of articles.
Glad it helped Gheorghe!
Thanks, Tony for creating a nice video on gradle.
Thanks, very informative
3:47 What happens if we don't use the spring dependency management AND we declare the depenecies in short form? Does the spring dependency management work only for spring boot related dependencies?
Hi. Not 100% sure what you're asking. The Spring Dependency Management Plugin sets the version for the Spring Boot dependencies you declare, which may have transitive dependencies on non-Spring related dependencies.
Great info
Hi Tom, thanks for the information. It is really helpful.
I have one issue while implementing a spring-boot application. I am using the Gradle project. I am getting when I am running my standalone jar. Could you please help here.
Hi Pawan. You're welcome! If you can tell me which command you're running and what error you're seeing I will try to help.