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.

Related questions

0 votes
asked Apr 1 in Gradle by rajeshsharma
0 votes
asked Mar 27 in Gradle by rajeshsharma
...