itbasis/spring-boot-module-gradle-plugin
Spring Boot module plugin
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
Examples
- Custom Spring Boot version using extra-property: 1.5.2.RELEASE (build.gradle), 1.5.3.BUILD-SNAPSHOT (build.gradle)
- Custom Spring Boot version using properties file: 1.5.2.RELEASE (build.gradle + gradle.properties), 1.5.3.BUILD-SNAPSHOT (build.gradle + gradle.properties)
最近版本更新:(数据更新于 1970-01-01 00:00:00)
itbasis/spring-boot-module-gradle-plugin同语言 Groovy最近更新仓库
2024-12-21 00:29:29 gradle/gradle
2023-07-15 08:08:41 google/protobuf-gradle-plugin
2023-04-03 16:51:41 palantir/gradle-docker
2022-09-09 20:01:49 researchgate/gradle-release
2016-08-25 02:42:24 okjsp/okky
1970-01-01 00:00:00 paraujof/springio