java-tutorials/orientdb
Dassi Orleando 8d5afe2023 Update Readme 2017-12-27 05:19:48 +01:00
..
.mvn/wrapper BAEL-1216: Introduction to the Oriented Java APIs 2017-12-24 05:48:32 +01:00
src Improve code and readme 2017-12-27 05:16:18 +01:00
.gitignore BAEL-1216: Introduction to the Oriented Java APIs 2017-12-24 05:48:32 +01:00
README.md Update Readme 2017-12-27 05:19:48 +01:00
mvnw BAEL-1216: Introduction to the Oriented Java APIs 2017-12-24 05:48:32 +01:00
mvnw.cmd BAEL-1216: Introduction to the Oriented Java APIs 2017-12-24 05:48:32 +01:00
pom.xml Improve code and readme 2017-12-27 05:16:18 +01: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