How to persist data into Gemfire region permanently?

21 Views Asked by At

Taking a reference: java.lang.NoClassDefFoundError: org/springframework/data/gemfire/util/SpringExtensions - Spring Gemfire.

I am looking to persist the data into gemfire. Currently when my application exit, data gets wiped out.

Which changes do I need to implement?

1

There are 1 best solutions below

0
Jens D On