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
136 views
0 comments


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
747 views
2 comments


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
3,102 views
0 comments


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
82 views
0 comments


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


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
40 views
0 comments


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
451 views
0 comments


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
24 views
0 comments


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

Divya GJ
Sep 26, 20203 min read
2,623 views
0 comments


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


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
1,067 views
0 comments


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
174 views
0 comments


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
96 views
0 comments


Understanding OAuth with Spring and Keycloak
Installing, Setting up Keycloak and implementing a example with spring boot
Sachin T
Sep 12, 20202 min read
274 views
0 comments
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
794 views
0 comments


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
124 views
0 comments
bottom of page