Quarkus based web service for converting uggly xml into prettified xml.
Use the official docker image: postremus/xmlpretty-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/xmlpretty-web:1.0.0
And then visit https://localhost.8080
You can find a hosted version of this prettifier at Xmlpretty
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
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Martin Panzer - Initial work - Postremus
See also the list of contributors who participated in this project.
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details