Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgrillon14/mavensampleoraclejdbc
Maven sample project for use a Oracle JDBC Driver
https://github.com/sgrillon14/mavensampleoraclejdbc
Last synced: 26 days ago
JSON representation
Maven sample project for use a Oracle JDBC Driver
- Host: GitHub
- URL: https://github.com/sgrillon14/mavensampleoraclejdbc
- Owner: sgrillon14
- License: other
- Created: 2017-09-28T17:32:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T22:43:15.000Z (almost 7 years ago)
- Last Synced: 2024-06-05T14:33:44.987Z (5 months ago)
- Size: 22.5 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MavenSampleOracleJdbc
Maven sample project for use a Oracle JDBC Driver# How to use on local environment
change ${OTN_USERNAME} by your Oracle login in test/mvnsettings.xml file
change ${OTN_PASSWORD} by your Oracle password in test/mvnsettings.xml file
```
mvn clean install --settings test/mvnsettings.xml
```# How to use on travis-ci
![TravisCi](/screenshots/travis-ci.png)
# Continuous Integration status
[![Build Status](https://travis-ci.org/sgrillon14/MavenSampleOracleJdbc.svg?branch=master)](https://travis-ci.org/sgrillon14/MavenSampleOracleJdbc)# License
BSD-3-Clause + Oracle Technology Network License Agreement, See LICENSE for details