Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

itbasis/spring-boot-module-gradle-plugin

Repository files navigation

Spring Boot module plugin

Build status

Introduction

plugin apply Spring Boot plugin (org.springframework.boot:spring-boot-gradle-plugin) and import as mavenBom org.springframework.boot:spring-boot-dependencies

If the springBootVersion property is not found in the project, then the latest.release value is used.

Plugin append dependencies:

scope dependencies
compileOnly org.springframework.boot:spring-boot-configuration-processor
testCompile org.springframework.boot:spring-boot-starter-test

The plugin explicitly indicates the dependency of the compileJava task on the processResources

Using extends plugins

itbasis:java-module-gradle-plugin

Spring Boot Gradle plugin

Examples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published