- Spring Boot Web Application
- How to use H2 and Oracle and MyBatis with a Spring Boot /Restfull Application using Spring Framework profiles.
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/ |
Oracle | https://www.oracle.com/database/index.html |
==========================================================================
- Update/change password in com.mybatis.demo.configuration.Credential.java or rework to use spring properties
- [ Swagger document EndPoint and api] [ - ${host}:8093/swagger-ui.html example "localhost:8092/swagger-ui.html"]
- [ Improve testing ]
- [ more EndPoints URL see ]
- [ CRUD like application ]
- [ Basic Validation - disabled the Spring security ]
- [ Hypermedia-Driven RESTful Web Service ]
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 |