Spring Boot Gradle Plugin: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
</syntaxhighlight>
</syntaxhighlight>


The plugin is responsible with
The plugin is responsible with:
* packaging executable jar or war archives
* run Spring Boot applications
* use the dependency management provided by spring-boot-dependencies.

Revision as of 23:14, 31 October 2018

External

Internal

Overview

apply plugin: 'org.springframework.boot'

The plugin is responsible with:

  • packaging executable jar or war archives
  • run Spring Boot applications
  • use the dependency management provided by spring-boot-dependencies.