adding some simple persistence

This commit is contained in:
eugenp
2017-02-24 15:12:23 +02:00
parent f64e24e6de
commit 355931f826
7 changed files with 291 additions and 97 deletions
@@ -9,4 +9,5 @@ public class Spring5Application {
public static void main(String[] args) {
SpringApplication.run(Spring5Application.class, args);
}
}