An open API service indexing awesome lists of open source software.

https://github.com/springframeworkguru/spring-boot-oracle-example

Spring Boot Oracle Example
https://github.com/springframeworkguru/spring-boot-oracle-example

Last synced: 6 months ago
JSON representation

Spring Boot Oracle Example

Awesome Lists containing this project

README

          

# Spring Boot Oracle Example

* To run this example you will need to download and install the Oracle JDBC driver.
* You can install the Oracle Jar into your local Maven repsository using this command: `mvn install:install-file -Dfile=ojdbc7.jar -DgroupId=com.oracle -DartifactId=ojdbc7 -Dversion=12.1.0.2 -Dpackaging=jar`