360learntocode

  • Home
  • Java
  • Spring
  • Spring Boot
  • Grails
  • Contact
Monday, August 28, 2023

Caused by java.io.IOException: CreateProcess error=206, The filename or extension is too long

›
While working on Java gradle project sometimes we might get the following error in Windows system: Caused by: java.io.IOException: CreatePr...
Tuesday, August 23, 2022

How to setup auto renewable free SSL certificate using Lets Encrypt and Nginx on Ubuntu machine

›
In this tutorial, we are going to set up free SSL auto-renewable Let's Encrypt along with Nginx. Prerequisites: Before we start setup,...

Mail Sending Issue in Java Application

›
Sometimes while sending the mail in the Java application we might get the following issue. org.springframework.mail.MailSendException: Mail...
Tuesday, August 16, 2022

Convert Date to Pretty Time in Grails and Groovy

›
In this tutorial, we will learn how to convert Java Date to pretty time like moments ago, 1 hour ago, 1 week ago, 1 month ago, 1 year ago, a...
Monday, August 15, 2022

Convert Java Date to Pretty Time in Java

›
In this tutorial, we will learn how to convert Java Date to pretty time like moments ago, 1 hour ago, 1 week ago, 1 month ago, 1 year ago, a...
Thursday, August 11, 2022

Java format date string to date and vice versa

›
This is a quick tutorial on formatting date in the string to java Date and Date to a date in string. Let's create a sample Java class c...
Friday, July 29, 2022

How to grant privileges Mysql user for remote host machine

›
In this tutorial, we will learn how to grant privileges MySQL users for remote host/ip_address of the machine SSH into remote server: Firs...
Wednesday, July 27, 2022

Install Mysql in Docker on Ubuntu Linux server

›
In this tutorial, we will learn how to install Mysql on Docker. Please follow the steps to install docker using this tutorial Install Docke...

Install Docker on Ubuntu 20.04

›
In this tutorial, we will learn how to install docker on Ubuntu Linux. Install docker using the repository: For this, first set up the rep...
Tuesday, July 26, 2022

Setup Http client for API using OkHttp in Java

›
In this tutorial, we will learn how to use OkHttp for HTTP requests while consuming APIs. OkHttp is an HTTP client which will do HTTP effic...
‹
›
Home
View web version
Copyright © 360learntocode | Powered by Blogger
Back To Top