Open in app

Sign in

Write

Sign in

Java Techie
Java Techie

3.4K Followers

Home

About

Sep 22

Spring Boot : Difference between yml vs properties file

In a Spring Boot application, you have the option to use either YAML (YAML Ain’t Markup Language) or traditional properties files (`.properties`) for configuration. Both formats are used to define key-value pairs that configure your application. Here are the key differences between YAML and properties files: 1.Syntax: 👉Properties File: Properties files…

2 min read

Spring Boot : Difference between yml vs properties file
Spring Boot : Difference between yml vs properties file

2 min read


Dec 24, 2021

The Evolution Of Switch Statement From Java 7 to Java 17

Hi Folks , Switch statement in java has gone through a rapid evolution since Java 7 . So in this article we will discuss evolution or changes of switch statement from java 7 to java 17 with example . Let’s begin with initial java 7 Java 7 : Switch Statement Until Java 7 only integers…

Java

5 min read

The Evolution Of Switch Statement From Java 7 to Java 17
The Evolution Of Switch Statement From Java 7 to Java 17
Java

5 min read


Dec 17, 2021

Kubernetes Tutorial | Run & Deploy Spring Boot Application in K8s Cluster using yaml configuration

In this article, we will deploy a simple Spring Boot based application inside a K8S cluster . We will create Deployment & Service object of kubernetes using YAML configuration as per realtime approach . Create a spring boot project GitHub link : https://github.com/Java-Techie-jt/springboot-k8s-example This is very simple spring boot application…

Kubernetes

7 min read

Kubernetes Tutorial | Run & Deploy Spring Boot Application in K8s Cluster using yaml configuration
Kubernetes Tutorial | Run & Deploy Spring Boot Application in K8s Cluster using yaml configuration
Kubernetes

7 min read


Dec 11, 2021

Kubernetes Tutorial | Install & Run Minikube in mac OS | K8s Cluster

What is Minikube ? Minikube runs a single-node Kubernetes cluster on your machine so that you can try out Kubernetes for your daily development work. How to install Minikube ? Let’s start with installation steps Step 1: To check if virtualization is supported on macOS, run the following command…

Kubernetes

3 min read

Kubernetes Tutorial | Install & Run Minikube in mac OS | K8s Cluster
Kubernetes Tutorial | Install & Run Minikube in mac OS | K8s Cluster
Kubernetes

3 min read


Dec 10, 2021

Kubernetes Tutorial | Setup Kubernetes in Windows & Run Spring boot application on k8s cluster

Prerequisite Windows 8 or 10 OS Min 8 GB RAM Docker Desktop Minikube setup steps in windows OS : Minikube runs a single-node Kubernetes cluster on your machine so that you can try out Kubernetes for your daily development work. Step 1 : install kubectl: https://kubernetes.io/docs/tasks/tools/install-kubectl-windows/ kubectl is a…

Kubernetes

6 min read

Kubernetes Tutorial | Setup Kubernetes in Windows & Run Spring boot application on k8s cluster
Kubernetes Tutorial | Setup Kubernetes in Windows & Run Spring boot application on k8s cluster
Kubernetes

6 min read


Sep 19, 2021

SOLID Design Principle Java

In this tutorial we will discuss about SOLID principle and its importance in Software development Key contents SOLID Introduction What is SOLID Acronym SOLID design principles SOLID Introduction In Java, SOLID principles are an object-oriented approach that are applied to software structure design. It is conceptualized by Robert C. Martin (also known…

Solid

8 min read

SOLID Design Principle Java
SOLID Design Principle Java
Solid

8 min read


Sep 18, 2021

Spring Boot Password Encryption using Jasypt

In this tutorial, I will guide you how to encrypt sensitive information in Spring Boot application configuration file (application.properties or application.yml), such as username and password of a datasource, credentials of SMTP server, etc… using Jasypt library Jasypt is a Java library which helps developers with basic encryption in configurations…

Javatechie

5 min read

Spring Boot Password Encryption using Jasypt
Spring Boot Password Encryption using Jasypt
Javatechie

5 min read


May 16, 2020

Access Your REST APIs with HTTPie

Modern Command Line HTTP Client Basic Introduction about HTTPie HTTPie (pronounced aitch-tee-tee-pie) is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible. It provides a simple http command that allows for sending arbitrary HTTP requests using a simple and natural…

Rest Client

3 min read

Access Your REST APIs with HTTPie
Access Your REST APIs with HTTPie
Rest Client

3 min read


Oct 16, 2019

How to kill the process currently using a port on localhost in windows

Solution : java.net.BindException: Address already in use: bind We everyone worked on Tomcat server and sometimes we are facing one common issue “java.net.BindException: Address already in use: bind” How to resolve this? Steps to follow Step 1 Run command-line as an Administrator. Then run the below mention command. netstat -ano…

Java

2 min read

How to kill the process currently using a port on localhost in windows
How to kill the process currently using a port on localhost in windows
Java

2 min read


Oct 16, 2019

Reactive Programming (Rx-Java)

What is Reactive Programming? Reactive Programming is a programming language with asynchronous data stream.Once an event will raise it will react with responsive and non-blocking manner that’s why it named it as reactive programming. In a Reactive Programming context, “Everything is a Stream and acts in a non-blocking manner when…

Rxjava

4 min read

Reactive Programming (Rx-Java)
Reactive Programming (Rx-Java)
Rxjava

4 min read

Java Techie

Java Techie

3.4K Followers

Go One Step ahead

Following
  • Alexander Obregon

    Alexander Obregon

  • Eric Anicet

    Eric Anicet

  • DN Tech

    DN Tech

  • Amit Himani

    Amit Himani

  • Swathi Prasad

    Swathi Prasad

See all (13)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams