Unleashing the Spring Boot Gradle plugin

preview_player
Показать описание
Using Gradle to build your Spring Boot application is a good approach, but the process is made infinitely easier using the Spring Boot Gradle plugin to provide build functionality specific to Spring Boot.

In this video, we’ll explore the most common uses case to get up and running with the Spring Boot Gradle plugin, as well as how to customise it to meet your specific requirements.

You'll learn about:

✅ Applying the plugin (including building using bootJar and bootWar Gradle tasks)
✅ Spring Boot dependencies without version number (using the Spring dependency management plugin)
✅ Adding build info (using Spring Boot actuator)
✅ Publishing (to a Maven repository)

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

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

Waterwater
Автор

Thanks, Tony for creating a nice video on gradle.

nikhilchaurasiya
Автор

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?

krige
Автор

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.

pawankandpal