25 lines
468 B
Markdown
Raw Normal View History

Introduction to the OrientDB Java APIs
======================================
2017-12-27 05:19:43 +01:00
This is a simple maven project that shows how to use OrientDB's Java APIs.
### Requirements
- Maven
- Java 7 or higher
- OrientDB
2017-12-26 18:14:48 +01:00
### Build
To build and start the server simply type
```bash
$ mvn clean install
```
2017-12-27 05:19:43 +01:00
### Run Tests
2017-12-27 05:19:43 +01:00
Before launching unit tests:
2017-12-27 05:16:18 +01:00
- Install OrientDB
- Create BaeldungDB, BaeldungDBTwo and BaeldungDBThree databases
2017-12-27 05:19:43 +01:00
- Uncomment annotations on the test files