Skip to the content.

Configuration via web application

The FactoryFX web application provides a configuration GUI for changing the configuration attributes. Design goals are little boilerplate and easy setup to be helpful for beginners.

Maven dependency

domFactoryEditing
microserviceRestResource

Setup

adding the resource

.withResource(ctx.get(MicroserviceDomResourceFactory.class)
...
builder.addFactory(MicroserviceDomResourceFactory.class, Scope.SINGLETON);

Url

http://{host}:{port}/microservice/index.html

code