Trending

Latest Posts

How to avoid SSL validation in Spring restclient

How to avoid SSL validation in Spring restclient

Here is an example to disable SSL validation while calling https based URL package com…
Java - Download(Stream) file from another server and write directly to response

Java - Download(Stream) file from another server and write directly to response

Here is an example code to download (Stream) file from another server and write dir…
Oracle - How to convert table data into CSV file

Oracle - How to convert table data into CSV file

In Oracle, below are the three ways can use to extract table data to CSV file using SQL…
Spring Boot Download(Stream) file example

Spring Boot Download(Stream) file example

Here is a example code to download file using spring boot. package com.shorterpost.spr…
Intellij Idea Shortcuts

Intellij Idea Shortcuts

Here is an list of Intellij Idea shortcuts, General: Ctrl + Shift + A: Find Action (sear…
VSCode Shortcuts

VSCode Shortcuts

Here is an list of VSCode shortcuts, General: Ctrl + P: Quick Open, navigate to files in…
Java  - How to send HTTP request through proxy server

Java - How to send HTTP request through proxy server

Here is a code to send HTTP request with proxy server using Apache HttpClient. package…
Java - How to check string is chinese

Java - How to check string is chinese

Here is a code to check string contains Chinese characters or not. package com.example…
Spring JPA Log SQL Queries

Spring JPA Log SQL Queries

Add following properties in  application.properties file ### Show sql queries spring.jpa…
Spring Shell

Spring Shell

Spring Shell Sample code import org.springframework.shell.standard.ShellComponent; i…

© Shorterpost. All Rights Reserved