Home
Softono

Metasfresh Webui Api Legacy

Open source Java
31
Stars
30
Forks
244
Issues
11
Watchers
2 years
Last Commit

 About Metasfresh Webui Api Legacy

metasfresh webui API server

Platforms

Web Self-hosted Docker

Languages

Java

Links

Need Help Installing Metasfresh Webui Api Legacy?

We provide expert installation service for this software. Our team will install, configure, and secure Metasfresh Webui Api Legacy on your server. plans start at just $30.

Metasfresh Webui Api Legacy

View on GitHub

Codacy Badge Join the chat at https://gitter.im/metasfresh/metasfresh

:warning: This repository is discontinued :warning:

The code from this repo is now maintained in https://github.com/metasfresh/metasfresh

metasfresh-webui-api

This repo contains the API service of our webui. The frontend can be found in its own repository.

Some notes for developers:

  • This can be run from from eclipse
  • The main method is located at /metasfresh-webui-api/src/main/java/de/metas/ui/web/WebRestApiApplication.java
    • When running the API for the first time, you probably need to run it with -Dwebui-api-run-headless=false so that the swing dialog to set the DB connection can be displayed
    • If you also run metasfresh-admin locally on port 9090, you might also want to run this API with -Dspring.boot.admin.url=http://localhost:9090 -Dmanagement.security.enabled=false
  • By default, this listens on port 8080
  • Swagger UI url: http://localhost:8080/swagger-ui.html
  • If you don't run elastic search in your development environment, you might also add the property -Delastic_enable=false when running the API so that the console will not be flooded with elastic search issues