This simple JenkinsFile will help you deploy your maven project easily in different environments based on master, develop, feature, hotfix or release branch or tags. You can copy this and customize based on your need. Note : Not all Pipelines
Read MoreJSON Web Token (JWT) is an open standard that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. JWT is easy to identify and is separated by dots . Example Format : iiiiiiiiiiiiii.jjjjjjjjjjjj.kkkkkkk Header
Read MoreDear Readers, I have added an Utility class that can be leveraged to use in your project to convert date and times based on your need.
Read MoreReaders, Please find the eclipse code formatter that I customized based on the recent project needs and is more compliant to the recent coding standard. Just copy and paste this into your project and save it as a xml file
Read MoreWhen using a spring boot project that has multiple modules it is best to use a Maven wrapper because a lot of times there seems to be dependency between these modules. Most of it has to do with version. Example
Read More