JavaOriented

Sharing my knowledge about java

▼
Thursday, 3 November 2022

SpringBoot

›
SpringBoot SpringBoot Application :  Pros & Cons :  SpringBoot Application creation using spring.io :  SpringBoot Application Annotation...
Thursday, 27 October 2022

Email Sending Configuration

›
Email Configuration Step 1 : Need Spring Email Dependency  <dependency> <groupId> org.springframework.boot </groupId> ...
Tuesday, 11 February 2020

Linux Commands

›
To Kill the Running ports netstat -ano | findstr :8080 taskkill /PID 25864 /F Run SpringBoot : mvn spring-boot:run
Wednesday, 19 June 2019

Kubernetes Commands

›
Enter into the Deployment machine : ==> ssh -A core@<ipaddress> -i <name>.pem Enter into api deployment machine ==> s...
Thursday, 23 May 2019

GIT Commands

›
Step 1:  Clone the project into local folder : $ git clone <reviewbd url> Step 2:  Copy the project folder into the Local Folde...
Wednesday, 29 August 2018

Lombok Plugin

›
Lombok Plugin implementation (To Avoid Setters and Getters in Pojo's and Entitties) Step 1: Add lombok latest dependency in pom.xm...
Tuesday, 20 February 2018

Internal Collection working

›
HashMap Internal Working HashMap always works based on Hashing. Because which helps to faster search. HashMap having put(Object k, Valu...
›
Home
View web version

MySelf

LOKESHKUMAR PUTTA
View my complete profile
Powered by Blogger.