Skip to content

mikeydread7/OracleMyBatisAndH2DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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


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

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
  1. [ Swagger document EndPoint and api] [ - ${host}:8093/swagger-ui.html example "localhost:8092/swagger-ui.html"]
  2. [ Improve testing ]
  3. [ more EndPoints URL see ]
  4. [ CRUD like application ]
  5. [ Basic Validation - disabled the Spring security ]
  6. [ 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

About

How to use H2 and Oracle and MyBatis with a Spring Boot /Restfull Application using Spring Framework profiles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors