Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.05 KB

README.md

File metadata and controls

55 lines (36 loc) · 2.05 KB

record-jar-converter

Maven Central License

Quarkus based web service for converting uggly json into prettified json.

Installation

Use the official docker image: postremus/jsonpretty-web Tags for this image correspond to the maven versions, e.g. the 1.0.0 labeled docker image contains the 1.0.0 maven artifact.

Run it via:

docker run -p 8080:8080 postremus/jsonpretty-web:1.0.0

And then visit https://localhost.8080

You can find a hosted version of this prettifier at Jsonpretty

Building:

The project is built using maven.

The following maven phases and goals will run quarkus in dev mode. The prettifier is reachable at https://localhost:8080

mvn clean compile quarkus:dev

For building the docker image, use profile docker.

mvn clean install -Pdocker

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details

Acknowledgments