Spring Boot
-
Enterprise Java
Simplify integration testing of legacy application with Spock 1.2
Learn how leverage Spock 1.2 to slice a Spring context of a legacy application writing integration tests. Have you ever…
Read More » -
Enterprise Java
Containerising a Spring Data Cassandra application
I’m continuing my journey of learning Docker. I am still keeping it simple at this point. This time around, I…
Read More » -
Enterprise Java
TIP: Activate via URL and Send Arguments
The most secure password in the world is the one that doesn’t exist. You remove the user from the equation…
Read More » -
Enterprise Java
Spock 1.2 – hassle-free Spring beans mocking in integration tests
Discover how to automatically inject Spock’s mocks and spies into the Spring context using Spock 1.2. Stubs/mocks/spies in Spock (and…
Read More » -
Enterprise Java
Knative Serving – Service to Service call
In a previous post I had covered using Knative’s Serving feature to run a sample Java Application. This post will…
Read More » -
DevOps
Using Docker to shove an existing application into some containers
I have finally got round to learning how to use Docker past the level of knowing what it is and…
Read More » -
Enterprise Java
Restful API using Spring Rest & Spring Data JPA & H2 with Spring Boot Example
Hello Friends, In this tutorial, you will learn the following : 1. Configuring Spring Rest, Spring Data JPA and H2…
Read More » -
Enterprise Java
Build a Secure API with Spring Boot and GraphQL
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
How to Integrate H2 database in Spring Boot App
Hello Friends, In this tutorial, we will try to explore that how we can integrate with the H2 database in a…
Read More »