News

Accessing multiple databases in enterprise applications can be a challenge. With Spring it is easy enough to define a common data source, but once we introduce multiple data sources things get ...
Spring Boot allows you to build Spring based applications with little effort on your part. Aerospike is a distributed and replicated in-memory database that is ACID compliant. This article will ...
Step 2: Create the Java classes The next step is to open the restful-spring-example project and create two classes: Score.java and ScoreService.java. Right click on the com.mcnz.restful.spring.boot ...