IP Canonicalization in Nginx Http/Https
IP Canonicalization in Nginx Http/Https: IP canonicalization is to redirect IP Address to the domain. This actually a part of […]
» Read morenext gen Developer
IP Canonicalization in Nginx Http/Https: IP canonicalization is to redirect IP Address to the domain. This actually a part of […]
» Read moreFix for AWS SSH Connection Hangs ? You could have not added the SSH TCP connection to your ec2 instance, […]
» Read moreSteps to Increase AWS Disk Size 1. Login to AWS Console 2. Click EC2 and navigate to your currently running […]
» Read moreHow to install MySQL in Docker ? Installing Particular Version [code] sudo docker pull mysql/mysql-server:5.7 [/code] Installing Latest Version […]
» Read moreSpring Boot Docker Deployment Steps Pre requisite: Install Java. [code] sudo yum install java-1.8.0 sudo yum remove java-1.7.0-openjdk [/code] Install […]
» Read moreHow to add canonical link to all routers in Angular 7? When I was trying to find a snippet on […]
» Read moreLetsencrypt commands for beginners ./certbot-auto certificates: This commands lists down all the letsencrypt certificates (both active and expired) with exact […]
» Read moreMockito for beginners: Mockito is an open source testing framework, and it is a widely used for junit testing with […]
» Read moreCreating a SOAP web service with Spring Boot Main Application Spring Boot File: [java] package com.ngdeveloper; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; […]
» Read more2 ways to refer classpath resource in spring boot projects Using ClasspathResource [java] import org.springframework.core.io.ClassPathResource; @Bean public XsdSchema mySchema() […]
» Read more