Skip to content

zhangzhininglove/metasfresh-webui-api

 
 

Repository files navigation

Join the chat at https://gitter.im/metasfresh/metasfresh Krihelimeter

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:

  • one can run it from eclipse
  • the main method is located at /metasfresh-webui-api/src/main/java/de/metas/ui/web/WebRestApiApplication.java
    • if running it for the first time, you probably need to run 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 the this API with -Dspring.boot.admin.url=http://localhost:9090 -Dmanagement.security.enabled=false
  • by default, it listens on port 8080
  • swagger UI url: http://localhost:8080/swagger-ui.html

About

metasfresh webui API server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.3%
  • JavaScript 2.6%
  • Other 0.1%