spring-test-data-geode icon indicating copy to clipboard operation
spring-test-data-geode copied to clipboard

Consider support for Spring Boot Test Slice Annotations

Open jxblum opened this issue 6 years ago • 0 comments

For example: @ClientServerIntegrationTest

This will:

  • Use conventions to determine the server-side configuration class (e.g. GeodeServerConfiguration, or simply ServerConfiguration), or...
  • Perhaps use annotations (e.g. @ServerConfiguration) to declare the server's configuration.
  • Start a GemFire/Geode Server with the declared configuration.
  • ???

jxblum avatar May 01 '19 21:05 jxblum