Posts related to tag: default


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 »

Java 8 Default and Static Methods in Interfaces

Java 8 brought a significant enhancement to interfaces by introducing default and static methods. These additions allowed developers to evolve […] 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 »