makelefy/gradle-spring-boot-microservice-plugin
Fork: 0 Star: 0 (更新于 1970-01-01 00:00:00)
license: 暂无
Language: Groovy .
This plugin serves as a foundation for spring boot microservices.
Gradle Spring Boot Plugin for microservices
This plugin serves as a foundation forspring boot microservices.
How to use:
Check the plugin portal Add this configuration to use this plugin:
buildscript {
repositories {
mavenLocal()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:1.5.2.RELEASE"
classpath "gradle.plugin.io.github.makelefy:gradle-spring-boot-microservice-plugin:+"
}
}
apply plugin: 'io.github.makelefy.gradle-spring-boot-microservice-plugin'
Preconditions
- Support of Spring Boot 1.5.2.RELEASE
- plugin tested with Gradle 3.3 in single projects setup
##Project The following standard Gradle plugins will be applied automatically:
- groovy
- java
- org.springframework.boot
- checkstyle
- pmd
- findbugs
- jacoco
- maven-publish
- idea
Testing
-
Publish new changes with a new version number `./gradlew publishToMavenLocal
-
Use local maven cache in you test gradle project
buildscript { repositories { mavenLocal() } }
最近版本更新:(数据更新于 1970-01-01 00:00:00)
makelefy/gradle-spring-boot-microservice-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