Unleashing the Spring Boot Gradle plugin

แชร์
ฝัง

ความคิดเห็น • 9

  • @Waterwater743
    @Waterwater743 3 ปีที่แล้ว +4

    Honestly, your videos are a lifesaver. Way easier to digest rather than reading lots of articles.

  • @nikhilchaurasiya9683
    @nikhilchaurasiya9683 4 ปีที่แล้ว +1

    Thanks, Tony for creating a nice video on gradle.

  • @kalankasiyambalapitiya7615
    @kalankasiyambalapitiya7615 3 ปีที่แล้ว +1

    Thanks, very informative

  • @krige
    @krige ปีที่แล้ว

    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?

    • @TomGregoryTech
      @TomGregoryTech  ปีที่แล้ว

      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.

  • @boathecat919
    @boathecat919 2 ปีที่แล้ว

    Great info

  • @pawankandpal6753
    @pawankandpal6753 4 ปีที่แล้ว

    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.

    • @TomGregoryTech
      @TomGregoryTech  4 ปีที่แล้ว

      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.