An open API service indexing awesome lists of open source software.

https://github.com/fishercoder1534/avroexample


https://github.com/fishercoder1534/avroexample

avro gradle gradle-plugin intellij java

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

How to run this project:

1. `$git clone` this repo
2. open this project in IntelliJ
3. `$gradle build` this project, to let Avro [commercehub-oss](https://github.com/commercehub-oss/gradle-avro-plugin) plugin to generate the Java classes etc based on the .avdl file
4. then open MainApp.java to happily run this project!