Last Updated on 30/08/2020 by Grant Little Introduction Often when using Spring Boot it is convenient to put a common piece of functionality within a shared library. That library can then be used in actual
Continue ReadingMonth: August 2020
Apache Ignite Integration with Spring Boot
Last Updated on 22/08/2020 by Grant Little Overview Apache Ignite is an open source distributed database, in memory data store and compute platform. In this post we will be looking at how we can configure
Continue ReadingCreating a Spring Boot Project with Spring Initializr
Last Updated on 11/08/2020 by Grant Little Overview A common use case for Spring Boot is to create small independent (micro)services. Having the ability to do this easily makes getting an application up and running
Continue Reading