spring boot application test spring boot appliction coomands to add project to git echo "# spring-boot" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/86rishab/spring-boot.git git push -u origin master Undertow url http://undertow.io/