Commit Graph

13 Commits

Author SHA1 Message Date
John Blum
88f457d042 Disable SSL auto-configuration for all Spring Geode Sample tests. 2019-09-10 23:51:19 -07:00
John Blum
6aa16f8064 Edit Javadoc; Optimize imports. 2019-09-10 23:51:19 -07:00
John Blum
53ac59f28d Change home page Web Service endpoint from ping() to description, 'Inline Caching Example'. 2019-08-23 01:29:44 -07:00
John Blum
40f5ddff7a Refactor Gradle project dependencies.
Remove unnecessary 'javax.servlet:javax.servlet-api' provided dependency in 'spring-geode-autoconfigure'.

Remove unnecessary 'org.springframework.boot:spring-boot-starter-tomcat' runtime dependency from 'spring-geode-samples-caching-httpsession'.

Remove unnecessary 'javax.cache:cache-api' and 'org.springframework.shell:spring-shell' runtime dependencies from 'spring-geode-samples-caching-inline'.

Remove unnecessary 'javax.cache:cache-api' and 'org.springframework.shell:spring-shell' runtime dependencies from 'spring-geode-samples-caching-lookaside'.

Remove unnecessary 'javax.cache:cache-api' runtime dependency from 'spring-geode-samples-caching-near'.
2019-08-23 01:19:16 -07:00
John Blum
ffa2b68b57 Remove unnecessary runtime dependency on 'org.springframework.shell:spring-shell'.
The 'org.springframework.shell:spring-shell' lib is already transitively pulled as a runtime dependency in by the 'org.springframework.geode:spring-geode' dependency.
2019-08-19 13:24:45 -07:00
John Blum
59a9d8d1c9 Format source for documentation purposes. 2019-08-01 22:27:26 -07:00
John Blum
a2f97fe2ba Add Lombok configuration file for Inline Caching Sample. 2019-08-01 14:36:55 -07:00
John Blum
e58adf04e3 Add Asciidoc tags for code references. 2019-08-01 14:09:28 -07:00
John Blum
e9ae8e1417 Add CalculatorController Spring Web MVC component exposing a REST API for the Calculator application. 2019-08-01 14:02:00 -07:00
John Blum
532599aa2a Fix bug in CalculatorService incorrectly capturing the 'operand' of the mathematical function. 2019-08-01 14:01:31 -07:00
John Blum
ea7170f8dc Add Lombok Gradle Plugin to preprocess source code during compilation. 2019-08-01 12:56:41 -07:00
John Blum
97e46f1dd4 Add Integration Tests for the Inline Caching Sample, Spring Boot application. 2019-07-31 18:40:24 -07:00
John Blum
7867bc4b17 Add Sample Code and Spring Boot application for Inline Caching. 2019-07-31 18:25:31 -07:00