Blog Archives

Adding Some Demo Data

Before we can start displaying data in our application we need to add some demo data. You could point the data source to be an external persistent data source that contains test data instead of using an in-memory data source that

Tagged with: , , , ,
Posted in Domino To Spring, None

Thats just a load of CRUD

CRUD stands for Create, Read, Update and Delete which are probably the most basic of things that you can do to a piece of data. Spring Boot gives you a very easy way to setup an interface between your application logic

Tagged with: , , ,
Posted in Domino To Spring, None
Archives