How to store data locally? (Spring Boot) #266
-
I have been around and around and around this for hours today and I cannot understand: How do you store data locally during development? (feeling very frustrated) I your spring boot example. It runs, but if you stop it and then start it again, nothing is persisted. Why? How can you do local development is nothing actually persisted. This is the same problem with my own demo project. Nothing is persisted. I have been over and over the documentation. It's very confusing. I feel like this is one of those things that is SO obvious to experienced developers that they don't even think to explain?? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hallo, |
Beta Was this translation helpful? Give feedback.
-
Thanks for your response @zdenek-jonas |
Beta Was this translation helpful? Give feedback.
-
I found the problem.... I prepare PR, it will be merged next week. |
Beta Was this translation helpful? Give feedback.
-
Ah, ok. The funny thing is, I finally got it working by using spring-data-eclipse-store. |
Beta Was this translation helpful? Give feedback.
#267