git clone --recurse-submodules -j8 https://github.com/nitinkc/SpringBootProjects.git
git pull --recurse-submodules
git submodule add <GitHub Repo>
- Delete the entry from .gitmodules file
- delete the entry from .git/config file
- delete the project folder from .git/modules/
- Commit and push the changes on github
Projects
- Spring 5 Introduction - basic read and write from H1DB
- spring5-di-concepts - Spring Dependency Injection Basics
- spring5-data-jpa -
- spring5-thymeleaf-pet-clinic