How To Disable Or Customize Spring Boot Whitelabel Error Page

In the previous article, we have learned how to make your spring boot application files structure correct to avoid the Whitelabel error page ( Spring Boot Resolve Whitelabel Error Page Example ). But when your spring boot application has errors in source code, it still shows the Whitelabel error page, and you can not see […]

How To Disable Or Customize Spring Boot Whitelabel Error Page Read More »

How To Enable Group Policy Editor ( gpedit.msc ) In Win 10 Home Edition

Group policy editor (gpedit.msc) is a very useful windows function that is needed when enabling the windows long file path feature. It has been installed and enabled in win 10 professional and enterprise editions by default. But when you run it in win 10 home edition, it will prompt an error message like Windows cannot

How To Enable Group Policy Editor ( gpedit.msc ) In Win 10 Home Edition Read More »

H2 Database Tutorial

H2 is an embedded database developed in Java, it is free from platform constraints. It is only a class library and can be embedded directly into the java application. The biggest advantage of using the H2 database is that it can be packaged and distributed with java applications, which makes it very convenient to store

H2 Database Tutorial Read More »

How To Create, Debug Java Project In Visual Studio Code

Visual studio code is an open-source lightweight code editor provided by Microsoft. It can startup very quickly. It can support any coding language development and debug through its extension. There are so many extensions in the visual studio code marketplace. In single words, visual studio code is not a java IDE, but it can be

How To Create, Debug Java Project In Visual Studio Code Read More »