java-tutorials/persistence-modules/orientdb
matt.rossi 1076a9c8d9 Fix Format 2019-10-11 18:11:03 +02:00
..
.mvn/wrapper Fix Format 2019-10-11 18:11:03 +02:00
src Fix Format 2019-10-11 18:11:03 +02:00
.gitignore Fix Format 2019-10-11 18:11:03 +02:00
README.md Fix Format 2019-10-11 18:11:03 +02:00
mvnw Fix Format 2019-10-11 18:11:03 +02:00
mvnw.cmd Fix Format 2019-10-11 18:11:03 +02:00
pom.xml Fix Format 2019-10-11 18:11:03 +02:00

README.md

Introduction to the OrientDB Java APIs

This is a simple maven project that shows how to use OrientDB's Java APIs.

Requirements

  • Maven
  • Java 7 or higher
  • OrientDB

Build

To build and start the server simply type

$ mvn clean install

Run Tests

Before launching unit tests:

  • Install OrientDB
  • Create BaeldungDB, BaeldungDBTwo and BaeldungDBThree databases
  • Uncomment annotations on the test files

Relevant Articles: