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 applications and any Spring Beans defined within
Continue ReadingTag: springframework
Apache Ignite Integration with Spring Boot
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 Reading