Fixup documentation and samples.

This commit is contained in:
John Blum
2017-07-26 01:35:27 -07:00
parent e3cc3e7388
commit 04168ef1b3
28 changed files with 1110 additions and 1291 deletions

View File

@@ -1,5 +1,6 @@
apply plugin: 'io.spring.convention.spring-sample-war'
apply plugin: "gemfire-server"
apply plugin: "application"
apply from: IDE_GRADLE
@@ -25,3 +26,5 @@ dependencies {
integrationTestRuntime "org.springframework.shell:spring-shell"
}
mainClassName = "sample.ServerConfig"