spring-test-data-geode
spring-test-data-geode copied to clipboard
Consider support for Spring Boot Test Slice Annotations
For example: @ClientServerIntegrationTest
This will:
- Use conventions to determine the server-side configuration class (e.g.
GeodeServerConfiguration, or simplyServerConfiguration), or... - Perhaps use annotations (e.g.
@ServerConfiguration) to declare the server's configuration. - Start a GemFire/Geode Server with the declared configuration.
- ???