Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Latest commit

 

History

History

avro-schema

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Divolte examples avro-schema

This is the Avro schema used for all the Divolte examples. This project uses Maven as a build tool for ease of integration.

In order to run the Divolte examples, you need to:

Installing into your local repo:

# Assuming you have Maven installed
mvn clean install

To generate Javadoc with the Divolte tag, go into the src directory of any Java project that has Javadoc comments, and run the following:

# If you have a special source encoding, add: -encoding "YOUR_ENCODING" (e.g. -encoding "ISO-8859-1")
javadoc -d <your-output-directory> -bottom '<script src="//localhost:8290/divolte.js" defer async></script>' -subpackages .