- Spring Boot Web Application
Description | Link |
---|---|
MyBatis | http://www.mybatis.org/mybatis-3/ |
H2 DB | http://www.h2database.com/html/main.html |
SpringBoot | https://projects.spring.io/spring-boot/ |
Description | Commands |
---|---|
Switch to your local development branch | git checkout develop |
Pull down the latest dev branch from remote | git pull origin develop |
Switch to your local development master | git checkout master |
merge your local branches | git merge develop |
Push your changes to remote | git push origin master |