How to Write Junit 5 Test Cases for Spring REST Controller using Mockito

  • Post author:
  • Post category:Spring Boot
  • Post comments:0 Comments
  • Post last modified:December 20, 2022

In the previous article, we integrated the Razorpay payment gateway with our Spring Boot Angular application. Now, we are gonna unit test one of the REST controller using Mockito. Introduction JUnit is an…

Continue ReadingHow to Write Junit 5 Test Cases for Spring REST Controller using Mockito

Integrate Razorpay Payment Gateway with Angular and Spring Boot Application in 14 Simple Steps

In the previous article, we have deployed our Spring Boot & Angular application on Digital Ocean Kubernetes. In this article, we are gonna integrate the Razorpay payment gateway into that application. Disclosure: Please…

Continue ReadingIntegrate Razorpay Payment Gateway with Angular and Spring Boot Application in 14 Simple Steps

Deploy Angular NGINX Spring Boot MySQL Docker Containers on Ubuntu Server in 20 minutes

  • Post author:
  • Post category:DevOps
  • Post comments:0 Comments
  • Post last modified:April 2, 2021

In the previous article, we have dockerized our Spring Boot Angular application using Docker Compose. In this article, we are gonna deploy our Multi Container Docker application on Ubuntu Server…

Continue ReadingDeploy Angular NGINX Spring Boot MySQL Docker Containers on Ubuntu Server in 20 minutes

How to Dockerize Angular with NGINX and Spring Boot with MySQL using Docker Compose

  • Post author:
  • Post category:DevOps
  • Post comments:0 Comments
  • Post last modified:March 10, 2021

In the previous article, we have implemented Two Factor Authentication with Spring Security and a Soft Token. In this article, we are gonna dockerize that application. Introduction Let's have a…

Continue ReadingHow to Dockerize Angular with NGINX and Spring Boot with MySQL using Docker Compose

How to Build Spring 5 REST API with Embedded Tomcat without using Spring Boot

  • Post author:
  • Post category:Spring
  • Post comments:0 Comments
  • Post last modified:December 6, 2020

In the previous article, we have added logging support using the Logback logging framework. Now, we are going to add embedded tomcat to the Spring REST application without using Spring Boot. Let's…

Continue ReadingHow to Build Spring 5 REST API with Embedded Tomcat without using Spring Boot