Spring Boot Web Application
- [Spring Boot 1.5.10.RELEASE]
- [spring-boot-starter-data-jpa]
- [spring-boot-starter-web-services]
- [spring-boot-starter-jdbc]
- [wsdl4...]
- [xjc...]
- [Oracle database 11g express]
- [Oracle JDBC driver ojdbc6.jar]
- [HikariCP] 10.[h2database] 11.[Java 8]
Description | Link |
---|---|
SpringBoot | https://projects.spring.io/spring-boot/ |
Spring-WS | https://docs.spring.io/spring-ws/docs/2.2.0.RELEASE/reference/htmlsingle/ |
Spring Data JPA | https://docs.spring.io/spring-data/jpa/docs/current/reference/html/ |
HikariCP | https://github.com/brettwooldridge/HikariCP |
H2DB | http://www.h2database.com/html/main.html |
Oracle | https://www.oracle.com/database/index.html |
Description | Commands |
---|---|
Status of your branch | git status |
Switch to your local development branch | git checkout develop |
Pull down the latest dev branch from remote | git pull origin develop |
Merge a branch into your local branches | git merge <branch_name> |
Push your changes to remote | git push |