Skip to content
KSCodes
  • Java 21
  • Java
    • String Handling
    • Collections
    • Exception Handling
    • JDBC
    • File IO
    • Apache POI
    • XML Parsing
    • JSON
  • Spring MVC
  • HTML5
  • jQuery
  • Tutorials
  • Misc

Deploying Spring Boot on Azure (Spring Apps)

Azure Spring Apps (formerly Spring Cloud Azure) is a fully managed service by Microsoft and VMware to run Spring Boot applications natively on Azure. It abstracts away the infrastructure so you can

Read More →

Deploying Spring Boot on Google Cloud Platform

Google Cloud Platform (GCP) offers multiple managed and containerized solutions to deploy Spring Boot applications at scale. Whether you prefer App Engine (PaaS), Cloud Run (serverless), or GKE (Ku

Read More →

Deploying Spring Boot on AWS Elastic Beanstalk

AWS Elastic Beanstalk is one of the easiest ways to deploy and scale Spring Boot applications in the cloud—without managing infrastructure. With support for Java, Beanstalk handles provisioning,

Read More →

Spring Boot CI/CD Pipeline with Jenkins

In modern software development, Continuous Integration and Continuous Deployment (CI/CD) is a must-have for delivering reliable features quickly. Jenkins, a powerful open-source automation tool, ma

Read More →

Blue-Green Deployment with Spring Boot : Strategy

When deploying Spring Boot applications in production, downtime or buggy rollouts can damage user trust. Blue-Green Deployment is a proven strategy that allows for zero-downtime deployments, quick

Read More →

Kubernetes ConfigMaps and Secrets with Spring Boot

Managing configuration and sensitive data is a crucial part of deploying secure, production-grade microservices. In Kubernetes, ConfigMaps and Secrets allow you to externalize configuration and kee

Read More →

Kubernetes Deployment for Spring Boot Applications

Deploying microservices on Kubernetes has become the de facto standard for cloud-native applications. In this post, you’ll learn Kubernetes deployment on Spring Boot using manifests for Deploymen

Read More →

Multi-stage Docker Builds for Production-ready Spring Boot Images

🔥 Why Multi-stage Docker Builds Matter When deploying Spring Boot applications, using a traditional single-stage Dockerfile results in large, insecure images containing unnecessary build tools l

Read More →

Dockerize Spring Boot Application (Complete Guide)

As applications move toward microservices and containerized deployments, Docker has become the go-to tool for packaging Spring Boot applications. In this complete guide, you’ll learn how to docke

Read More →

Securing Microservices with OAuth2 and JWT in Spring Boot

As microservices communicate independently, securing them becomes critical. OAuth2 and JWT (JSON Web Token) are widely adopted for secure, scalable, and stateless authentication. This guide walks t

Read More →

Posts pagination

< 1 … 3 4 5 6 7 … 40 >







Aim

The aim of this blog is to try to give some useful tips that can make developers life easy at work. For any queries or suggestions please email us at kscodes.web@gmail.com

Links

  • About Us
  • Privacy Policy
Copyright © 2021