Java 17, Spirng boot 3, remove mongodb First commit

This commit is contained in:
nheron 2023-02-12 12:13:14 +01:00
commit 89c8e6aeea
69 changed files with 2203 additions and 104 deletions

View file

@ -7,6 +7,9 @@ public class DummyFact {
private DummyFact property;
private List<DummyFact> listOfFacts;
public DummyFact() {
}
DummyFact(String name) {
this.name = name;
}