java-tutorials/persistence-modules/orientdb
sumit-bhawsar 2e97ec17f4 BAEL-3335 example of reading request multiple times. removed spring boot and using spring-webmvc 2019-10-20 04:01:29 +01:00
..
.mvn/wrapper BAEL-3335 example of reading request multiple times. removed spring boot and using spring-webmvc 2019-10-20 04:01:29 +01:00
src BAEL-3335 example of reading request multiple times. removed spring boot and using spring-webmvc 2019-10-20 04:01:29 +01:00
.gitignore BAEL-3335 example of reading request multiple times. removed spring boot and using spring-webmvc 2019-10-20 04:01:29 +01:00
README.md BAEL-3335 example of reading request multiple times. removed spring boot and using spring-webmvc 2019-10-20 04:01:29 +01:00
mvnw BAEL-3335 example of reading request multiple times. removed spring boot and using spring-webmvc 2019-10-20 04:01:29 +01:00
mvnw.cmd BAEL-3335 example of reading request multiple times. removed spring boot and using spring-webmvc 2019-10-20 04:01:29 +01:00
pom.xml BAEL-3335 example of reading request multiple times. removed spring boot and using spring-webmvc 2019-10-20 04:01:29 +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

Relevant Articles: