websit: https://avro-editor.herokuapp.com/
springboot + thymeleaf + bootstrap
- run app
- Go to http://localhost:8080
- build jar
./gradlew build
- build image
docker build --build-arg JAR_FILE=build/libs/\*.jar -t avro-editor .
- run
docker run -p 8080:8080 avro-editor