https://github.com/fishercoder1534/avroexample
https://github.com/fishercoder1534/avroexample
avro gradle gradle-plugin intellij java
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fishercoder1534/avroexample
- Owner: fishercoder1534
- Created: 2017-01-30T20:09:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T21:49:04.000Z (over 8 years ago)
- Last Synced: 2025-01-20T12:46:32.320Z (5 months ago)
- Topics: avro, gradle, gradle-plugin, intellij, java
- Language: Java
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!