You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an Spring application developer, I want to create and declare a data.json file in my application classpath containing JSON objects to preload an Apache Geode Region with data.
Perhaps the filename format could be:
data-<Region-Name>.json
The <Region-Name> would refer to the Geode cache Region in which the data would be loaded.