Added basic formatting feature

This commit is contained in:
2025-01-16 17:54:59 +01:00
parent ea83e95a00
commit 50e4575102
5 changed files with 98 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ public class SparkApplication {
registry.registerController(new XmlController(gson, logger, saxon, xalan));
registry.registerController(new MultipleXMLController(gson,logger, saxon));
registry.registerController(new JsonController(gson, jsongson, logger));
registry.registerController(new XmlFormatterController(gson));
registry.register();