Posts related to tag: how-to


Spring Boot- How to change default context path

In Spring Boot, you can change the default context path by modifying the application.properties or application.yml file. By default '/'(root) […] Continue reading »

IntelliJ IDEA- Import/Open multiple project in single Window

IntelliJ IDEA does not support to open the multiple project in same working window directly. But it can be possible […] Continue reading »

How to set Username, Password, and Roles to MongoDB Database

In this guide, we’ll show you how to set username, password, and roles to the MongoDB database. MongoDB database instance […] Continue reading »

How to pass VM arguments in Eclipse IDE

On this page, we’ll show how we can pass VM arguments in Eclipse while running the application through the IDE. […] Continue reading »

How to check whether it is POST or PAGE in WordPress

In WordPress, is_page() function return true if the current article is a “PAGE” and similarly is_single() function return true if […] Continue reading »

How to open folder on single click in Windows 7

To open a folder on a Single Click in Windows 7, you need to change the setting of folder option. […] Continue reading »

How to enable and disable JavaScript in Chrome?

Chrome browser allows you to turn ON or turn OFF the JavaScript functionality from the browser. Chrome browser always recommends […] Continue reading »

How to create new user account in Windows 7?

In this Windows tutorial, we will help you to create a new user account step by step in your Windows […] Continue reading »

How to create backup in Windows 7?

These days most of the people using the computer and store all the data in the computer hard drive. But […] Continue reading »

How to change default Author and Committer in Eclipse Git plugin?

In Eclipse IDE, most probably the default author and committer name for Git plugin is your computer name as shown […] Continue reading »

How to search Java, JSP file in Eclipse IDE?

In Eclipse IDE, you can easily search the Java, JSP and another resource file. To find any file in just […] Continue reading »