0 votes
in Gradle by
Which Gradle plugin is used to create a Spring Boot executable JAR file?

a) application

b) spring-boot

c) java

d) groovy

1 Answer

0 votes
by

Answer: b) spring-boot

Explanation: The spring-boot plugin is used to create a Spring Boot executable JAR file for a Gradle project.

...