Spring Boot Web Application
Using H2 and Oracle for a Spring Boot Web Application
How to use H2 and Oracle and MyBatis with a Spring Boot /Restfull Application using Spring Framework profiles.
Some Dependency and Links to Documentations
Modified to add - PLEASE USE YOUR OWN ORACLE DATABSE
==========================================================================
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 ]
Some git command especially to merge
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