Skip to content

ferhatbulut/spring-boot-oracle-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local works on projects

Original project is from springframeworkguru - https://github.com/springframeworkguru/spring-boot-oracle-example

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

About

Spring Boot Oracle Example (Local Works)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 65.0%
  • HTML 35.0%