Auto Reload is Spring Boot using Dev Tools and Live-Reload

Auto Reload is Spring Boot using Dev Tools and Live-Reload

Live Reload feature is used to reflect the changes on browser automatically on code change , this is a Huge Time Saver for any developer. In Spring boot to do that we use Spring dev tools. Internally its a web socket communication from web server to browser , for node js or javascript grant or gulp are present in order to perform live reload.

Git Workflow

Git Workflow

Guide for Using Git workflow.While working on team we often get confused with multiple branches and a proper managment gets lacking , however with Git Workflow we can get very productive just as team starts following a single workflow.

/assets/tech/GitWorkflow/GitWorkFlowLabel.jpg

Pagination