Skip to content

Instantly share code, notes, and snippets.

@Ikhiloya
Created June 21, 2018 21:51
Show Gist options
  • Save Ikhiloya/8c3567938cdbb2dd0f6faa04711a1e6d to your computer and use it in GitHub Desktop.
Save Ikhiloya/8c3567938cdbb2dd0f6faa04711a1e6d to your computer and use it in GitHub Desktop.
ojdbc dependency
<!--Oracle database driver -->
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc7</artifactId>
<version>12.1.0</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment