top of page
Search


Integrating MongoDB with Spring Boot
Introduction MongoDB is a open-source document-based NoSQL database. MongoDB uses JSON documents to store records. Internally, MongoDB...
Sachin T
Nov 7, 20202 min read
Â
Â
Â


Integrating Spring Boot framework in Apache OFBIz
Integrating Spring Boot within Apache OFBIz. Now its easy to implement RestApi using OFBIz
Sunil Bakale
Nov 6, 20202 min read
Â
Â
Â


3 ways to deploy and run the Spring Boot app on GCP
Deploying Spring Boot application to the Google Cloud Services such as Google Compute Engine, Kubernetes Engine, App Engine
Sunil Bakale
Oct 21, 20205 min read
Â
Â
Â


Building a chat application with Spring Boot and WebSocket
Built a chat application using spring boot and websocket API.

Divya GJ
Oct 10, 20203 min read
Â
Â
Â


Deploying multi Spring Boot applications with Docker Compose
Deploying multiple Spring Boot applications using docker-compose
Sunil Bakale
Oct 4, 20203 min read
Â
Â
Â


Integrating H2 Database with Spring Boot
Basics of H2 Database and integrating h2 with Spring Boot. Example of building REST API with Spring Boot and in-memory h2 tatabase

Divya GJ
Oct 3, 20203 min read
Â
Â
Â


Building and Running Docker Image for Apache Ofbiz on Kubernetes
Build Ofbiz Docker Image, Push image to DockerHub, and Run image on GCP Kubernetes
Sunil Bakale
Sep 28, 20203 min read
Â
Â
Â


Spring Social Integration
Introduction Spring social is an extension of spring framework.The Spring Social project enables your applications to establish...
Sachin T
Sep 26, 20202 min read
Â
Â
Â


Sending E-mail using Spring Boot REST API
REST API to send Email with Spring Boot

Divya GJ
Sep 26, 20203 min read
Â
Â
Â


Spring Boot and OAuth2 Integration with Google
Understand OAuth2 Integration with Spring boot, using Google as example
Sachin T
Sep 19, 20202 min read
Â
Â
Â


Building and Running Apache Ofbiz image on docker
Building Apache Ofbiz Docker image, and running Ofbiz on Docker
Sunil Bakale
Sep 19, 20202 min read
Â
Â
Â


File Upload and Download REST API with Spring Boot
File upload and download REST API with Spring Boot

Divya GJ
Sep 19, 20204 min read
Â
Â
Â


Getting started with Apache Kafka with Spring Boot
Install, Configure Kafka, and implement a example with Spring Boot

Divya GJ
Sep 12, 20204 min read
Â
Â
Â


Understanding OAuth with Spring and Keycloak
Installing, Setting up Keycloak and implementing a example with spring boot
Sachin T
Sep 12, 20202 min read
Â
Â
Â
Installing Docker and running the NGINX docker image on the VM instance of GCP
Introduction to Docker Docker is a company that promotes the movement of containers. It is an open-source project that automates the...
Sunil Bakale
Sep 7, 20203 min read
Â
Â
Â


Java 8 Streams and Collectors
Many of you might have already used some of the basic functions in Streams, especially the filters, maps and collectors. However there...

Harish BN
Sep 5, 20203 min read
Â
Â
Â
bottom of page