Enterprise Java
-
AWS DynamoDB version field using AWS SDK for Java 2
It is useful to have a version attribute on any entity saved to anAWS DynamoDB database which is simply a…
Read More » -
Spring Boot Port Change To Custom or New Port From Default
A quick guide to change the port for Spring Boot application. Examples to server.port property in application.properties file and yml…
Read More » -
Using Testcontainers in Spring Boot Tests For Database Integration Tests
In this blog post I’d like to demonstrate how I integrate Testcontainers in Spring Boot tests for running integration tests…
Read More » -
Neo4J OGM with Quarkus
In the following video I show an example Quarkus application that uses a Neo4J database and Neo4J OGM. Have a…
Read More » -
Deep Learning with Spring Boot and DJL
Overview This is another post on Spring Boot that will show how to build a sample web application using Deep Java Library (DJL), an…
Read More » -
Why use Cloud Computing? Advantages and Disadvantages
Cloud Computing has been a buzz word in the IT world from the last few years. When it first appeared,…
Read More » -
RESTful services with HATEOAS. Documenting Hypermedia APIs
1. Introduction Hopefully the previous part of the tutorial not only unveiled the far-reaching implications of the hypermedia and HATEOAS…
Read More » -
Mockito ‘thenReturn’ vs Mockito ‘thenAnswer’
When it comes to writing test cases for code, Mockito is one of the most common choices of developers. Then…
Read More » -
Spring Boot and Micrometer with Prometheus Part 6: Securing metrics
Previously we successfully spun up our Spring Boot application With Prometheus. An endpoint in our Spring application is exposing our…
Read More »