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
- Host: GitHub
- URL: https://github.com/springframeworkguru/spring-boot-oracle-example
- Owner: springframeworkguru
- Created: 2017-02-22T16:52:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T19:16:22.000Z (over 8 years ago)
- Last Synced: 2025-04-04T21:40:04.390Z (9 months ago)
- Language: Java
- Size: 9.77 KB
- Stars: 42
- Watchers: 3
- Forks: 149
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`