Add Spring Boot Actuator Starter module for Apache Geode.

This commit is contained in:
John Blum
2018-10-02 17:16:43 -07:00
parent d896b85720
commit 58d3ff9081

View File

@@ -0,0 +1,10 @@
apply plugin: 'io.spring.convention.spring-module'
description = "Spring Boot Actuator Starter for Apache Geode"
dependencies {
compile project(":spring-geode-starter")
compile project(":spring-geode-actuator-autoconfigure")
}