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 Apache Ignite within a Spring Boot component
Continue ReadingTag: spring
Creating a Spring Boot Project with Spring Initializr
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 more quickly more accessible. Spring Initialzr is
Continue Reading