java-tutorials/orientdb
amit2103 f2128ad054 Bael 5249 cleanup (#4108)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
2018-04-26 14:37:47 +02:00
..
.mvn/wrapper
src
.gitignore
README.md Pull request 17.01 (#3442) 2018-01-17 21:53:17 +01:00
mvnw
mvnw.cmd
pom.xml Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +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: